Context for storing H.264 DSP functions. More...
#include <h264dsp.h>
Definition at line 43 of file h264dsp.h.
Referenced by ff_h264dsp_init_aarch64(), ff_h264dsp_init_ppc(), and h264dsp_init_neon().
Definition at line 44 of file h264dsp.h.
Referenced by ff_h264dsp_init_aarch64(), ff_h264dsp_init_ppc(), and h264dsp_init_neon().
Definition at line 47 of file h264dsp.h.
Referenced by ff_h264dsp_init_aarch64(), ff_h264dsp_init_ppc(), filter_mb_edgeh(), and h264dsp_init_neon().
Definition at line 49 of file h264dsp.h.
Referenced by ff_h264dsp_init_aarch64(), ff_h264dsp_init_ppc(), filter_mb_edgev(), and h264dsp_init_neon().
Definition at line 51 of file h264dsp.h.
Referenced by filter_mb_mbaff_edgev().
Definition at line 54 of file h264dsp.h.
Referenced by filter_mb_edgeh().
Definition at line 56 of file h264dsp.h.
Referenced by filter_mb_edgev().
Definition at line 58 of file h264dsp.h.
Referenced by filter_mb_mbaff_edgev().
Definition at line 60 of file h264dsp.h.
Referenced by ff_h264dsp_init_aarch64(), filter_mb_edgech(), and h264dsp_init_neon().
Definition at line 62 of file h264dsp.h.
Referenced by ff_h264dsp_init_aarch64(), filter_mb_edgecv(), and h264dsp_init_neon().
Definition at line 64 of file h264dsp.h.
Referenced by filter_mb_mbaff_edgecv().
Definition at line 67 of file h264dsp.h.
Referenced by filter_mb_edgech().
Definition at line 69 of file h264dsp.h.
Referenced by filter_mb_edgecv().
Definition at line 71 of file h264dsp.h.
Referenced by filter_mb_mbaff_edgecv().
Definition at line 74 of file h264dsp.h.
Referenced by ff_h264_filter_mb_fast(), and h264_filter_mb_fast_internal().
Definition at line 80 of file h264dsp.h.
Referenced by ff_h264dsp_init_aarch64(), ff_h264dsp_init_ppc(), h264dsp_init_neon(), and hl_decode_mb_predict_luma().
Definition at line 82 of file h264dsp.h.
Referenced by ff_h264dsp_init_aarch64(), ff_h264dsp_init_ppc(), h264dsp_init_neon(), and hl_decode_mb_predict_luma().
Definition at line 84 of file h264dsp.h.
Referenced by ff_h264dsp_init_aarch64(), ff_h264dsp_init_ppc(), h264dsp_init_neon(), and hl_decode_mb_predict_luma().
Definition at line 86 of file h264dsp.h.
Referenced by ff_h264dsp_init_aarch64(), ff_h264dsp_init_ppc(), h264dsp_init_neon(), and hl_decode_mb_predict_luma().
Definition at line 89 of file h264dsp.h.
Referenced by ff_h264dsp_init_aarch64(), ff_h264dsp_init_ppc(), h264dsp_init_neon(), and hl_decode_mb_idct_luma().
Definition at line 92 of file h264dsp.h.
Referenced by ff_h264dsp_init_aarch64(), ff_h264dsp_init_ppc(), h264dsp_init_neon(), and hl_decode_mb_idct_luma().
Definition at line 95 of file h264dsp.h.
Referenced by ff_h264dsp_init_aarch64(), ff_h264dsp_init_ppc(), and h264dsp_init_neon().
Definition at line 98 of file h264dsp.h.
Referenced by ff_h264dsp_init_aarch64(), ff_h264dsp_init_ppc(), h264dsp_init_neon(), and hl_decode_mb_idct_luma().
Definition at line 101 of file h264dsp.h.
Referenced by hl_decode_mb_predict_luma().
Definition at line 106 of file h264dsp.h.
Referenced by hl_decode_mb_idct_luma(), and hl_decode_mb_predict_luma().
Definition at line 107 of file h264dsp.h.
Referenced by hl_decode_mb_idct_luma(), and hl_decode_mb_predict_luma().
Search buf from the start for up to size bytes.
Return the index of a zero byte, or >= size if not found. Ideally, use lookahead to filter out any zero bytes that are known to not be followed by one or more further zero bytes and a one byte. Better still, filter out any bytes that form the trailing_zero_8bits syntax element too.
Definition at line 116 of file h264dsp.h.
Referenced by ff_h264dsp_init(), ff_h264dsp_init_arm(), and h264_find_frame_end().