FFmpeg
|
Half-pel DSP context. More...
#include <hpeldsp.h>
Data Fields | |
op_pixels_func | put_pixels_tab [4][4] |
Halfpel motion compensation with rounding (a+b+1)>>1. More... | |
op_pixels_func | avg_pixels_tab [4][4] |
Halfpel motion compensation with rounding (a+b+1)>>1. More... | |
op_pixels_func | put_no_rnd_pixels_tab [4][4] |
Halfpel motion compensation with no rounding (a+b)>>1. More... | |
op_pixels_func | avg_no_rnd_pixels_tab [4] |
Halfpel motion compensation with no rounding (a+b)>>1. More... | |
Detailed Description
Field Documentation
op_pixels_func HpelDSPContext::avg_no_rnd_pixels_tab[4] |
Halfpel motion compensation with no rounding (a+b)>>1.
this is an array[4] of motion compensation functions for 1 horizontal blocksize (16) and the 4 halfpel positions
*pixels_tab[0][ xhalfpel + 2*yhalfpel ]
- Parameters
-
block destination into which the result is averaged (a+b)>>1 pixels source line_size number of bytes in a horizontal line of block h height
Definition at line 92 of file hpeldsp.h.
Referenced by ff_hpeldsp_init_alpha(), ff_hpeldsp_init_neon(), ff_hpeldsp_init_sh4(), ff_hpeldsp_init_vis(), and vc1_interp_mc().
op_pixels_func HpelDSPContext::avg_pixels_tab[4][4] |
Halfpel motion compensation with rounding (a+b+1)>>1.
This is an array[4][4] of motion compensation functions for 4 horizontal blocksizes (8,16) and the 4 halfpel positions
*pixels_tab[ 0->16xH 1->8xH ][ xhalfpel + 2*yhalfpel ]
- Parameters
-
block destination into which the result is averaged (a+b+1)>>1 pixels source line_size number of bytes in a horizontal line of block h height
Definition at line 68 of file hpeldsp.h.
Referenced by check_bidir_mv(), encode_mb_internal(), ff_hpeldsp_init_alpha(), ff_hpeldsp_init_armv6(), ff_hpeldsp_init_neon(), ff_hpeldsp_init_ppc(), ff_hpeldsp_init_sh4(), ff_hpeldsp_init_vis(), ff_init_me(), hpeldsp_init_3dnow(), hpeldsp_init_mmxext(), hpeldsp_init_sse2(), MPV_decode_mb_internal(), MPV_motion_internal(), svq3_mc_dir_part(), and vc1_interp_mc().
op_pixels_func HpelDSPContext::put_no_rnd_pixels_tab[4][4] |
Halfpel motion compensation with no rounding (a+b)>>1.
this is an array[4][4] of motion compensation functions for 2 horizontal blocksizes (8,16) and the 4 halfpel positions
*pixels_tab[ 0->16xH 1->8xH ][ xhalfpel + 2*yhalfpel ]
- Parameters
-
block destination where the result is stored pixels source line_size number of bytes in a horizontal line of block h height
Definition at line 80 of file hpeldsp.h.
Referenced by copy_cell(), encode_mb_internal(), ff_hpeldsp_init_alpha(), ff_hpeldsp_init_armv6(), ff_hpeldsp_init_bfin(), ff_hpeldsp_init_neon(), ff_hpeldsp_init_ppc(), ff_hpeldsp_init_sh4(), ff_hpeldsp_init_vis(), ff_init_me(), gmc1_motion(), h263_mv4_search(), hpeldsp_init_3dnow(), hpeldsp_init_mmxext(), hpeldsp_init_sse2(), interlaced_search(), MPV_decode_mb_internal(), render_slice(), vc1_mc_1mv(), and vc1_mc_4mv_luma().
op_pixels_func HpelDSPContext::put_pixels_tab[4][4] |
Halfpel motion compensation with rounding (a+b+1)>>1.
this is an array[4][4] of motion compensation functions for 4 horizontal blocksizes (8,16) and the 4 halfpel positions
*pixels_tab[ 0->16xH 1->8xH ][ xhalfpel + 2*yhalfpel ]
- Parameters
-
block destination where the result is stored pixels source line_size number of bytes in a horizontal line of block h height
Definition at line 56 of file hpeldsp.h.
Referenced by bink_decode_plane(), binkb_decode_plane(), check_bidir_mv(), copy_from(), decode(), encode_mb_internal(), encode_thread(), ff_hpeldsp_init_alpha(), ff_hpeldsp_init_armv6(), ff_hpeldsp_init_bfin(), ff_hpeldsp_init_neon(), ff_hpeldsp_init_ppc(), ff_hpeldsp_init_sh4(), ff_hpeldsp_init_vis(), ff_init_me(), gmc1_motion(), h263_mv4_search(), hpeldsp_init_3dnow(), hpeldsp_init_mmxext(), hpeldsp_init_sse2(), interlaced_search(), mjpeg_copy_block(), MPV_decode_mb_internal(), render_slice(), svq1_encode_plane(), svq1_motion_inter_4v_block(), svq1_motion_inter_block(), svq3_mc_dir_part(), vc1_mc_1mv(), vc1_mc_4mv_luma(), vp56_decode_mb(), and vp56_mc().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11