FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
HpelDSPContext Struct Reference

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.
 
op_pixels_func avg_pixels_tab [4][4]
 Halfpel motion compensation with rounding (a+b+1)>>1.
 
op_pixels_func put_no_rnd_pixels_tab [4][4]
 Halfpel motion compensation with no rounding (a+b)>>1.
 
op_pixels_func avg_no_rnd_pixels_tab [4]
 Halfpel motion compensation with no rounding (a+b)>>1.
 

Detailed Description

Half-pel DSP context.

Definition at line 45 of file hpeldsp.h.

Field Documentation

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
blockdestination where the result is stored
pixelssource
line_sizenumber of bytes in a horizontal line of block
hheight

Definition at line 56 of file hpeldsp.h.

Referenced by bink_decode_plane(), binkb_decode_plane(), check_bidir_mv(), copy_cell(), copy_from(), dct_init(), decode(), encode_mb_internal(), encode_thread(), ff_hpeldsp_init_aarch64(), ff_hpeldsp_init_alpha(), ff_hpeldsp_init_armv6(), ff_hpeldsp_init_neon(), ff_hpeldsp_init_ppc(), ff_init_me(), gmc1_motion(), h263_mv4_search(), hpeldsp_init_3dnow(), hpeldsp_init_mmxext(), hpeldsp_init_sse2(), hpeldsp_init_ssse3(), 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(), and vc1_mc_4mv_luma().

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
blockdestination into which the result is averaged (a+b+1)>>1
pixelssource
line_sizenumber of bytes in a horizontal line of block
hheight

Definition at line 68 of file hpeldsp.h.

Referenced by check_bidir_mv(), dct_init(), encode_mb_internal(), ff_hpeldsp_init_aarch64(), ff_hpeldsp_init_alpha(), ff_hpeldsp_init_armv6(), ff_hpeldsp_init_neon(), ff_hpeldsp_init_ppc(), ff_init_me(), hpeldsp_init_3dnow(), hpeldsp_init_mmx(), hpeldsp_init_mmxext(), hpeldsp_init_sse2(), hpeldsp_init_ssse3(), 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
blockdestination where the result is stored
pixelssource
line_sizenumber of bytes in a horizontal line of block
hheight

Definition at line 80 of file hpeldsp.h.

Referenced by dct_init(), encode_mb_internal(), ff_hpeldsp_init_aarch64(), ff_hpeldsp_init_alpha(), ff_hpeldsp_init_armv6(), ff_hpeldsp_init_neon(), ff_hpeldsp_init_ppc(), 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::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
blockdestination into which the result is averaged (a+b)>>1
pixelssource
line_sizenumber of bytes in a horizontal line of block
hheight

Definition at line 92 of file hpeldsp.h.

Referenced by ff_hpeldsp_init_aarch64(), ff_hpeldsp_init_alpha(), ff_hpeldsp_init_neon(), and vc1_interp_mc().


The documentation for this struct was generated from the following file: