Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_idct32x32_add_sse4.c221 highbd_add_sub_butterfly(temp, out, 16); in highbd_idct32_1024_4x32_quarter_1_2()
298 highbd_add_sub_butterfly(temp, io, 32); in highbd_idct32_1024_4x32()
445 highbd_add_sub_butterfly(temp, out, 16); in highbd_idct32_135_4x32_quarter_1_2()
522 highbd_add_sub_butterfly(temp, io, 32); in highbd_idct32_135_4x32()
650 highbd_add_sub_butterfly(temp, out, 16); in highbd_idct32_34_4x32_quarter_1_2()
718 highbd_add_sub_butterfly(temp, io, 32); in highbd_idct32_34_4x32()
Dhighbd_idct32x32_add_sse2.c217 highbd_add_sub_butterfly(temp, out, 16); in highbd_idct32_1024_4x32_quarter_1_2()
294 highbd_add_sub_butterfly(temp, io, 32); in highbd_idct32_1024_4x32()
441 highbd_add_sub_butterfly(temp, out, 16); in highbd_idct32_135_4x32_quarter_1_2()
518 highbd_add_sub_butterfly(temp, io, 32); in highbd_idct32_135_4x32()
654 highbd_add_sub_butterfly(temp, out, 16); in highbd_idct32_34_4x32_quarter_1_2()
730 highbd_add_sub_butterfly(temp, io, 32); in highbd_idct32_34_4x32()
Dhighbd_inv_txfm_sse2.h191 static INLINE void highbd_add_sub_butterfly(const __m128i *in, __m128i *out, in highbd_add_sub_butterfly() function