Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/x86/
Dtxfm_common_avx2.h222 static INLINE __m256i av1_round_shift_32_avx2(__m256i vec, int bit) { in av1_round_shift_32_avx2() function
236 output[i] = av1_round_shift_32_avx2(input[i], bit); in av1_round_shift_array_32_avx2()
255 const __m256i r0 = av1_round_shift_32_avx2(input[i], bit); in av1_round_shift_rect_array_32_avx2()
257 output[i] = av1_round_shift_32_avx2(r1, NewSqrt2Bits); in av1_round_shift_rect_array_32_avx2()
264 output[i] = av1_round_shift_32_avx2(r1, NewSqrt2Bits); in av1_round_shift_rect_array_32_avx2()