_c                105 libavcodec/bit_depth_template.c #define FUNCC(a) FUNC2(a, BIT_DEPTH, _c)
_c                 89 libavcodec/diracdsp.c     static void weight_dirac_pixels ## W ## _c(uint8_t *block, int stride, int log2_denom, \
_c                118 libavcodec/diracdsp.c     static void add_obmc ## xblen ## _c(uint16_t *dst, const uint8_t *src, int stride, \
_c                193 libavcodec/diracdsp.c static void dequant_subband_ ## PX ## _c(uint8_t *src, uint8_t *dst, ptrdiff_t stride,     \
_c                214 libavcodec/diracdsp.c     c->PFX ## _dirac_pixels_tab[WIDTH>>4][0] = ff_ ## PFX ## _dirac_pixels ## WIDTH ## _c; \
_c                 32 libavcodec/h264chroma.c     c->put_h264_chroma_pixels_tab[0] = put_h264_chroma_mc8_ ## depth ## _c; \
_c                 33 libavcodec/h264chroma.c     c->put_h264_chroma_pixels_tab[1] = put_h264_chroma_mc4_ ## depth ## _c; \
_c                 34 libavcodec/h264chroma.c     c->put_h264_chroma_pixels_tab[2] = put_h264_chroma_mc2_ ## depth ## _c; \
_c                 35 libavcodec/h264chroma.c     c->put_h264_chroma_pixels_tab[3] = put_h264_chroma_mc1_ ## depth ## _c; \
_c                 36 libavcodec/h264chroma.c     c->avg_h264_chroma_pixels_tab[0] = avg_h264_chroma_mc8_ ## depth ## _c; \
_c                 37 libavcodec/h264chroma.c     c->avg_h264_chroma_pixels_tab[1] = avg_h264_chroma_mc4_ ## depth ## _c; \
_c                 38 libavcodec/h264chroma.c     c->avg_h264_chroma_pixels_tab[2] = avg_h264_chroma_mc2_ ## depth ## _c; \
_c                 39 libavcodec/h264chroma.c     c->avg_h264_chroma_pixels_tab[3] = avg_h264_chroma_mc1_ ## depth ## _c; \
_c                 71 libavcodec/h264dsp.c #define FUNC(a, depth) a ## _ ## depth ## _c
_c                 25 libavcodec/h264idct.h void ff_h264_idct8_add_ ## depth ## _c(uint8_t *dst, int16_t *block, int stride);\
_c                 26 libavcodec/h264idct.h void ff_h264_idct_add_ ## depth ## _c(uint8_t *dst, int16_t *block, int stride);\
_c                 27 libavcodec/h264idct.h void ff_h264_idct8_dc_add_ ## depth ## _c(uint8_t *dst, int16_t *block, int stride);\
_c                 28 libavcodec/h264idct.h void ff_h264_idct_dc_add_ ## depth ## _c(uint8_t *dst, int16_t *block, int stride);\
_c                 29 libavcodec/h264idct.h void ff_h264_idct_add16_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\
_c                 30 libavcodec/h264idct.h void ff_h264_idct_add16intra_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\
_c                 31 libavcodec/h264idct.h void ff_h264_idct8_add4_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\
_c                 32 libavcodec/h264idct.h void ff_h264_idct_add8_422_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\
_c                 33 libavcodec/h264idct.h void ff_h264_idct_add8_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\
_c                 34 libavcodec/h264idct.h void ff_h264_luma_dc_dequant_idct_ ## depth ## _c(int16_t *output, int16_t *input, int qmul);\
_c                 35 libavcodec/h264idct.h void ff_h264_chroma422_dc_dequant_idct_ ## depth ## _c(int16_t *block, int qmul);\
_c                 36 libavcodec/h264idct.h void ff_h264_chroma_dc_dequant_idct_ ## depth ## _c(int16_t *block, int qmul);
_c                418 libavcodec/h264pred.c #define FUNCC(a, depth) a ## _ ## depth ## _c
_c                419 libavcodec/h264pred.c #define FUNCD(a) a ## _c
_c                 52 libavcodec/h264qpel.c #define FUNCC(f, depth) f ## _ ## depth ## _c
_c                905 libavcodec/me_cmp.c static int vsad_intra ## size ## _c(MpegEncContext *c,                  \
_c                927 libavcodec/me_cmp.c static int vsad ## size ## _c(MpegEncContext *c,                               \
_c                947 libavcodec/me_cmp.c static int vsse_intra ## size ## _c(MpegEncContext *c,                  \
_c                969 libavcodec/me_cmp.c static int vsse ## size ## _c(MpegEncContext *c, uint8_t *s1, uint8_t *s2,     \
_c               1052 libavcodec/me_cmp.c     c->name[0] = name ## 16_c;                  \
_c               1053 libavcodec/me_cmp.c     c->name[1] = name ## 8x8_c;
_c                739 libavcodec/vc1dsp.c static void put_vc1_mspel_mc ## a ## b ## _c(uint8_t *dst,                    \
_c                966 libavcodec/vc1dsp.c     dsp->put_vc1_mspel_pixels_tab[1][X+4*Y] = put_vc1_mspel_mc##X##Y##_c; \
_c                968 libavcodec/vc1dsp.c     dsp->avg_vc1_mspel_pixels_tab[1][X+4*Y] = avg_vc1_mspel_mc##X##Y##_c; \
_c                423 libavcodec/vp3dsp.c static LOOP_FILTER(vp3,_c, v, 8)
_c                424 libavcodec/vp3dsp.c static LOOP_FILTER(vp3,_c, h, 8)
_c                373 libavcodec/vp8dsp.c void vpn ## _ ## dir ## _loop_filter ## size ## _c(uint8_t *dst,              \
_c                468 libavcodec/vp8dsp.c static void put_vp8_pixels ## WIDTH ## _c(uint8_t *dst, ptrdiff_t dststride,  \
_c                491 libavcodec/vp8dsp.c static void put_vp8_epel ## SIZE ## _h ## TAPS ## _c(uint8_t *dst,            \
_c                509 libavcodec/vp8dsp.c static void put_vp8_epel ## SIZE ## _v ## TAPS ## _c(uint8_t *dst,            \
_c                528 libavcodec/vp8dsp.c put_vp8_epel ## SIZE ## _h ## HTAPS ## v ## VTAPS ## _c(uint8_t *dst,         \
_c                645 libavcodec/vp8dsp.c     dsp->put_vp8_epel_pixels_tab[IDX][0][0] = put_vp8_pixels ## SIZE ## _c;   \
_c                656 libavcodec/vp8dsp.c     dsp->put_vp8_bilinear_pixels_tab[IDX][0][0] = put_vp8_pixels   ## SIZE ## _c; \
_c                802 libavcodec/vp9dsp_template.c static void diag_downleft_##size##x##size##_c(uint8_t *_dst, ptrdiff_t stride, \
_c                845 libavcodec/vp9dsp_template.c static void diag_downright_##size##x##size##_c(uint8_t *_dst, ptrdiff_t stride, \
_c                894 libavcodec/vp9dsp_template.c static void vert_right_##size##x##size##_c(uint8_t *_dst, ptrdiff_t stride, \
_c                951 libavcodec/vp9dsp_template.c static void hor_down_##size##x##size##_c(uint8_t *_dst, ptrdiff_t stride, \
_c               1001 libavcodec/vp9dsp_template.c static void vert_left_##size##x##size##_c(uint8_t *_dst, ptrdiff_t stride, \
_c               1047 libavcodec/vp9dsp_template.c static void hor_up_##size##x##size##_c(uint8_t *_dst, ptrdiff_t stride, \
_c               1089 libavcodec/vp9dsp_template.c     dsp->intra_pred[tx][TM_VP8_PRED]          = tm_##sz##_c; \
_c               1090 libavcodec/vp9dsp_template.c     dsp->intra_pred[tx][DC_128_PRED]          = dc_128_##sz##_c; \
_c               1091 libavcodec/vp9dsp_template.c     dsp->intra_pred[tx][DC_127_PRED]          = dc_127_##sz##_c; \
_c               1092 libavcodec/vp9dsp_template.c     dsp->intra_pred[tx][DC_129_PRED]          = dc_129_##sz##_c
_c               1100 libavcodec/vp9dsp_template.c     dsp->intra_pred[tx][VERT_PRED]            = vert_##sz##_c; \
_c               1101 libavcodec/vp9dsp_template.c     dsp->intra_pred[tx][HOR_PRED]             = hor_##sz##_c; \
_c               1102 libavcodec/vp9dsp_template.c     dsp->intra_pred[tx][DC_PRED]              = dc_##sz##_c; \
_c               1103 libavcodec/vp9dsp_template.c     dsp->intra_pred[tx][DIAG_DOWN_LEFT_PRED]  = diag_downleft_##sz##_c; \
_c               1104 libavcodec/vp9dsp_template.c     dsp->intra_pred[tx][DIAG_DOWN_RIGHT_PRED] = diag_downright_##sz##_c; \
_c               1105 libavcodec/vp9dsp_template.c     dsp->intra_pred[tx][VERT_RIGHT_PRED]      = vert_right_##sz##_c; \
_c               1106 libavcodec/vp9dsp_template.c     dsp->intra_pred[tx][HOR_DOWN_PRED]        = hor_down_##sz##_c; \
_c               1107 libavcodec/vp9dsp_template.c     dsp->intra_pred[tx][VERT_LEFT_PRED]       = vert_left_##sz##_c; \
_c               1108 libavcodec/vp9dsp_template.c     dsp->intra_pred[tx][HOR_UP_PRED]          = hor_up_##sz##_c; \
_c               1109 libavcodec/vp9dsp_template.c     dsp->intra_pred[tx][LEFT_DC_PRED]         = dc_left_##sz##_c; \
_c               1110 libavcodec/vp9dsp_template.c     dsp->intra_pred[tx][TOP_DC_PRED]          = dc_top_##sz##_c; \
_c               1972 libavcodec/vp9dsp_template.c static void type##sz##_c(uint8_t *dst, ptrdiff_t dst_stride, \
_c               1976 libavcodec/vp9dsp_template.c     type##_c(dst, dst_stride, src, src_stride, sz, h); \
_c               2030 libavcodec/vp9dsp_template.c static av_noinline void opn##_8tap_1d_##dir##_c(uint8_t *dst, ptrdiff_t dst_stride, \
_c               2098 libavcodec/vp9dsp_template.c static void avg##_8tap_##type##_##sz##dir##_c(uint8_t *dst, ptrdiff_t dst_stride, \
_c               2102 libavcodec/vp9dsp_template.c     avg##_8tap_1d_##dir##_c(dst, dst_stride, src, src_stride, sz, h, \
_c               2146 libavcodec/vp9dsp_template.c static av_noinline void opn##_bilin_1d_##dir##_c(uint8_t *dst, ptrdiff_t dst_stride, \
_c               2211 libavcodec/vp9dsp_template.c static void avg##_bilin_##sz##dir##_c(uint8_t *dst, ptrdiff_t dst_stride, \
_c               2215 libavcodec/vp9dsp_template.c     avg##_bilin_1d_##dir##_c(dst, dst_stride, src, src_stride, sz, h, dir_m); \
_c               2277 libavcodec/vp9dsp_template.c     dsp->mc[idx1][FILTER_8TAP_SMOOTH ][idx2][0][0] = type##sz##_c; \
_c               2278 libavcodec/vp9dsp_template.c     dsp->mc[idx1][FILTER_8TAP_REGULAR][idx2][0][0] = type##sz##_c; \
_c               2279 libavcodec/vp9dsp_template.c     dsp->mc[idx1][FILTER_8TAP_SHARP  ][idx2][0][0] = type##sz##_c; \
_c               2280 libavcodec/vp9dsp_template.c     dsp->mc[idx1][FILTER_BILINEAR    ][idx2][0][0] = type##sz##_c
_c               2298 libavcodec/vp9dsp_template.c     dsp->mc[idx1][FILTER_8TAP_SMOOTH ][idx2][idxh][idxv] = type##_8tap_smooth_##sz##dir##_c; \
_c               2299 libavcodec/vp9dsp_template.c     dsp->mc[idx1][FILTER_8TAP_REGULAR][idx2][idxh][idxv] = type##_8tap_regular_##sz##dir##_c; \
_c               2300 libavcodec/vp9dsp_template.c     dsp->mc[idx1][FILTER_8TAP_SHARP  ][idx2][idxh][idxv] = type##_8tap_sharp_##sz##dir##_c
_c               2307 libavcodec/vp9dsp_template.c     dsp->mc[idx1][FILTER_BILINEAR    ][idx2][idxh][idxv] = type##_bilin_##sz##dir##_c
_c               2397 libavcodec/vp9dsp_template.c static void avg##_scaled_##type##_##sz##_c(uint8_t *dst, ptrdiff_t dst_stride, \
_c               2468 libavcodec/vp9dsp_template.c static void avg##_scaled_bilin_##sz##_c(uint8_t *dst, ptrdiff_t dst_stride, \
_c               2511 libavcodec/vp9dsp_template.c     dsp->smc[idx1][FILTER_8TAP_SMOOTH ][idx2] = type##_scaled_smooth_##sz##_c; \
_c               2512 libavcodec/vp9dsp_template.c     dsp->smc[idx1][FILTER_8TAP_REGULAR][idx2] = type##_scaled_regular_##sz##_c; \
_c               2513 libavcodec/vp9dsp_template.c     dsp->smc[idx1][FILTER_8TAP_SHARP  ][idx2] = type##_scaled_sharp_##sz##_c
_c               2521 libavcodec/vp9dsp_template.c     dsp->smc[idx1][FILTER_BILINEAR    ][idx2] = type##_scaled_bilin_##sz##_c
_c                104 libavfilter/colorspacedsp.c     dsp->yuv2rgb[BPP_##bit][SS_444] = yuv2rgb_444p##bit##_c; \
_c                105 libavfilter/colorspacedsp.c     dsp->yuv2rgb[BPP_##bit][SS_422] = yuv2rgb_422p##bit##_c; \
_c                106 libavfilter/colorspacedsp.c     dsp->yuv2rgb[BPP_##bit][SS_420] = yuv2rgb_420p##bit##_c
_c                113 libavfilter/colorspacedsp.c     dsp->rgb2yuv[BPP_##bit][SS_444] = rgb2yuv_444p##bit##_c; \
_c                114 libavfilter/colorspacedsp.c     dsp->rgb2yuv[BPP_##bit][SS_422] = rgb2yuv_422p##bit##_c; \
_c                115 libavfilter/colorspacedsp.c     dsp->rgb2yuv[BPP_##bit][SS_420] = rgb2yuv_420p##bit##_c
_c                122 libavfilter/colorspacedsp.c     dsp->rgb2yuv_fsb[BPP_##bit][SS_444] = rgb2yuv_fsb_444p##bit##_c; \
_c                123 libavfilter/colorspacedsp.c     dsp->rgb2yuv_fsb[BPP_##bit][SS_422] = rgb2yuv_fsb_422p##bit##_c; \
_c                124 libavfilter/colorspacedsp.c     dsp->rgb2yuv_fsb[BPP_##bit][SS_420] = rgb2yuv_fsb_420p##bit##_c
_c                131 libavfilter/colorspacedsp.c     dsp->yuv2yuv[idx1][BPP_##bit2][SS_444] = yuv2yuv_444p##bit1##to##bit2##_c; \
_c                132 libavfilter/colorspacedsp.c     dsp->yuv2yuv[idx1][BPP_##bit2][SS_422] = yuv2yuv_422p##bit1##to##bit2##_c; \
_c                133 libavfilter/colorspacedsp.c     dsp->yuv2yuv[idx1][BPP_##bit2][SS_420] = yuv2yuv_420p##bit1##to##bit2##_c
_c                 40 libavfilter/colorspacedsp_template.c #define fn3(a,b,c) a##_##c##p##b##_c
_c                 36 libavfilter/colorspacedsp_yuv2yuv_template.c #define fn3(a,b,c,d) a##_##d##p##b##to##c##_c
_c                239 libavfilter/vf_framerate.c static void blend_frames##nbits##_c(BLEND_FUNC_PARAMS)  \
_c                 99 libavresample/audio_mix.c #define MIX_FUNC_NAME(fmt, cfmt) mix_any_ ## fmt ##_## cfmt ##_c
_c                 44 libavutil/pixelutils.c static int block_sad_##size##x##size##_c(const uint8_t *src1, ptrdiff_t stride1,    \
_c                284 libswscale/output.c static void yuv2plane1_float ## BE_LE ## _c(const int16_t *src, uint8_t *dest, int dstW, \
_c                291 libswscale/output.c static void yuv2planeX_float ## BE_LE ## _c(const int16_t *filter, int filterSize, \
_c                354 libswscale/output.c static void yuv2plane1_ ## bits ## BE_LE ## _c(const int16_t *src, \
_c                361 libswscale/output.c static void yuv2planeX_ ## bits ## BE_LE ## _c(const int16_t *filter, int filterSize, \
_c                360 libswscale/rgb2rgb_template.c DEFINE_SHUFFLE_BYTES(1230_c, 1, 2, 3, 0)
_c                361 libswscale/rgb2rgb_template.c DEFINE_SHUFFLE_BYTES(3012_c, 3, 0, 1, 2)
_c                362 libswscale/rgb2rgb_template.c DEFINE_SHUFFLE_BYTES(3210_c, 3, 2, 1, 0)