Searched refs:add_1st (Results 1 – 5 of 5) sorted by relevance
535 const int add_1st = 1 << (shift_1st - 1); in invtransformNxN() local539 …int dc_val = (((m_resiDctCoeff[0] * (64 >> 6) + add_1st) >> shift_1st) * (64 >> 3) + add_2nd) >> s… in invtransformNxN()
591 const int add_1st = 1 << (shift_1st - 1); in invtransformNxN() local595 …int dc_val = (((m_resiDctCoeff[0] * (64 >> 6) + add_1st) >> shift_1st) * (64 >> 3) + add_2nd) >> s… in invtransformNxN()
269 const Int add_1st = (shift_1st>0) ? (1<<(shift_1st-1)) : 0; in xTr() local283 tmp[i*uiTrSize+j] = (iSum + add_1st)>>shift_1st; in xTr()344 const Int add_1st = 1<<(shift_1st-1); in xITr() local359 tmp[i*uiTrSize+j] = Clip3<TCoeff>(clipMinimum, clipMaximum, (iSum + add_1st)>>shift_1st); in xITr()
282 #define add_1st (1 << (shift_1st - 1)) macro638 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);