• Home
  • Raw
  • Download

Lines Matching refs:BIT_DEPTH

39             dst[x] = get_bits(gb, pcm_bit_depth) << (BIT_DEPTH - pcm_bit_depth);  in FUNC()
109 int shift = 15 - BIT_DEPTH - log2_size; in FUNC()
161 shift = 20 - BIT_DEPTH; in FUNC()
257 shift = 20 - BIT_DEPTH; \
269 int shift = 14 - BIT_DEPTH; \
307 int shift = BIT_DEPTH - 5; in FUNC()
506 dst[x] = src[x] << (14 - BIT_DEPTH); in FUNC()
538 int shift = 14 + 1 - BIT_DEPTH; in FUNC()
539 #if BIT_DEPTH < 14 in FUNC()
547 dst[x] = av_clip_pixel(((src[x] << (14 - BIT_DEPTH)) + src2[x] + offset) >> shift); in FUNC()
562 int shift = denom + 14 - BIT_DEPTH; in FUNC()
563 #if BIT_DEPTH < 14 in FUNC()
569 ox = ox * (1 << (BIT_DEPTH - 8)); in FUNC()
572 dst[x] = av_clip_pixel((((src[x] << (14 - BIT_DEPTH)) * wx + offset) >> shift) + ox); in FUNC()
589 int shift = 14 + 1 - BIT_DEPTH; in FUNC()
592 ox0 = ox0 * (1 << (BIT_DEPTH - 8)); in FUNC()
593 ox1 = ox1 * (1 << (BIT_DEPTH - 8)); in FUNC()
596 …dst[x] = av_clip_pixel(( (src[x] << (14 - BIT_DEPTH)) * wx1 + src2[x] * wx0 + (ox0 + ox1 + 1) * (1… in FUNC()
627 dst[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC()
643 dst[x] = QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8); in FUNC()
666 tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC()
691 int shift = 14 - BIT_DEPTH; in FUNC()
693 #if BIT_DEPTH < 14 in FUNC()
701 dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift); in FUNC()
719 int shift = 14 + 1 - BIT_DEPTH; in FUNC()
720 #if BIT_DEPTH < 14 in FUNC()
728 … dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); in FUNC()
745 int shift = 14 - BIT_DEPTH; in FUNC()
747 #if BIT_DEPTH < 14 in FUNC()
755 … dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift); in FUNC()
774 int shift = 14 + 1 - BIT_DEPTH; in FUNC()
775 #if BIT_DEPTH < 14 in FUNC()
783 …dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> sh… in FUNC()
802 int shift = 14 - BIT_DEPTH; in FUNC()
804 #if BIT_DEPTH < 14 in FUNC()
814 tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC()
842 int shift = 14 + 1 - BIT_DEPTH; in FUNC()
843 #if BIT_DEPTH < 14 in FUNC()
853 tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC()
881 int shift = denom + 14 - BIT_DEPTH; in FUNC()
882 #if BIT_DEPTH < 14 in FUNC()
888 ox = ox * (1 << (BIT_DEPTH - 8)); in FUNC()
891 … dst[x] = av_clip_pixel((((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); in FUNC()
910 int shift = 14 + 1 - BIT_DEPTH; in FUNC()
913 ox0 = ox0 * (1 << (BIT_DEPTH - 8)); in FUNC()
914 ox1 = ox1 * (1 << (BIT_DEPTH - 8)); in FUNC()
917 dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + in FUNC()
936 int shift = denom + 14 - BIT_DEPTH; in FUNC()
937 #if BIT_DEPTH < 14 in FUNC()
943 ox = ox * (1 << (BIT_DEPTH - 8)); in FUNC()
946 …dst[x] = av_clip_pixel((((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift)… in FUNC()
965 int shift = 14 + 1 - BIT_DEPTH; in FUNC()
968 ox0 = ox0 * (1 << (BIT_DEPTH - 8)); in FUNC()
969 ox1 = ox1 * (1 << (BIT_DEPTH - 8)); in FUNC()
972 … dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + in FUNC()
993 int shift = denom + 14 - BIT_DEPTH; in FUNC()
994 #if BIT_DEPTH < 14 in FUNC()
1004 tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC()
1012 ox = ox * (1 << (BIT_DEPTH - 8)); in FUNC()
1034 int shift = 14 + 1 - BIT_DEPTH; in FUNC()
1041 tmp[x] = QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC()
1049 ox0 = ox0 * (1 << (BIT_DEPTH - 8)); in FUNC()
1050 ox1 = ox1 * (1 << (BIT_DEPTH - 8)); in FUNC()
1080 dst[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC()
1097 dst[x] = EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8); in FUNC()
1118 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC()
1143 int shift = 14 - BIT_DEPTH; in FUNC()
1144 #if BIT_DEPTH < 14 in FUNC()
1152 dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + offset) >> shift); in FUNC()
1168 int shift = 14 + 1 - BIT_DEPTH; in FUNC()
1169 #if BIT_DEPTH < 14 in FUNC()
1177 … dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> shift); in FUNC()
1194 int shift = 14 - BIT_DEPTH; in FUNC()
1195 #if BIT_DEPTH < 14 in FUNC()
1203 … dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + offset) >> shift); in FUNC()
1219 int shift = 14 + 1 - BIT_DEPTH; in FUNC()
1220 #if BIT_DEPTH < 14 in FUNC()
1228 …dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) + src2[x] + offset) >> sh… in FUNC()
1246 int shift = 14 - BIT_DEPTH; in FUNC()
1247 #if BIT_DEPTH < 14 in FUNC()
1257 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC()
1285 int shift = 14 + 1 - BIT_DEPTH; in FUNC()
1286 #if BIT_DEPTH < 14 in FUNC()
1296 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC()
1322 int shift = denom + 14 - BIT_DEPTH; in FUNC()
1323 #if BIT_DEPTH < 14 in FUNC()
1329 ox = ox * (1 << (BIT_DEPTH - 8)); in FUNC()
1332 … dst[x] = av_clip_pixel((((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox); in FUNC()
1350 int shift = 14 + 1 - BIT_DEPTH; in FUNC()
1353 ox0 = ox0 * (1 << (BIT_DEPTH - 8)); in FUNC()
1354 ox1 = ox1 * (1 << (BIT_DEPTH - 8)); in FUNC()
1357 dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + in FUNC()
1374 int shift = denom + 14 - BIT_DEPTH; in FUNC()
1375 #if BIT_DEPTH < 14 in FUNC()
1381 ox = ox * (1 << (BIT_DEPTH - 8)); in FUNC()
1384 …dst[x] = av_clip_pixel((((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift)… in FUNC()
1402 int shift = 14 + 1 - BIT_DEPTH; in FUNC()
1405 ox0 = ox0 * (1 << (BIT_DEPTH - 8)); in FUNC()
1406 ox1 = ox1 * (1 << (BIT_DEPTH - 8)); in FUNC()
1409 … dst[x] = av_clip_pixel(((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + in FUNC()
1428 int shift = denom + 14 - BIT_DEPTH; in FUNC()
1429 #if BIT_DEPTH < 14 in FUNC()
1439 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC()
1447 ox = ox * (1 << (BIT_DEPTH - 8)); in FUNC()
1469 int shift = 14 + 1 - BIT_DEPTH; in FUNC()
1476 tmp[x] = EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8); in FUNC()
1484 ox0 = ox0 * (1 << (BIT_DEPTH - 8)); in FUNC()
1485 ox1 = ox1 * (1 << (BIT_DEPTH - 8)); in FUNC()
1526 beta <<= BIT_DEPTH - 8; in FUNC()
1535 const int tc = _tc[j] << (BIT_DEPTH - 8); in FUNC()
1622 const int tc = _tc[j] << (BIT_DEPTH - 8); in FUNC()