Searched defs:round_const_bits (Results 1 – 4 of 4) sorted by relevance
42 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_y_sr_ssse3() local193 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_x_sr_ssse3() local
136 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_y_sr_avx2() local287 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_x_sr_avx2() local1073 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in aom_highbd_filter_block1d4_v4_avx2() local1133 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in aom_highbd_filter_block1d8_v4_avx2() local
52 const __m128i round_const_bits = _mm_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_2d_sr_ssse3() local
56 const __m256i round_const_bits = _mm256_set1_epi32((1 << bits) >> 1); in av1_highbd_convolve_2d_sr_avx2() local