DEPTH              60 libavcodec/v210_template.c             WRITE_PIXELS(u, y, v, DEPTH);
DEPTH              61 libavcodec/v210_template.c             WRITE_PIXELS(y, u, y, DEPTH);
DEPTH              62 libavcodec/v210_template.c             WRITE_PIXELS(v, y, u, DEPTH);
DEPTH              63 libavcodec/v210_template.c             WRITE_PIXELS(y, v, y, DEPTH);
DEPTH              66 libavcodec/v210_template.c             WRITE_PIXELS(u, y, v, DEPTH);
DEPTH              68 libavcodec/v210_template.c             val = CLIP(*y++, DEPTH) << (10-DEPTH);
DEPTH              75 libavcodec/v210_template.c             val |= (CLIP(*u++, DEPTH) << (20-DEPTH)) | (CLIP(*y++, DEPTH) << (30-DEPTH));
DEPTH              79 libavcodec/v210_template.c             val = CLIP(*v++, DEPTH) << (10-DEPTH) | (CLIP(*y++, DEPTH) << (20-DEPTH));
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             408 libavcodec/x86/h264_qpel.c #define LUMA_MC_OP(OP, NUM, DEPTH, TYPE, OPT) \
DEPTH             409 libavcodec/x86/h264_qpel.c void ff_ ## OP ## _h264_qpel ## NUM ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT \
DEPTH             412 libavcodec/x86/h264_qpel.c #define LUMA_MC_ALL(DEPTH, TYPE, OPT) \
DEPTH             413 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(put,  4, DEPTH, TYPE, OPT) \
DEPTH             414 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(avg,  4, DEPTH, TYPE, OPT) \
DEPTH             415 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(put,  8, DEPTH, TYPE, OPT) \
DEPTH             416 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(avg,  8, DEPTH, TYPE, OPT) \
DEPTH             417 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(put, 16, DEPTH, TYPE, OPT) \
DEPTH             418 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(avg, 16, DEPTH, TYPE, OPT)
DEPTH             420 libavcodec/x86/h264_qpel.c #define LUMA_MC_816(DEPTH, TYPE, OPT) \
DEPTH             421 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(put,  8, DEPTH, TYPE, OPT) \
DEPTH             422 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(avg,  8, DEPTH, TYPE, OPT) \
DEPTH             423 libavcodec/x86/h264_qpel.c     LUMA_MC_OP(put, 16, DEPTH, TYPE, OPT) \
DEPTH             424 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              52 libavcodec/x86/h264dsp_init.c #define IDCT_ADD_REP_FUNC(NUM, REP, DEPTH, OPT)                         \
DEPTH              53 libavcodec/x86/h264dsp_init.c void ff_h264_idct ## NUM ## _add ## REP ## _ ## DEPTH ## _ ## OPT       \
DEPTH              74 libavcodec/x86/h264dsp_init.c #define IDCT_ADD_REP_FUNC2(NUM, REP, DEPTH, OPT)                      \
DEPTH              75 libavcodec/x86/h264dsp_init.c void ff_h264_idct ## NUM ## _add ## REP ## _ ## DEPTH ## _ ## OPT     \
DEPTH             102 libavcodec/x86/h264dsp_init.c #define LF_FUNC(DIR, TYPE, DEPTH, OPT)                                        \
DEPTH             103 libavcodec/x86/h264dsp_init.c void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT(uint8_t *pix,  \
DEPTH             108 libavcodec/x86/h264dsp_init.c #define LF_IFUNC(DIR, TYPE, DEPTH, OPT) \
DEPTH             109 libavcodec/x86/h264dsp_init.c void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT(uint8_t *pix,  \
DEPTH             200 libavcodec/x86/h264dsp_init.c #define H264_WEIGHT_10(W, DEPTH, OPT)                                   \
DEPTH             201 libavcodec/x86/h264dsp_init.c void ff_h264_weight_ ## W ## _ ## DEPTH ## _ ## OPT(uint8_t *dst,       \
DEPTH             208 libavcodec/x86/h264dsp_init.c #define H264_BIWEIGHT_10(W, DEPTH, OPT)                                 \
DEPTH             209 libavcodec/x86/h264dsp_init.c void ff_h264_biweight_ ## W ## _ ## DEPTH ## _ ## OPT(uint8_t *dst,     \
DEPTH             218 libavcodec/x86/h264dsp_init.c #define H264_BIWEIGHT_10_SSE(W, DEPTH)          \
DEPTH             219 libavcodec/x86/h264dsp_init.c     H264_WEIGHT_10(W, DEPTH, sse2)              \
DEPTH             220 libavcodec/x86/h264dsp_init.c     H264_WEIGHT_10(W, DEPTH, sse4)              \
DEPTH             221 libavcodec/x86/h264dsp_init.c     H264_BIWEIGHT_10(W, DEPTH, sse2)            \
DEPTH             222 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              67 libavcodec/x86/vc1dsp_init.c #define DECLARE_FUNCTION(OP, DEPTH, INSN)                       \
DEPTH              68 libavcodec/x86/vc1dsp_init.c     static void OP##vc1_mspel_mc00_##DEPTH##INSN(uint8_t *dst,          \
DEPTH              71 libavcodec/x86/vc1dsp_init.c         ff_ ## OP ## pixels ## DEPTH ## INSN(dst, src, stride, DEPTH);     \
DEPTH              30 libavfilter/median_template.c #if DEPTH == 8
DEPTH              42 libavfilter/median_template.c #define SHIFT   ((DEPTH + 1) / 2)
DEPTH              47 libavfilter/median_template.c #define fn(a)      fn2(a, DEPTH)
DEPTH              29 libavfilter/phase_template.c #if DEPTH == 8
DEPTH              39 libavfilter/phase_template.c #define fn(a)      fn2(a, DEPTH)
DEPTH              70 libavfilter/phase_template.c         const double factor = 1. / (25. * (1 << (DEPTH - 8)) * (1 << (DEPTH - 8)));