Searched refs:NewSqrt2list (Results 1 – 2 of 2) sorted by relevance
24 static int32_t NewSqrt2list[TX_SIZES] = { 5793, 2 * 4096, 2 * 5793, 4 * 4096, variable1686 const __m256i scale = _mm256_set1_epi16(NewSqrt2list[txw_idx]); in iidentity_row_16xn_avx2()1724 const __m256i scale = _mm256_set1_epi16(NewSqrt2list[txh_idx]); in iidentity_col_16xn_avx2()
22 static int32_t NewSqrt2list[TX_SIZES] = { 5793, 2 * 4096, 2 * 5793, 4 * 4096, variable2354 const __m128i scale = _mm_set1_epi16(NewSqrt2list[txw_idx]); in iidentity_row_8xn_ssse3()2392 const __m128i scale = _mm_set1_epi16(NewSqrt2list[txh_idx]); in iidentity_col_8xn_ssse3()