Home
last modified time | relevance | path

Searched refs:FUNCC (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264pred.c442 #undef FUNCC in ff_h264_pred_init()
444 #define FUNCC(a, depth) a ## _ ## depth ## _c in ff_h264_pred_init() macro
448 h->pred4x4[VERT_PRED ] = FUNCC(pred4x4_vertical, depth);\ in ff_h264_pred_init()
449 h->pred4x4[HOR_PRED ] = FUNCC(pred4x4_horizontal, depth);\ in ff_h264_pred_init()
450 h->pred4x4[DC_PRED ] = FUNCC(pred4x4_dc, depth);\ in ff_h264_pred_init()
451 h->pred4x4[DIAG_DOWN_LEFT_PRED ] = FUNCC(pred4x4_down_left, depth);\ in ff_h264_pred_init()
452 h->pred4x4[DIAG_DOWN_RIGHT_PRED] = FUNCC(pred4x4_down_right, depth);\ in ff_h264_pred_init()
453 h->pred4x4[VERT_RIGHT_PRED ] = FUNCC(pred4x4_vertical_right, depth);\ in ff_h264_pred_init()
454 h->pred4x4[HOR_DOWN_PRED ] = FUNCC(pred4x4_horizontal_down, depth);\ in ff_h264_pred_init()
455 h->pred4x4[VERT_LEFT_PRED ] = FUNCC(pred4x4_vertical_left, depth);\ in ff_h264_pred_init()
[all …]
Dh264dsp_template.c33 static void FUNCC(weight_h264_pixels ## W)(uint8_t *_block, ptrdiff_t stride, int height, \
63 static void FUNCC(biweight_h264_pixels ## W)(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride, int he…
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
154 FUNCC(h264_loop_filter_luma)(pix, stride, sizeof(pixel), 4, alpha, beta, tc0); in FUNCC()
156 static void FUNCC(h264_h_loop_filter_luma)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int… in FUNCC() function
158 FUNCC(h264_loop_filter_luma)(pix, sizeof(pixel), stride, 4, alpha, beta, tc0); in FUNCC()
160 static void FUNCC(h264_h_loop_filter_luma_mbaff)(uint8_t *pix, ptrdiff_t stride, int alpha, int bet… in FUNCC() function
162 FUNCC(h264_loop_filter_luma)(pix, sizeof(pixel), stride, 2, alpha, beta, tc0); in FUNCC()
165 static av_always_inline av_flatten void FUNCC(h264_loop_filter_luma_intra)(uint8_t *p_pix, ptrdiff_… in FUNCC() function
[all …]
Dh264qpel.c51 #undef FUNCC in ff_h264qpel_init()
52 #define FUNCC(f, depth) f ## _ ## depth ## _c in ff_h264qpel_init() macro
55 c->PFX ## _pixels_tab[IDX][ 0] = FUNCC(PFX ## NUM ## _mc00, depth); \ in ff_h264qpel_init()
56 c->PFX ## _pixels_tab[IDX][ 1] = FUNCC(PFX ## NUM ## _mc10, depth); \ in ff_h264qpel_init()
57 c->PFX ## _pixels_tab[IDX][ 2] = FUNCC(PFX ## NUM ## _mc20, depth); \ in ff_h264qpel_init()
58 c->PFX ## _pixels_tab[IDX][ 3] = FUNCC(PFX ## NUM ## _mc30, depth); \ in ff_h264qpel_init()
59 c->PFX ## _pixels_tab[IDX][ 4] = FUNCC(PFX ## NUM ## _mc01, depth); \ in ff_h264qpel_init()
60 c->PFX ## _pixels_tab[IDX][ 5] = FUNCC(PFX ## NUM ## _mc11, depth); \ in ff_h264qpel_init()
61 c->PFX ## _pixels_tab[IDX][ 6] = FUNCC(PFX ## NUM ## _mc21, depth); \ in ff_h264qpel_init()
62 c->PFX ## _pixels_tab[IDX][ 7] = FUNCC(PFX ## NUM ## _mc31, depth); \ in ff_h264qpel_init()
[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
182 …if(nnz==1 && ((dctcoef*)block)[i*16]) FUNCC(ff_h264_idct_dc_add)(dst + block_offset[i], block + i*… in FUNCC()
183 …else FUNCC(ff_h264_idct_add )(dst + block_offset[i], block + i*… in FUNCC()
188 void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, in FUNCC() function
194 …if(nnzc[ scan8[i] ]) FUNCC(ff_h264_idct_add )(dst + block_offset[i], block + i*16*si… in FUNCC()
195 …else if(((dctcoef*)block)[i*16]) FUNCC(ff_h264_idct_dc_add)(dst + block_offset[i], block + i*16*si… in FUNCC()
[all …]
Dpel_template.c29 static inline void FUNCC(OPNAME ## _pixels2)(uint8_t *block, \
42 static inline void FUNCC(OPNAME ## _pixels4)(uint8_t *block, \
55 static inline void FUNCC(OPNAME ## _pixels8)(uint8_t *block, \
70 CALL_2X_PIXELS(FUNCC(OPNAME ## _pixels16), \
71 FUNCC(OPNAME ## _pixels8), \
Dh264qpel_template.c381 static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc00)(uint8_t *dst, const uint8_t *src, ptrdiff_t…
383 FUNCC(OPNAME ## pixels ## SIZE)(dst, src, stride, SIZE);\
386 static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc10)(uint8_t *dst, const uint8_t *src, ptrdiff_t…
393 static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc20)(uint8_t *dst, const uint8_t *src, ptrdiff_t…
398 static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc30)(uint8_t *dst, const uint8_t *src, ptrdiff_t…
405 static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc01)(uint8_t *dst, const uint8_t *src, ptrdiff_t…
415 static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc02)(uint8_t *dst, const uint8_t *src, ptrdiff_t…
423 static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc03)(uint8_t *dst, const uint8_t *src, ptrdiff_t…
433 static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc11)(uint8_t *dst, const uint8_t *src, ptrdiff_t…
445 static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc31)(uint8_t *dst, const uint8_t *src, ptrdiff_t…
[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
Dbit_depth_template.c44 # undef FUNCC
105 #define FUNCC(a) FUNC2(a, BIT_DEPTH, _c) macro
Dh264chroma_template.c29 static void FUNCC(OPNAME ## h264_chroma_mc1)(uint8_t *_dst /*align 8*/, uint8_t *_src /*align 1*/, …
63 static void FUNCC(OPNAME ## h264_chroma_mc2)(uint8_t *_dst /*align 8*/, uint8_t *_src /*align 1*/, …
102 static void FUNCC(OPNAME ## h264_chroma_mc4)(uint8_t *_dst /*align 8*/, uint8_t *_src /*align 1*/, …
147 static void FUNCC(OPNAME ## h264_chroma_mc8)(uint8_t *_dst /*align 8*/, uint8_t *_src /*align 1*/, …