Home
last modified time | relevance | path

Searched defs:FUNCC (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264dsp_template.c104 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 …]
Dh264pred_template.c34 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 …]
Dh264idct_template.c33 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 …]
Dh264addpx_template.c30 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
Dh264qpel.c52 #define FUNCC(f, depth) f ## _ ## depth ## _c in ff_h264qpel_init() macro
Dbit_depth_template.c105 #define FUNCC(a) FUNC2(a, BIT_DEPTH, _c) macro
Dh264pred.c444 #define FUNCC(a, depth) a ## _ ## depth ## _c in ff_h264_pred_init() macro