#include <diracdsp.h>
Definition at line 29 of file diracdsp.h.
Definition at line 30 of file diracdsp.h.
Referenced by ff_diracdsp_init(), ff_diracdsp_init_mmx(), and interpolate_refplane().
dirac_pixels_tab[width][subpel] width is 2 for 32, 1 for 16, 0 for 8 subpel is 0 for fpel and hpel (only need to copy from the first plane in src) 1 if an average of the first 2 planes is needed (TODO: worth it?) 2 for general qpel (avg of 4) 3 for general epel (biweight of 4 using the weights in src[4]) src[0-3] is each of the hpel planes src[4] is the 1/8 pel weights if needed
Definition at line 41 of file diracdsp.h.
Referenced by ff_diracdsp_init_mmx(), and select_dsp_funcs().
Definition at line 42 of file diracdsp.h.
Referenced by ff_diracdsp_init_mmx(), and select_dsp_funcs().
Definition at line 44 of file diracdsp.h.
Referenced by dirac_decode_frame_internal(), ff_diracdsp_init(), and ff_diracdsp_init_mmx().
Definition at line 45 of file diracdsp.h.
Definition at line 46 of file diracdsp.h.
Referenced by dirac_decode_frame_internal(), ff_diracdsp_init(), and ff_diracdsp_init_mmx().
Definition at line 47 of file diracdsp.h.
Referenced by ff_diracdsp_init(), ff_diracdsp_init_mmx(), and select_dsp_funcs().
Definition at line 49 of file diracdsp.h.
Referenced by ff_diracdsp_init(), and select_dsp_funcs().
Definition at line 50 of file diracdsp.h.
Referenced by ff_diracdsp_init(), and select_dsp_funcs().