Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_idct8x8_add_sse2.c34 highbd_butterfly_cospi16_sse2(step1[0], step1[2], &step2[0], &step2[1]); in highbd_idct8x8_half1d()
48 highbd_butterfly_cospi16_sse2(step2[6], step2[5], &step1[6], &step1[5]); in highbd_idct8x8_half1d()
87 highbd_butterfly_cospi16_sse2(step2[6], step2[5], &step1[6], &step1[5]); in highbd_idct8x8_12_half1d()
Dhighbd_idct16x16_add_sse2.c26 highbd_butterfly_cospi16_sse2(in[6], in[5], &out[6], &out[5]); in highbd_idct16_4col_stage5()
49 highbd_butterfly_cospi16_sse2(in[13], in[10], &out[13], &out[10]); in highbd_idct16_4col_stage6()
50 highbd_butterfly_cospi16_sse2(in[12], in[11], &out[12], &out[11]); in highbd_idct16_4col_stage6()
83 highbd_butterfly_cospi16_sse2(io[0], io[8], &step2[0], &step2[1]); in highbd_idct16_4col()
Dhighbd_idct4x4_add_sse2.c80 highbd_butterfly_cospi16_sse2(io[0], io[2], &step[0], &step[1]); in highbd_idct4_large_sse2()
Dhighbd_inv_txfm_sse2.h180 static INLINE void highbd_butterfly_cospi16_sse2(const __m128i in0, in highbd_butterfly_cospi16_sse2() function