HomeSort by relevance Sort by last modified time
    Searched refs:highbd_butterfly_cospi16_sse4_1 (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_idct8x8_add_sse4.c 36 highbd_butterfly_cospi16_sse4_1(step1[0], step1[2], &step2[0], &step2[1]);
50 highbd_butterfly_cospi16_sse4_1(step2[6], step2[5], &step1[6], &step1[5]);
89 highbd_butterfly_cospi16_sse4_1(step2[6], step2[5], &step1[6], &step1[5]);
highbd_idct16x16_add_sse4.c 27 highbd_butterfly_cospi16_sse4_1(in[6], in[5], &out[6], &out[5]);
50 highbd_butterfly_cospi16_sse4_1(in[13], in[10], &out[13], &out[10]);
51 highbd_butterfly_cospi16_sse4_1(in[12], in[11], &out[12], &out[11]);
84 highbd_butterfly_cospi16_sse4_1(io[0], io[8], &step2[0], &step2[1]);
highbd_inv_txfm_sse4.h 62 static INLINE void highbd_butterfly_cospi16_sse4_1(const __m128i in0, function

Completed in 192 milliseconds