Searched refs:addsub_no_clamp_avx2 (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | highbd_inv_txfm_avx2.c | 238 static void addsub_no_clamp_avx2(const __m256i in0, const __m256i in1, in addsub_no_clamp_avx2() function 405 addsub_no_clamp_avx2(bf1[0], bf1[31], out + 0, out + 31); in idct32_stage9_avx2() 406 addsub_no_clamp_avx2(bf1[1], bf1[30], out + 1, out + 30); in idct32_stage9_avx2() 407 addsub_no_clamp_avx2(bf1[2], bf1[29], out + 2, out + 29); in idct32_stage9_avx2() 408 addsub_no_clamp_avx2(bf1[3], bf1[28], out + 3, out + 28); in idct32_stage9_avx2() 409 addsub_no_clamp_avx2(bf1[4], bf1[27], out + 4, out + 27); in idct32_stage9_avx2() 410 addsub_no_clamp_avx2(bf1[5], bf1[26], out + 5, out + 26); in idct32_stage9_avx2() 411 addsub_no_clamp_avx2(bf1[6], bf1[25], out + 6, out + 25); in idct32_stage9_avx2() 412 addsub_no_clamp_avx2(bf1[7], bf1[24], out + 7, out + 24); in idct32_stage9_avx2() 413 addsub_no_clamp_avx2(bf1[8], bf1[23], out + 8, out + 23); in idct32_stage9_avx2() [all …]
|