DEPTH              27 libavcodec/x86/h264_intrapred_init.c #define PRED4x4(TYPE, DEPTH, OPT) \
DEPTH              28 libavcodec/x86/h264_intrapred_init.c void ff_pred4x4_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
DEPTH              48 libavcodec/x86/h264_intrapred_init.c #define PRED8x8(TYPE, DEPTH, OPT) \
DEPTH              49 libavcodec/x86/h264_intrapred_init.c void ff_pred8x8_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
DEPTH              59 libavcodec/x86/h264_intrapred_init.c #define PRED8x8L(TYPE, DEPTH, OPT)\
DEPTH              60 libavcodec/x86/h264_intrapred_init.c void ff_pred8x8l_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
DEPTH              89 libavcodec/x86/h264_intrapred_init.c #define PRED16x16(TYPE, DEPTH, OPT)\
DEPTH              90 libavcodec/x86/h264_intrapred_init.c void ff_pred16x16_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
DEPTH             410 libavcodec/x86/h264_qpel.c #define LUMA_MC_OP(OP, NUM, DEPTH, TYPE, OPT) \
DEPTH             411 libavcodec/x86/h264_qpel.c void ff_ ## OP ## _h264_qpel ## NUM ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT \
DEPTH             414 libavcodec/x86/h264_qpel.c #define LUMA_MC_ALL(DEPTH, TYPE, OPT) \
DEPTH             415 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(put,  4, DEPTH, TYPE, OPT) \
DEPTH             416 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(avg,  4, DEPTH, TYPE, OPT) \
DEPTH             417 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(put,  8, DEPTH, TYPE, OPT) \
DEPTH             418 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(avg,  8, DEPTH, TYPE, OPT) \
DEPTH             419 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(put, 16, DEPTH, TYPE, OPT) \
DEPTH             420 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(avg, 16, DEPTH, TYPE, OPT)
DEPTH             422 libavcodec/x86/h264_qpel.c #define LUMA_MC_816(DEPTH, TYPE, OPT) \
DEPTH             423 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(put,  8, DEPTH, TYPE, OPT) \
DEPTH             424 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(avg,  8, DEPTH, TYPE, OPT) \
DEPTH             425 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(put, 16, DEPTH, TYPE, OPT) \
DEPTH             426 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(avg, 16, DEPTH, TYPE, OPT)
DEPTH              56 libavcodec/x86/h264chroma_init.c #define CHROMA_MC(OP, NUM, DEPTH, OPT)                                  \
DEPTH              57 libavcodec/x86/h264chroma_init.c void ff_ ## OP ## _h264_chroma_mc ## NUM ## _ ## DEPTH ## _ ## OPT      \
DEPTH              29 libavcodec/x86/h264dsp_init.c #define IDCT_ADD_FUNC(NUM, DEPTH, OPT)                                  \
DEPTH              30 libavcodec/x86/h264dsp_init.c void ff_h264_idct ## NUM ## _add_ ## DEPTH ## _ ## OPT(uint8_t *dst,    \
DEPTH              48 libavcodec/x86/h264dsp_init.c #define IDCT_ADD_REP_FUNC(NUM, REP, DEPTH, OPT)                         \
DEPTH              49 libavcodec/x86/h264dsp_init.c void ff_h264_idct ## NUM ## _add ## REP ## _ ## DEPTH ## _ ## OPT       \
DEPTH              70 libavcodec/x86/h264dsp_init.c #define IDCT_ADD_REP_FUNC2(NUM, REP, DEPTH, OPT)                      \
DEPTH              71 libavcodec/x86/h264dsp_init.c void ff_h264_idct ## NUM ## _add ## REP ## _ ## DEPTH ## _ ## OPT     \
DEPTH              93 libavcodec/x86/h264dsp_init.c #define LF_FUNC(DIR, TYPE, DEPTH, OPT)                                        \
DEPTH              94 libavcodec/x86/h264dsp_init.c void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT(uint8_t *pix,  \
DEPTH              99 libavcodec/x86/h264dsp_init.c #define LF_IFUNC(DIR, TYPE, DEPTH, OPT) \
DEPTH             100 libavcodec/x86/h264dsp_init.c void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT(uint8_t *pix,  \
DEPTH             182 libavcodec/x86/h264dsp_init.c #define H264_WEIGHT_10(W, DEPTH, OPT)                                   \
DEPTH             183 libavcodec/x86/h264dsp_init.c void ff_h264_weight_ ## W ## _ ## DEPTH ## _ ## OPT(uint8_t *dst,       \
DEPTH             190 libavcodec/x86/h264dsp_init.c #define H264_BIWEIGHT_10(W, DEPTH, OPT)                                 \
DEPTH             191 libavcodec/x86/h264dsp_init.c void ff_h264_biweight_ ## W ## _ ## DEPTH ## _ ## OPT(uint8_t *dst,     \
DEPTH             200 libavcodec/x86/h264dsp_init.c #define H264_BIWEIGHT_10_SSE(W, DEPTH)          \
DEPTH             201 libavcodec/x86/h264dsp_init.c     H264_WEIGHT_10(W, DEPTH, sse2)              \
DEPTH             202 libavcodec/x86/h264dsp_init.c     H264_WEIGHT_10(W, DEPTH, sse4)              \
DEPTH             203 libavcodec/x86/h264dsp_init.c     H264_BIWEIGHT_10(W, DEPTH, sse2)            \
DEPTH             204 libavcodec/x86/h264dsp_init.c     H264_BIWEIGHT_10(W, DEPTH, sse4)
DEPTH              31 libavcodec/x86/hevcdsp_init.c #define LFC_FUNC(DIR, DEPTH, OPT) \
DEPTH              32 libavcodec/x86/hevcdsp_init.c void ff_hevc_ ## DIR ## _loop_filter_chroma_ ## DEPTH ## _ ## OPT(uint8_t *pix, ptrdiff_t stride, int *tc, uint8_t *no_p, uint8_t *no_q);
DEPTH              34 libavcodec/x86/hevcdsp_init.c #define LFL_FUNC(DIR, DEPTH, OPT) \
DEPTH              35 libavcodec/x86/hevcdsp_init.c void ff_hevc_ ## DIR ## _loop_filter_luma_ ## DEPTH ## _ ## OPT(uint8_t *pix, ptrdiff_t stride, int beta, int *tc, uint8_t *no_p, uint8_t *no_q);
DEPTH             367 libavfilter/vf_signalstats.c     unsigned int histy[DEPTH] = {0},
DEPTH             368 libavfilter/vf_signalstats.c                  histu[DEPTH] = {0},
DEPTH             369 libavfilter/vf_signalstats.c                  histv[DEPTH] = {0},
DEPTH             371 libavfilter/vf_signalstats.c                  histsat[DEPTH] = {0}; // limited to 8 bit data.
DEPTH             466 libavfilter/vf_signalstats.c     for (fil = 0; fil < DEPTH; fil++) {