BIT_DEPTH 23 libavcodec/bit_depth_template.c #ifndef BIT_DEPTH BIT_DEPTH 50 libavcodec/bit_depth_template.c #if BIT_DEPTH > 8 BIT_DEPTH 67 libavcodec/bit_depth_template.c # define av_clip_pixel(a) av_clip_uintp2(a, BIT_DEPTH) BIT_DEPTH 68 libavcodec/bit_depth_template.c # define CLIP(a) av_clip_uintp2(a, BIT_DEPTH) BIT_DEPTH 92 libavcodec/bit_depth_template.c #define FUNC(a) FUNC2(a, BIT_DEPTH,) BIT_DEPTH 93 libavcodec/bit_depth_template.c #define FUNCC(a) FUNC2(a, BIT_DEPTH, _c) BIT_DEPTH 39 libavcodec/h264dsp_template.c offset <<= (log2_denom + (BIT_DEPTH-8)); \ BIT_DEPTH 70 libavcodec/h264dsp_template.c 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] << (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] - 1) << (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 40 libavcodec/hevcdsp_template.c dst[x] = get_bits(gb, pcm_bit_depth) << (BIT_DEPTH - pcm_bit_depth); BIT_DEPTH 111 libavcodec/hevcdsp_template.c int shift = 15 - BIT_DEPTH - log2_size; BIT_DEPTH 167 libavcodec/hevcdsp_template.c shift = 20 - BIT_DEPTH; BIT_DEPTH 262 libavcodec/hevcdsp_template.c shift = 20 - BIT_DEPTH; \ BIT_DEPTH 274 libavcodec/hevcdsp_template.c int shift = 14 - BIT_DEPTH; \ BIT_DEPTH 313 libavcodec/hevcdsp_template.c int shift = BIT_DEPTH - 5; BIT_DEPTH 512 libavcodec/hevcdsp_template.c dst[x] = src[x] << (14 - BIT_DEPTH); BIT_DEPTH 544 libavcodec/hevcdsp_template.c int shift = 14 + 1 - BIT_DEPTH; BIT_DEPTH 545 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 553 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((src[x] << (14 - BIT_DEPTH)) + src2[x] + offset) >> shift); BIT_DEPTH 568 libavcodec/hevcdsp_template.c int shift = denom + 14 - BIT_DEPTH; BIT_DEPTH 569 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 575 libavcodec/hevcdsp_template.c ox = ox * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 578 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel((((src[x] << (14 - BIT_DEPTH)) * wx + offset) >> shift) + ox); BIT_DEPTH 595 libavcodec/hevcdsp_template.c int shift = 14 + 1 - BIT_DEPTH; BIT_DEPTH 598 libavcodec/hevcdsp_template.c ox0 = ox0 * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 599 libavcodec/hevcdsp_template.c ox1 = ox1 * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 602 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(( (src[x] << (14 - BIT_DEPTH)) * wx1 + src2[x] * wx0 + ((ox0 + ox1 + 1) << log2Wd)) >> (log2Wd + 1)); BIT_DEPTH 633 libavcodec/hevcdsp_template.c dst[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); BIT_DEPTH 649 libavcodec/hevcdsp_template.c dst[x] = QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8); BIT_DEPTH 672 libavcodec/hevcdsp_template.c tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); BIT_DEPTH 697 libavcodec/hevcdsp_template.c int shift = 14 - BIT_DEPTH; BIT_DEPTH 699 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 707 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift); BIT_DEPTH 725 libavcodec/hevcdsp_template.c int shift = 14 + 1 - BIT_DEPTH; BIT_DEPTH 726 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 734 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); BIT_DEPTH 751 libavcodec/hevcdsp_template.c int shift = 14 - BIT_DEPTH; BIT_DEPTH 753 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 761 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift); BIT_DEPTH 780 libavcodec/hevcdsp_template.c int shift = 14 + 1 - BIT_DEPTH; BIT_DEPTH 781 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 789 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); BIT_DEPTH 808 libavcodec/hevcdsp_template.c int shift = 14 - BIT_DEPTH; BIT_DEPTH 810 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 820 libavcodec/hevcdsp_template.c tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); BIT_DEPTH 848 libavcodec/hevcdsp_template.c int shift = 14 + 1 - BIT_DEPTH; BIT_DEPTH 849 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 859 libavcodec/hevcdsp_template.c tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); BIT_DEPTH 887 libavcodec/hevcdsp_template.c int shift = denom + 14 - BIT_DEPTH; BIT_DEPTH 888 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 894 libavcodec/hevcdsp_template.c ox = ox * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 897 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel((((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); BIT_DEPTH 916 libavcodec/hevcdsp_template.c int shift = 14 + 1 - BIT_DEPTH; BIT_DEPTH 919 libavcodec/hevcdsp_template.c ox0 = ox0 * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 920 libavcodec/hevcdsp_template.c ox1 = ox1 * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 923 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + BIT_DEPTH 942 libavcodec/hevcdsp_template.c int shift = denom + 14 - BIT_DEPTH; BIT_DEPTH 943 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 949 libavcodec/hevcdsp_template.c ox = ox * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 952 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel((((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); BIT_DEPTH 971 libavcodec/hevcdsp_template.c int shift = 14 + 1 - BIT_DEPTH; BIT_DEPTH 974 libavcodec/hevcdsp_template.c ox0 = ox0 * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 975 libavcodec/hevcdsp_template.c ox1 = ox1 * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 978 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + BIT_DEPTH 999 libavcodec/hevcdsp_template.c int shift = denom + 14 - BIT_DEPTH; BIT_DEPTH 1000 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 1010 libavcodec/hevcdsp_template.c tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); BIT_DEPTH 1018 libavcodec/hevcdsp_template.c ox = ox * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 1040 libavcodec/hevcdsp_template.c int shift = 14 + 1 - BIT_DEPTH; BIT_DEPTH 1047 libavcodec/hevcdsp_template.c tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); BIT_DEPTH 1055 libavcodec/hevcdsp_template.c ox0 = ox0 * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 1056 libavcodec/hevcdsp_template.c ox1 = ox1 * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 1086 libavcodec/hevcdsp_template.c dst[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); BIT_DEPTH 1103 libavcodec/hevcdsp_template.c dst[x] = EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8); BIT_DEPTH 1124 libavcodec/hevcdsp_template.c tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); BIT_DEPTH 1149 libavcodec/hevcdsp_template.c int shift = 14 - BIT_DEPTH; BIT_DEPTH 1150 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 1158 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift); BIT_DEPTH 1174 libavcodec/hevcdsp_template.c int shift = 14 + 1 - BIT_DEPTH; BIT_DEPTH 1175 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 1183 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); BIT_DEPTH 1200 libavcodec/hevcdsp_template.c int shift = 14 - BIT_DEPTH; BIT_DEPTH 1201 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 1209 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift); BIT_DEPTH 1225 libavcodec/hevcdsp_template.c int shift = 14 + 1 - BIT_DEPTH; BIT_DEPTH 1226 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 1234 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); BIT_DEPTH 1252 libavcodec/hevcdsp_template.c int shift = 14 - BIT_DEPTH; BIT_DEPTH 1253 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 1263 libavcodec/hevcdsp_template.c tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); BIT_DEPTH 1291 libavcodec/hevcdsp_template.c int shift = 14 + 1 - BIT_DEPTH; BIT_DEPTH 1292 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 1302 libavcodec/hevcdsp_template.c tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); BIT_DEPTH 1328 libavcodec/hevcdsp_template.c int shift = denom + 14 - BIT_DEPTH; BIT_DEPTH 1329 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 1335 libavcodec/hevcdsp_template.c ox = ox * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 1338 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel((((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); BIT_DEPTH 1356 libavcodec/hevcdsp_template.c int shift = 14 + 1 - BIT_DEPTH; BIT_DEPTH 1359 libavcodec/hevcdsp_template.c ox0 = ox0 * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 1360 libavcodec/hevcdsp_template.c ox1 = ox1 * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 1363 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + BIT_DEPTH 1380 libavcodec/hevcdsp_template.c int shift = denom + 14 - BIT_DEPTH; BIT_DEPTH 1381 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 1387 libavcodec/hevcdsp_template.c ox = ox * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 1390 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel((((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); BIT_DEPTH 1408 libavcodec/hevcdsp_template.c int shift = 14 + 1 - BIT_DEPTH; BIT_DEPTH 1411 libavcodec/hevcdsp_template.c ox0 = ox0 * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 1412 libavcodec/hevcdsp_template.c ox1 = ox1 * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 1415 libavcodec/hevcdsp_template.c dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + BIT_DEPTH 1434 libavcodec/hevcdsp_template.c int shift = denom + 14 - BIT_DEPTH; BIT_DEPTH 1435 libavcodec/hevcdsp_template.c #if BIT_DEPTH < 14 BIT_DEPTH 1445 libavcodec/hevcdsp_template.c tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); BIT_DEPTH 1453 libavcodec/hevcdsp_template.c ox = ox * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 1475 libavcodec/hevcdsp_template.c int shift = 14 + 1 - BIT_DEPTH; BIT_DEPTH 1482 libavcodec/hevcdsp_template.c tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); BIT_DEPTH 1490 libavcodec/hevcdsp_template.c ox0 = ox0 * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 1491 libavcodec/hevcdsp_template.c ox1 = ox1 * (1 << (BIT_DEPTH - 8)); BIT_DEPTH 1530 libavcodec/hevcdsp_template.c beta <<= BIT_DEPTH - 8; BIT_DEPTH 1539 libavcodec/hevcdsp_template.c const int tc = _tc[j] << (BIT_DEPTH - 8); BIT_DEPTH 1626 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 50 libavcodec/simple_idct_template.c #if BIT_DEPTH == 8 BIT_DEPTH 67 libavcodec/simple_idct_template.c #elif BIT_DEPTH == 10 || BIT_DEPTH == 12 BIT_DEPTH 69 libavcodec/simple_idct_template.c #if BIT_DEPTH == 10 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