Home
last modified time | relevance | path

Searched defs:shift_1st (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/
H A Ddct.cpp444 const int shift_1st = 1 + X265_DEPTH - 8; in dst4_c() local
461 const int shift_1st = 1 + X265_DEPTH - 8; in dct4_c() local
478 const int shift_1st = 2 + X265_DEPTH - 8; in dct8_c() local
495 const int shift_1st = 3 + X265_DEPTH - 8; in dct16_c() local
512 const int shift_1st = 4 + X265_DEPTH - 8; in dct32_c() local
529 const int shift_1st = 7; in idst4_c() local
546 const int shift_1st = 7; in idct4_c() local
563 const int shift_1st = 7; in idct8_c() local
580 const int shift_1st = 7; in idct16_c() local
597 const int shift_1st = 7; in idct32_c() local
H A Dquant.cpp534 const int shift_1st = 7 - 6; in invtransformNxN() local
/dports/multimedia/handbrake/x265_3.5/source/common/
H A Ddct.cpp444 const int shift_1st = 1 + X265_DEPTH - 8; in dst4_c() local
461 const int shift_1st = 1 + X265_DEPTH - 8; in dct4_c() local
478 const int shift_1st = 2 + X265_DEPTH - 8; in dct8_c() local
495 const int shift_1st = 3 + X265_DEPTH - 8; in dct16_c() local
512 const int shift_1st = 4 + X265_DEPTH - 8; in dct32_c() local
529 const int shift_1st = 7; in idst4_c() local
546 const int shift_1st = 7; in idct4_c() local
563 const int shift_1st = 7; in idct8_c() local
580 const int shift_1st = 7; in idct16_c() local
597 const int shift_1st = 7; in idct32_c() local
H A Dquant.cpp590 const int shift_1st = 7 - 6; in invtransformNxN() local
/dports/multimedia/x265/source/common/
H A Ddct.cpp444 const int shift_1st = 1 + X265_DEPTH - 8; in dst4_c() local
461 const int shift_1st = 1 + X265_DEPTH - 8; in dct4_c() local
478 const int shift_1st = 2 + X265_DEPTH - 8; in dct8_c() local
495 const int shift_1st = 3 + X265_DEPTH - 8; in dct16_c() local
512 const int shift_1st = 4 + X265_DEPTH - 8; in dct32_c() local
529 const int shift_1st = 7; in idst4_c() local
546 const int shift_1st = 7; in idct4_c() local
563 const int shift_1st = 7; in idct8_c() local
580 const int shift_1st = 7; in idct16_c() local
597 const int shift_1st = 7; in idct32_c() local
H A Dquant.cpp590 const int shift_1st = 7 - 6; in invtransformNxN() local
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/avx2/
H A Ddct-avx2.c111 int32_t shift_1st = kvz_g_convert_to_bit[4] + 1 + (bitdepth - 8); in matrix_dst_4x4_avx2() local
128 int32_t shift_1st = 7; in matrix_idst_4x4_avx2() local
146 int32_t shift_1st = kvz_g_convert_to_bit[4] + 1 + (bitdepth - 8); in matrix_dct_4x4_avx2() local
163 int32_t shift_1st = 7; in matrix_idct_4x4_avx2() local
367 int32_t shift_1st = kvz_g_convert_to_bit[8] + 1 + (bitdepth - 8); in matrix_dct_8x8_avx2() local
393 int32_t shift_1st = 7; in matrix_idct_8x8_avx2() local
770 int32_t shift_1st = 7; in matrix_idct_16x16_avx2() local
780 int32_t shift_1st = kvz_g_convert_to_bit[16] + 1 + (bitdepth - 8); in matrix_dct_16x16_avx2() local
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/generic/
H A Ddct-generic.c614 int32_t shift_1st = kvz_g_convert_to_bit[4] + 1 + (bitdepth - 8); in fast_forward_dst_4x4_generic() local
624 int32_t shift_1st = 7; in fast_inverse_dst_4x4_generic() local
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DTrQuant.cpp444 …const int shift_1st = TRANSFORM_MATRIX_SHIFT + 1 + COM16_C806_TRANS_PREC; // 1… in xIT() local
/dports/multimedia/handbrake/x265_3.5/source/common/ppc/
H A Ddct_altivec.cpp773 const int shift_1st = 3 + X265_DEPTH - 8; in dct16_altivec() local
792 const int shift_1st = 4 + X265_DEPTH - 8; in dct32_altivec() local
/dports/multimedia/x265/source/common/ppc/
H A Ddct_altivec.cpp773 const int shift_1st = 3 + X265_DEPTH - 8; in dct16_altivec() local
792 const int shift_1st = 4 + X265_DEPTH - 8; in dct32_altivec() local
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComTrQuant.cpp267 const Int shift_1st = (uiLog2TrSize + bitDepth + TRANSFORM_MATRIX_SHIFT) - maxTrDynamicRange; in xTr() local
339 …const Int shift_1st = TRANSFORM_MATRIX_SHIFT + 1; //1 has been added to shift_1st at the expense o… in xITr() local
840 …const Int shift_1st = ((g_aucConvertToBit[iWidth] + 2) + bitDepth + TRANSFORM_MATRIX_SHIFT) - max… in xTrMxN() local
898 …Int shift_1st = TRANSFORM_MATRIX_SHIFT + 1; //1 has been added to shift_1st at the expense of shif… in xITrMxN() local
/dports/multimedia/libde265/libde265-1.0.2/libde265/x86/
H A Dsse-dct.cc281 #define shift_1st 7 macro