Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_idct8x8_add_sse4.c36 highbd_butterfly_cospi16_sse4_1(step1[0], step1[2], &step2[0], &step2[1]); in vpx_highbd_idct8x8_half1d_sse4_1()
50 highbd_butterfly_cospi16_sse4_1(step2[6], step2[5], &step1[6], &step1[5]); in vpx_highbd_idct8x8_half1d_sse4_1()
89 highbd_butterfly_cospi16_sse4_1(step2[6], step2[5], &step1[6], &step1[5]); in highbd_idct8x8_12_half1d()
Dhighbd_idct16x16_add_sse4.c27 highbd_butterfly_cospi16_sse4_1(in[6], in[5], &out[6], &out[5]); in highbd_idct16_4col_stage5()
50 highbd_butterfly_cospi16_sse4_1(in[13], in[10], &out[13], &out[10]); in highbd_idct16_4col_stage6()
51 highbd_butterfly_cospi16_sse4_1(in[12], in[11], &out[12], &out[11]); in highbd_idct16_4col_stage6()
84 highbd_butterfly_cospi16_sse4_1(io[0], io[8], &step2[0], &step2[1]); in vpx_highbd_idct16_4col_sse4_1()
Dhighbd_inv_txfm_sse4.h62 static INLINE void highbd_butterfly_cospi16_sse4_1(const __m128i in0, in highbd_butterfly_cospi16_sse4_1() function