/third_party/ffmpeg/libavcodec/ |
D | h264dsp_template.c | 104 static av_always_inline av_flatten void FUNCC(h264_loop_filter_luma)(uint8_t *p_pix, ptrdiff_t xstr… in FUNCC() function 152 static void FUNCC(h264_v_loop_filter_luma)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int… in FUNCC() function 156 static void FUNCC(h264_h_loop_filter_luma)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int… in FUNCC() function 160 static void FUNCC(h264_h_loop_filter_luma_mbaff)(uint8_t *pix, ptrdiff_t stride, int alpha, int bet… in FUNCC() function 165 static av_always_inline av_flatten void FUNCC(h264_loop_filter_luma_intra)(uint8_t *p_pix, ptrdiff_… in FUNCC() function 218 static void FUNCC(h264_v_loop_filter_luma_intra)(uint8_t *pix, ptrdiff_t stride, int alpha, int bet… in FUNCC() function 222 static void FUNCC(h264_h_loop_filter_luma_intra)(uint8_t *pix, ptrdiff_t stride, int alpha, int bet… in FUNCC() function 226 static void FUNCC(h264_h_loop_filter_luma_mbaff_intra)(uint8_t *pix, ptrdiff_t stride, int alpha, i… in FUNCC() function 231 static av_always_inline av_flatten void FUNCC(h264_loop_filter_chroma)(uint8_t *p_pix, ptrdiff_t xs… in FUNCC() function 264 static void FUNCC(h264_v_loop_filter_chroma)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, i… in FUNCC() function [all …]
|
D | h264pred_template.c | 34 static void FUNCC(pred4x4_vertical)(uint8_t *_src, const uint8_t *topright, in FUNCC() function 47 static void FUNCC(pred4x4_horizontal)(uint8_t *_src, const uint8_t *topright, in FUNCC() function 58 static void FUNCC(pred4x4_dc)(uint8_t *_src, const uint8_t *topright, in FUNCC() function 73 static void FUNCC(pred4x4_left_dc)(uint8_t *_src, const uint8_t *topright, in FUNCC() function 87 static void FUNCC(pred4x4_top_dc)(uint8_t *_src, const uint8_t *topright, in FUNCC() function 101 static void FUNCC(pred4x4_128_dc)(uint8_t *_src, const uint8_t *topright, in FUNCC() function 139 static void FUNCC(pred4x4_down_right)(uint8_t *_src, const uint8_t *topright, in FUNCC() function 166 static void FUNCC(pred4x4_down_left)(uint8_t *_src, const uint8_t *_topright, in FUNCC() function 194 static void FUNCC(pred4x4_vertical_right)(uint8_t *_src, in FUNCC() function 222 static void FUNCC(pred4x4_vertical_left)(uint8_t *_src, in FUNCC() function [all …]
|
D | h264idct_template.c | 33 void FUNCC(ff_h264_idct_add)(uint8_t *_dst, int16_t *_block, int stride) in FUNCC() function 69 void FUNCC(ff_h264_idct8_add)(uint8_t *_dst, int16_t *_block, int stride){ in FUNCC() function 144 void FUNCC(ff_h264_idct_dc_add)(uint8_t *_dst, int16_t *_block, int stride){ in FUNCC() function 159 void FUNCC(ff_h264_idct8_dc_add)(uint8_t *_dst, int16_t *_block, int stride){ in FUNCC() function 174 void FUNCC(ff_h264_idct_add16)(uint8_t *dst, const int *block_offset, in FUNCC() function 188 void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, in FUNCC() function 199 void FUNCC(ff_h264_idct8_add4)(uint8_t *dst, const int *block_offset, in FUNCC() function 213 void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, … in FUNCC() function 225 void FUNCC(ff_h264_idct_add8_422)(uint8_t **dest, const int *block_offset, int16_t *block, int stri… in FUNCC() function 251 void FUNCC(ff_h264_luma_dc_dequant_idct)(int16_t *_output, int16_t *_input, int qmul){ in FUNCC() function [all …]
|
D | h264addpx_template.c | 30 static void FUNCC(ff_h264_add_pixels4)(uint8_t *_dst, int16_t *_src, int stride) in FUNCC() function 50 static void FUNCC(ff_h264_add_pixels8)(uint8_t *_dst, int16_t *_src, int stride) in FUNCC() function
|
D | h264qpel.c | 52 #define FUNCC(f, depth) f ## _ ## depth ## _c in ff_h264qpel_init() macro
|
D | bit_depth_template.c | 105 #define FUNCC(a) FUNC2(a, BIT_DEPTH, _c) macro
|
D | h264pred.c | 444 #define FUNCC(a, depth) a ## _ ## depth ## _c in ff_h264_pred_init() macro
|