Searched refs:highbd_butterfly_sse2 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct32x32_add_sse2.c | 24 highbd_butterfly_sse2(step1[14], step1[9], cospi_24_64, cospi_8_64, &step2[9], in highbd_idct32_4x32_quarter_2_stage_4_to_6() 26 highbd_butterfly_sse2(step1[10], step1[13], cospi_8_64, cospi_24_64, in highbd_idct32_4x32_quarter_2_stage_4_to_6() 44 highbd_butterfly_sse2(step1[13], step1[10], cospi_16_64, cospi_16_64, in highbd_idct32_4x32_quarter_2_stage_4_to_6() 46 highbd_butterfly_sse2(step1[12], step1[11], cospi_16_64, cospi_16_64, in highbd_idct32_4x32_quarter_2_stage_4_to_6() 78 highbd_butterfly_sse2(step2[29], step2[18], cospi_24_64, cospi_8_64, in highbd_idct32_4x32_quarter_3_4_stage_4_to_7() 80 highbd_butterfly_sse2(step2[28], step2[19], cospi_24_64, cospi_8_64, in highbd_idct32_4x32_quarter_3_4_stage_4_to_7() 82 highbd_butterfly_sse2(step2[20], step2[27], cospi_8_64, cospi_24_64, in highbd_idct32_4x32_quarter_3_4_stage_4_to_7() 84 highbd_butterfly_sse2(step2[21], step2[26], cospi_8_64, cospi_24_64, in highbd_idct32_4x32_quarter_3_4_stage_4_to_7() 117 highbd_butterfly_sse2(step2[27], step2[20], cospi_16_64, cospi_16_64, in highbd_idct32_4x32_quarter_3_4_stage_4_to_7() 119 highbd_butterfly_sse2(step2[26], step2[21], cospi_16_64, cospi_16_64, in highbd_idct32_4x32_quarter_3_4_stage_4_to_7() [all …]
|
D | highbd_idct16x16_add_sse2.c | 59 highbd_butterfly_sse2(io[1], io[15], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct16_4col() 61 highbd_butterfly_sse2(io[9], io[7], cospi_14_64, cospi_18_64, &step2[9], in highbd_idct16_4col() 63 highbd_butterfly_sse2(io[5], io[11], cospi_22_64, cospi_10_64, &step2[10], in highbd_idct16_4col() 65 highbd_butterfly_sse2(io[13], io[3], cospi_6_64, cospi_26_64, &step2[11], in highbd_idct16_4col() 69 highbd_butterfly_sse2(io[2], io[14], cospi_28_64, cospi_4_64, &step1[4], in highbd_idct16_4col() 71 highbd_butterfly_sse2(io[10], io[6], cospi_12_64, cospi_20_64, &step1[5], in highbd_idct16_4col() 84 highbd_butterfly_sse2(io[4], io[12], cospi_24_64, cospi_8_64, &step2[2], in highbd_idct16_4col() 86 highbd_butterfly_sse2(step1[14], step1[9], cospi_24_64, cospi_8_64, &step2[9], in highbd_idct16_4col() 88 highbd_butterfly_sse2(step1[10], step1[13], cospi_8_64, cospi_24_64, in highbd_idct16_4col() 138 highbd_butterfly_sse2(step1[14], step1[9], cospi_24_64, cospi_8_64, &step2[9], in highbd_idct16x16_38_4col() [all …]
|
D | highbd_idct8x8_add_sse2.c | 28 highbd_butterfly_sse2(io[1], io[7], cospi_28_64, cospi_4_64, &step1[4], in highbd_idct8x8_half1d() 30 highbd_butterfly_sse2(io[5], io[3], cospi_12_64, cospi_20_64, &step1[5], in highbd_idct8x8_half1d() 35 highbd_butterfly_sse2(step1[1], step1[3], cospi_24_64, cospi_8_64, &step2[2], in highbd_idct8x8_half1d()
|
D | highbd_idct4x4_add_sse2.c | 81 highbd_butterfly_sse2(io[1], io[3], cospi_24_64, cospi_8_64, &step[2], in highbd_idct4_large_sse2()
|
D | highbd_inv_txfm_sse2.h | 120 static INLINE void highbd_butterfly_sse2(const __m128i in0, const __m128i in1, in highbd_butterfly_sse2() function
|