Home
last modified time | relevance | path

Searched refs:add_1st (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/
H A Dquant.cpp535 const int add_1st = 1 << (shift_1st - 1); in invtransformNxN() local
539 …int dc_val = (((m_resiDctCoeff[0] * (64 >> 6) + add_1st) >> shift_1st) * (64 >> 3) + add_2nd) >> s… in invtransformNxN()
/dports/multimedia/handbrake/x265_3.5/source/common/
H A Dquant.cpp591 const int add_1st = 1 << (shift_1st - 1); in invtransformNxN() local
595 …int dc_val = (((m_resiDctCoeff[0] * (64 >> 6) + add_1st) >> shift_1st) * (64 >> 3) + add_2nd) >> s… in invtransformNxN()
/dports/multimedia/x265/source/common/
H A Dquant.cpp591 const int add_1st = 1 << (shift_1st - 1); in invtransformNxN() local
595 …int dc_val = (((m_resiDctCoeff[0] * (64 >> 6) + add_1st) >> shift_1st) * (64 >> 3) + add_2nd) >> s… in invtransformNxN()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComTrQuant.cpp269 const Int add_1st = (shift_1st>0) ? (1<<(shift_1st-1)) : 0; in xTr() local
283 tmp[i*uiTrSize+j] = (iSum + add_1st)>>shift_1st; in xTr()
344 const Int add_1st = 1<<(shift_1st-1); in xITr() local
359 tmp[i*uiTrSize+j] = Clip3<TCoeff>(clipMinimum, clipMaximum, (iSum + add_1st)>>shift_1st); in xITr()
/dports/multimedia/libde265/libde265-1.0.2/libde265/x86/
H A Dsse-dct.cc282 #define add_1st (1 << (shift_1st - 1)) macro
638 m128iAdd = _mm_set1_epi32(add_1st); in ff_hevc_transform_4x4_add_8_sse4()
761 m128iAdd = _mm_set1_epi32(add_1st);
869 m128iAdd = _mm_set1_epi32(add_1st); in ff_hevc_transform_8x8_add_8_sse4()
1191 m128iAdd = _mm_set1_epi32(add_1st);
1591 m128iAdd = _mm_set1_epi32(add_1st); in ff_hevc_transform_16x16_add_8_sse4()
2285 m128iAdd = _mm_set1_epi32(add_1st);
2980 m128iAdd = _mm_set1_epi32(add_1st); in ff_hevc_transform_32x32_add_8_sse4()
5265 m128iAdd = _mm_set1_epi32(add_1st);