Searched refs:DCT_CONST_BITS2 (Results 1 – 2 of 2) sorted by relevance
68 const int DCT_CONST_BITS2 = DCT_CONST_BITS + 2; in FDCT4x4_2D_HELPER() local179 const __m128i w0 = _mm_srai_epi32(v0, DCT_CONST_BITS2); in FDCT4x4_2D_HELPER()180 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS2); in FDCT4x4_2D_HELPER()181 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS2); in FDCT4x4_2D_HELPER()182 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS2); in FDCT4x4_2D_HELPER()
75 const int DCT_CONST_BITS2 = DCT_CONST_BITS + 2; in FDCT4x4_2D() local219 const __m128i w0 = _mm_srai_epi32(v0, DCT_CONST_BITS2); in FDCT4x4_2D()220 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS2); in FDCT4x4_2D()221 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS2); in FDCT4x4_2D()222 const __m128i w3 = _mm_srai_epi32(v3, DCT_CONST_BITS2); in FDCT4x4_2D()