BIT_DEPTH          23 libavcodec/bit_depth_template.c #ifndef BIT_DEPTH
BIT_DEPTH          51 libavcodec/bit_depth_template.c #if BIT_DEPTH > 8
BIT_DEPTH          78 libavcodec/bit_depth_template.c #   define av_clip_pixel(a) av_clip_uintp2(a, BIT_DEPTH)
BIT_DEPTH          79 libavcodec/bit_depth_template.c #   define CLIP(a)          av_clip_uintp2(a, BIT_DEPTH)
BIT_DEPTH         104 libavcodec/bit_depth_template.c #define FUNC(a)  FUNC2(a, BIT_DEPTH,)
BIT_DEPTH         105 libavcodec/bit_depth_template.c #define FUNCC(a) FUNC2(a, BIT_DEPTH, _c)
BIT_DEPTH         108 libavcodec/bit_depth_template.c #define FUNC6(a)  FUNC5(a, IN_IDCT_DEPTH, BIT_DEPTH)
BIT_DEPTH          39 libavcodec/h264dsp_template.c     offset = (unsigned)offset << (log2_denom + (BIT_DEPTH-8)); \
BIT_DEPTH          70 libavcodec/h264dsp_template.c     offset = (unsigned)offset << (BIT_DEPTH-8); \
BIT_DEPTH         110 libavcodec/h264dsp_template.c     alpha <<= BIT_DEPTH - 8;
BIT_DEPTH         111 libavcodec/h264dsp_template.c     beta  <<= BIT_DEPTH - 8;
BIT_DEPTH         113 libavcodec/h264dsp_template.c         const int tc_orig = tc0[i] * (1 << (BIT_DEPTH - 8));
BIT_DEPTH         171 libavcodec/h264dsp_template.c     alpha <<= BIT_DEPTH - 8;
BIT_DEPTH         172 libavcodec/h264dsp_template.c     beta  <<= BIT_DEPTH - 8;
BIT_DEPTH         235 libavcodec/h264dsp_template.c     alpha <<= BIT_DEPTH - 8;
BIT_DEPTH         236 libavcodec/h264dsp_template.c     beta  <<= BIT_DEPTH - 8;
BIT_DEPTH         240 libavcodec/h264dsp_template.c         const int tc = ((tc0[i] - 1U) << (BIT_DEPTH - 8)) + 1;
BIT_DEPTH         291 libavcodec/h264dsp_template.c     alpha <<= BIT_DEPTH - 8;
BIT_DEPTH         292 libavcodec/h264dsp_template.c     beta  <<= BIT_DEPTH - 8;
BIT_DEPTH         106 libavcodec/h264pred_template.c     const pixel4 a = PIXEL_SPLAT_X4(1<<(BIT_DEPTH-1));
BIT_DEPTH         119 libavcodec/h264pred_template.c     const pixel4 a = PIXEL_SPLAT_X4((1<<(BIT_DEPTH-1))-1);
BIT_DEPTH         132 libavcodec/h264pred_template.c     const pixel4 a = PIXEL_SPLAT_X4((1<<(BIT_DEPTH-1))+1);
BIT_DEPTH         430 libavcodec/h264pred_template.c PRED16x16_X(127, (1<<(BIT_DEPTH-1))-1)
BIT_DEPTH         431 libavcodec/h264pred_template.c PRED16x16_X(128, (1<<(BIT_DEPTH-1))+0)
BIT_DEPTH         432 libavcodec/h264pred_template.c PRED16x16_X(129, (1<<(BIT_DEPTH-1))+1)
BIT_DEPTH         554 libavcodec/h264pred_template.c PRED8x8_X(127, (1<<(BIT_DEPTH-1))-1)
BIT_DEPTH         555 libavcodec/h264pred_template.c PRED8x8_X(128, (1<<(BIT_DEPTH-1))+0)
BIT_DEPTH         556 libavcodec/h264pred_template.c PRED8x8_X(129, (1<<(BIT_DEPTH-1))+1)
BIT_DEPTH         891 libavcodec/h264pred_template.c     PREDICT_8x8_DC(PIXEL_SPLAT_X4(1<<(BIT_DEPTH-1)));
BIT_DEPTH         122 libavcodec/h264qpel_template.c     const int pad = (BIT_DEPTH == 10) ? (-10 * ((1<<BIT_DEPTH)-1)) : 0;\
BIT_DEPTH         203 libavcodec/h264qpel_template.c     const int pad = (BIT_DEPTH == 10) ? (-10 * ((1<<BIT_DEPTH)-1)) : 0;\
BIT_DEPTH         303 libavcodec/h264qpel_template.c     const int pad = (BIT_DEPTH == 10) ? (-10 * ((1<<BIT_DEPTH)-1)) : 0;\
BIT_DEPTH          39 libavcodec/hevcdsp_template.c             dst[x] = get_bits(gb, pcm_bit_depth) << (BIT_DEPTH - pcm_bit_depth);
BIT_DEPTH         109 libavcodec/hevcdsp_template.c     int shift  = 15 - BIT_DEPTH - log2_size;
BIT_DEPTH         161 libavcodec/hevcdsp_template.c     shift = 20 - BIT_DEPTH;
BIT_DEPTH         257 libavcodec/hevcdsp_template.c     shift = 20 - BIT_DEPTH;                                       \
BIT_DEPTH         269 libavcodec/hevcdsp_template.c     int shift = 14 - BIT_DEPTH;                                   \
BIT_DEPTH         307 libavcodec/hevcdsp_template.c     int shift  = BIT_DEPTH - 5;
BIT_DEPTH         506 libavcodec/hevcdsp_template.c             dst[x] = src[x] << (14 - BIT_DEPTH);
BIT_DEPTH         538 libavcodec/hevcdsp_template.c     int shift = 14  + 1 - BIT_DEPTH;
BIT_DEPTH         539 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH         547 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((src[x] << (14 - BIT_DEPTH)) + src2[x] + offset) >> shift);
BIT_DEPTH         562 libavcodec/hevcdsp_template.c     int shift = denom + 14 - BIT_DEPTH;
BIT_DEPTH         563 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH         569 libavcodec/hevcdsp_template.c     ox     = ox * (1 << (BIT_DEPTH - 8));
BIT_DEPTH         572 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel((((src[x] << (14 - BIT_DEPTH)) * wx + offset) >> shift) + ox);
BIT_DEPTH         589 libavcodec/hevcdsp_template.c     int shift = 14  + 1 - BIT_DEPTH;
BIT_DEPTH         592 libavcodec/hevcdsp_template.c     ox0     = ox0 * (1 << (BIT_DEPTH - 8));
BIT_DEPTH         593 libavcodec/hevcdsp_template.c     ox1     = ox1 * (1 << (BIT_DEPTH - 8));
BIT_DEPTH         596 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(( (src[x] << (14 - BIT_DEPTH)) * wx1 + src2[x] * wx0 + (ox0 + ox1 + 1) * (1 << log2Wd)) >> (log2Wd + 1));
BIT_DEPTH         627 libavcodec/hevcdsp_template.c             dst[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
BIT_DEPTH         643 libavcodec/hevcdsp_template.c             dst[x] = QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8);
BIT_DEPTH         666 libavcodec/hevcdsp_template.c             tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
BIT_DEPTH         691 libavcodec/hevcdsp_template.c     int shift = 14 - BIT_DEPTH;
BIT_DEPTH         693 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH         701 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift);
BIT_DEPTH         719 libavcodec/hevcdsp_template.c     int shift = 14  + 1 - BIT_DEPTH;
BIT_DEPTH         720 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH         728 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift);
BIT_DEPTH         745 libavcodec/hevcdsp_template.c     int shift = 14 - BIT_DEPTH;
BIT_DEPTH         747 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH         755 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift);
BIT_DEPTH         774 libavcodec/hevcdsp_template.c     int shift = 14 + 1 - BIT_DEPTH;
BIT_DEPTH         775 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH         783 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift);
BIT_DEPTH         802 libavcodec/hevcdsp_template.c     int shift =  14 - BIT_DEPTH;
BIT_DEPTH         804 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH         814 libavcodec/hevcdsp_template.c             tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
BIT_DEPTH         842 libavcodec/hevcdsp_template.c     int shift = 14 + 1 - BIT_DEPTH;
BIT_DEPTH         843 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH         853 libavcodec/hevcdsp_template.c             tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
BIT_DEPTH         881 libavcodec/hevcdsp_template.c     int shift = denom + 14 - BIT_DEPTH;
BIT_DEPTH         882 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH         888 libavcodec/hevcdsp_template.c     ox = ox * (1 << (BIT_DEPTH - 8));
BIT_DEPTH         891 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel((((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox);
BIT_DEPTH         910 libavcodec/hevcdsp_template.c     int shift = 14  + 1 - BIT_DEPTH;
BIT_DEPTH         913 libavcodec/hevcdsp_template.c     ox0     = ox0 * (1 << (BIT_DEPTH - 8));
BIT_DEPTH         914 libavcodec/hevcdsp_template.c     ox1     = ox1 * (1 << (BIT_DEPTH - 8));
BIT_DEPTH         917 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 +
BIT_DEPTH         936 libavcodec/hevcdsp_template.c     int shift = denom + 14 - BIT_DEPTH;
BIT_DEPTH         937 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH         943 libavcodec/hevcdsp_template.c     ox = ox * (1 << (BIT_DEPTH - 8));
BIT_DEPTH         946 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel((((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox);
BIT_DEPTH         965 libavcodec/hevcdsp_template.c     int shift = 14 + 1 - BIT_DEPTH;
BIT_DEPTH         968 libavcodec/hevcdsp_template.c     ox0     = ox0 * (1 << (BIT_DEPTH - 8));
BIT_DEPTH         969 libavcodec/hevcdsp_template.c     ox1     = ox1 * (1 << (BIT_DEPTH - 8));
BIT_DEPTH         972 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 +
BIT_DEPTH         993 libavcodec/hevcdsp_template.c     int shift = denom + 14 - BIT_DEPTH;
BIT_DEPTH         994 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH        1004 libavcodec/hevcdsp_template.c             tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
BIT_DEPTH        1012 libavcodec/hevcdsp_template.c     ox = ox * (1 << (BIT_DEPTH - 8));
BIT_DEPTH        1034 libavcodec/hevcdsp_template.c     int shift = 14 + 1 - BIT_DEPTH;
BIT_DEPTH        1041 libavcodec/hevcdsp_template.c             tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
BIT_DEPTH        1049 libavcodec/hevcdsp_template.c     ox0     = ox0 * (1 << (BIT_DEPTH - 8));
BIT_DEPTH        1050 libavcodec/hevcdsp_template.c     ox1     = ox1 * (1 << (BIT_DEPTH - 8));
BIT_DEPTH        1080 libavcodec/hevcdsp_template.c             dst[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
BIT_DEPTH        1097 libavcodec/hevcdsp_template.c             dst[x] = EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8);
BIT_DEPTH        1118 libavcodec/hevcdsp_template.c             tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
BIT_DEPTH        1143 libavcodec/hevcdsp_template.c     int shift = 14 - BIT_DEPTH;
BIT_DEPTH        1144 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH        1152 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift);
BIT_DEPTH        1168 libavcodec/hevcdsp_template.c     int shift = 14 + 1 - BIT_DEPTH;
BIT_DEPTH        1169 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH        1177 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift);
BIT_DEPTH        1194 libavcodec/hevcdsp_template.c     int shift = 14 - BIT_DEPTH;
BIT_DEPTH        1195 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH        1203 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift);
BIT_DEPTH        1219 libavcodec/hevcdsp_template.c     int shift = 14 + 1 - BIT_DEPTH;
BIT_DEPTH        1220 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH        1228 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift);
BIT_DEPTH        1246 libavcodec/hevcdsp_template.c     int shift = 14 - BIT_DEPTH;
BIT_DEPTH        1247 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH        1257 libavcodec/hevcdsp_template.c             tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
BIT_DEPTH        1285 libavcodec/hevcdsp_template.c     int shift = 14 + 1 - BIT_DEPTH;
BIT_DEPTH        1286 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH        1296 libavcodec/hevcdsp_template.c             tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
BIT_DEPTH        1322 libavcodec/hevcdsp_template.c     int shift = denom + 14 - BIT_DEPTH;
BIT_DEPTH        1323 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH        1329 libavcodec/hevcdsp_template.c     ox     = ox * (1 << (BIT_DEPTH - 8));
BIT_DEPTH        1332 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel((((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox);
BIT_DEPTH        1350 libavcodec/hevcdsp_template.c     int shift = 14 + 1 - BIT_DEPTH;
BIT_DEPTH        1353 libavcodec/hevcdsp_template.c     ox0     = ox0 * (1 << (BIT_DEPTH - 8));
BIT_DEPTH        1354 libavcodec/hevcdsp_template.c     ox1     = ox1 * (1 << (BIT_DEPTH - 8));
BIT_DEPTH        1357 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 +
BIT_DEPTH        1374 libavcodec/hevcdsp_template.c     int shift = denom + 14 - BIT_DEPTH;
BIT_DEPTH        1375 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH        1381 libavcodec/hevcdsp_template.c     ox     = ox * (1 << (BIT_DEPTH - 8));
BIT_DEPTH        1384 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel((((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox);
BIT_DEPTH        1402 libavcodec/hevcdsp_template.c     int shift = 14 + 1 - BIT_DEPTH;
BIT_DEPTH        1405 libavcodec/hevcdsp_template.c     ox0     = ox0 * (1 << (BIT_DEPTH - 8));
BIT_DEPTH        1406 libavcodec/hevcdsp_template.c     ox1     = ox1 * (1 << (BIT_DEPTH - 8));
BIT_DEPTH        1409 libavcodec/hevcdsp_template.c             dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 +
BIT_DEPTH        1428 libavcodec/hevcdsp_template.c     int shift = denom + 14 - BIT_DEPTH;
BIT_DEPTH        1429 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14
BIT_DEPTH        1439 libavcodec/hevcdsp_template.c             tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
BIT_DEPTH        1447 libavcodec/hevcdsp_template.c     ox     = ox * (1 << (BIT_DEPTH - 8));
BIT_DEPTH        1469 libavcodec/hevcdsp_template.c     int shift = 14 + 1 - BIT_DEPTH;
BIT_DEPTH        1476 libavcodec/hevcdsp_template.c             tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8);
BIT_DEPTH        1484 libavcodec/hevcdsp_template.c     ox0     = ox0 * (1 << (BIT_DEPTH - 8));
BIT_DEPTH        1485 libavcodec/hevcdsp_template.c     ox1     = ox1 * (1 << (BIT_DEPTH - 8));
BIT_DEPTH        1526 libavcodec/hevcdsp_template.c     beta <<= BIT_DEPTH - 8;
BIT_DEPTH        1535 libavcodec/hevcdsp_template.c         const int tc   = _tc[j]   << (BIT_DEPTH - 8);
BIT_DEPTH        1622 libavcodec/hevcdsp_template.c         const int tc = _tc[j] << (BIT_DEPTH - 8);
BIT_DEPTH         271 libavcodec/hevcpred_template.c             left[-1] = (1 << (BIT_DEPTH - 1));
BIT_DEPTH         296 libavcodec/hevcpred_template.c                 int threshold = 1 << (BIT_DEPTH - 5);
BIT_DEPTH          68 libavcodec/jfdctint_template.c #define BITS_IN_JSAMPLE BIT_DEPTH
BIT_DEPTH          26 libavcodec/mips/me_cmp_init_mips.c #if BIT_DEPTH == 8
BIT_DEPTH          28 libavcodec/mips/mpegvideoencdsp_init_mips.c #if BIT_DEPTH == 8
BIT_DEPTH          21 libavcodec/ppc/hevcdsp_template.c static void FUNC(ff_hevc_idct_4x4, BIT_DEPTH)(int16_t *coeffs, int col_limit)
BIT_DEPTH          24 libavcodec/ppc/hevcdsp_template.c     const int shift2 = 20 - BIT_DEPTH;
BIT_DEPTH          48 libavcodec/simple_idct_template.c #if BIT_DEPTH == 8
BIT_DEPTH          65 libavcodec/simple_idct_template.c #elif BIT_DEPTH == 10 || BIT_DEPTH == 12
BIT_DEPTH          67 libavcodec/simple_idct_template.c # if BIT_DEPTH == 10
BIT_DEPTH          28 libavcodec/vp9dsp_template.c #if BIT_DEPTH != 12
BIT_DEPTH         312 libavcodec/vp9dsp_template.c #if BIT_DEPTH != 12
BIT_DEPTH         575 libavcodec/vp9dsp_template.c     pixel4 val = PIXEL_SPLAT_X4(128 << (BIT_DEPTH - 8));
BIT_DEPTH         588 libavcodec/vp9dsp_template.c     pixel4 val = PIXEL_SPLAT_X4(128 << (BIT_DEPTH - 8));
BIT_DEPTH         603 libavcodec/vp9dsp_template.c     pixel4 val = PIXEL_SPLAT_X4(128 << (BIT_DEPTH - 8));
BIT_DEPTH         620 libavcodec/vp9dsp_template.c     pixel4 val = PIXEL_SPLAT_X4(128 << (BIT_DEPTH - 8));
BIT_DEPTH         641 libavcodec/vp9dsp_template.c     pixel4 val = PIXEL_SPLAT_X4((128 << (BIT_DEPTH - 8)) - 1);
BIT_DEPTH         653 libavcodec/vp9dsp_template.c     pixel4 val = PIXEL_SPLAT_X4((128 << (BIT_DEPTH - 8)) - 1);
BIT_DEPTH         668 libavcodec/vp9dsp_template.c     pixel4 val = PIXEL_SPLAT_X4((128 << (BIT_DEPTH - 8)) - 1);
BIT_DEPTH         685 libavcodec/vp9dsp_template.c     pixel4 val = PIXEL_SPLAT_X4((128 << (BIT_DEPTH - 8)) - 1);
BIT_DEPTH         706 libavcodec/vp9dsp_template.c     pixel4 val = PIXEL_SPLAT_X4((128 << (BIT_DEPTH - 8)) + 1);
BIT_DEPTH         719 libavcodec/vp9dsp_template.c     pixel4 val = PIXEL_SPLAT_X4((128 << (BIT_DEPTH - 8)) + 1);
BIT_DEPTH         734 libavcodec/vp9dsp_template.c     pixel4 val = PIXEL_SPLAT_X4((128 << (BIT_DEPTH - 8)) + 1);
BIT_DEPTH         751 libavcodec/vp9dsp_template.c     pixel4 val = PIXEL_SPLAT_X4((128 << (BIT_DEPTH - 8)) + 1);
BIT_DEPTH         768 libavcodec/vp9dsp_template.c #if BIT_DEPTH != 12
BIT_DEPTH         770 libavcodec/vp9dsp_template.c #if BIT_DEPTH == 8
BIT_DEPTH        1080 libavcodec/vp9dsp_template.c #if BIT_DEPTH != 8
BIT_DEPTH        1083 libavcodec/vp9dsp_template.c #if BIT_DEPTH != 10
BIT_DEPTH        1094 libavcodec/vp9dsp_template.c #if BIT_DEPTH == 12
BIT_DEPTH        1752 libavcodec/vp9dsp_template.c     int i, F = 1 << (BIT_DEPTH - 8);
BIT_DEPTH        1754 libavcodec/vp9dsp_template.c     E <<= (BIT_DEPTH - 8);
BIT_DEPTH        1755 libavcodec/vp9dsp_template.c     I <<= (BIT_DEPTH - 8);
BIT_DEPTH        1756 libavcodec/vp9dsp_template.c     H <<= (BIT_DEPTH - 8);
BIT_DEPTH        1834 libavcodec/vp9dsp_template.c                 int f = av_clip_intp2(p1 - q1, BIT_DEPTH - 1), f1, f2;
BIT_DEPTH        1835 libavcodec/vp9dsp_template.c                 f = av_clip_intp2(3 * (q0 - p0) + f, BIT_DEPTH - 1);
BIT_DEPTH        1837 libavcodec/vp9dsp_template.c                 f1 = FFMIN(f + 4, (1 << (BIT_DEPTH - 1)) - 1) >> 3;
BIT_DEPTH        1838 libavcodec/vp9dsp_template.c                 f2 = FFMIN(f + 3, (1 << (BIT_DEPTH - 1)) - 1) >> 3;
BIT_DEPTH        1843 libavcodec/vp9dsp_template.c                 int f = av_clip_intp2(3 * (q0 - p0), BIT_DEPTH - 1), f1, f2;
BIT_DEPTH        1845 libavcodec/vp9dsp_template.c                 f1 = FFMIN(f + 4, (1 << (BIT_DEPTH - 1)) - 1) >> 3;
BIT_DEPTH        1846 libavcodec/vp9dsp_template.c                 f2 = FFMIN(f + 3, (1 << (BIT_DEPTH - 1)) - 1) >> 3;
BIT_DEPTH        1937 libavcodec/vp9dsp_template.c #if BIT_DEPTH != 12
BIT_DEPTH        2116 libavcodec/vp9dsp_template.c #if BIT_DEPTH != 12
BIT_DEPTH        2264 libavcodec/vp9dsp_template.c #if BIT_DEPTH != 8
BIT_DEPTH        2267 libavcodec/vp9dsp_template.c #if BIT_DEPTH != 10
BIT_DEPTH        2272 libavcodec/vp9dsp_template.c #if BIT_DEPTH == 12
BIT_DEPTH        2302 libavcodec/vp9dsp_template.c #if BIT_DEPTH == 12
BIT_DEPTH        2405 libavcodec/vp9dsp_template.c #if BIT_DEPTH != 12
BIT_DEPTH        2502 libavcodec/vp9dsp_template.c #if BIT_DEPTH != 8
BIT_DEPTH        2505 libavcodec/vp9dsp_template.c #if BIT_DEPTH != 10
BIT_DEPTH        2515 libavcodec/vp9dsp_template.c #if BIT_DEPTH == 12
BIT_DEPTH          42 libavfilter/colorspacedsp_template.c #define fn(a) fn2(a, BIT_DEPTH, ss)
BIT_DEPTH          46 libavfilter/colorspacedsp_template.c #if BIT_DEPTH == 8
BIT_DEPTH          51 libavfilter/colorspacedsp_template.c #define av_clip_pixel(x) av_clip_uintp2(x, BIT_DEPTH)
BIT_DEPTH          68 libavfilter/colorspacedsp_template.c     const int sh = BIT_DEPTH - 1, rnd = 1 << (sh - 1);
BIT_DEPTH          69 libavfilter/colorspacedsp_template.c     const int uv_offset = 128 << (BIT_DEPTH - 8);
BIT_DEPTH         139 libavfilter/colorspacedsp_template.c     const int sh = 29 - BIT_DEPTH;
BIT_DEPTH         150 libavfilter/colorspacedsp_template.c     const int uv_offset = 128 << (BIT_DEPTH - 8);
BIT_DEPTH         218 libavfilter/colorspacedsp_template.c     const int sh = 29 - BIT_DEPTH;
BIT_DEPTH         229 libavfilter/colorspacedsp_template.c     const int uv_offset = 128 << (BIT_DEPTH - 8);
BIT_DEPTH         332 libavfilter/colorspacedsp_template.c #define OUT_BIT_DEPTH BIT_DEPTH
BIT_DEPTH          41 tests/tiny_ssim.c #define PIXEL_MAX ((1 << BIT_DEPTH)-1)
BIT_DEPTH          81 tests/tiny_ssim.c #if BIT_DEPTH > 9