Searched refs:highbd_partial_butterfly_sse2 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct32x32_add_sse2.c | 369 highbd_partial_butterfly_sse2(in[4], cospi_28_64, cospi_4_64, &step1[4], in highbd_idct32_135_4x32_quarter_1() 375 highbd_partial_butterfly_sse2(in[0], cospi_16_64, cospi_16_64, &step2[1], in highbd_idct32_135_4x32_quarter_1() 377 highbd_partial_butterfly_sse2(in[8], cospi_24_64, cospi_8_64, &step2[2], in highbd_idct32_135_4x32_quarter_1() 413 highbd_partial_butterfly_sse2(in[2], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct32_135_4x32_quarter_2() 417 highbd_partial_butterfly_sse2(in[10], cospi_22_64, cospi_10_64, &step2[10], in highbd_idct32_135_4x32_quarter_2() 453 highbd_partial_butterfly_sse2(in[1], cospi_31_64, cospi_1_64, &step1[16], in highbd_idct32_135_4x32_quarter_3_4() 457 highbd_partial_butterfly_sse2(in[9], cospi_23_64, cospi_9_64, &step1[18], in highbd_idct32_135_4x32_quarter_3_4() 462 highbd_partial_butterfly_sse2(in[5], cospi_27_64, cospi_5_64, &step1[20], in highbd_idct32_135_4x32_quarter_3_4() 467 highbd_partial_butterfly_sse2(in[13], cospi_19_64, cospi_13_64, &step1[22], in highbd_idct32_135_4x32_quarter_3_4() 586 highbd_partial_butterfly_sse2(in[4], cospi_28_64, cospi_4_64, &step1[4], in highbd_idct32_34_4x32_quarter_1() [all …]
|
D | highbd_idct16x16_add_sse2.c | 109 highbd_partial_butterfly_sse2(io[1], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct16x16_38_4col() 113 highbd_partial_butterfly_sse2(io[5], cospi_22_64, cospi_10_64, &step2[10], in highbd_idct16x16_38_4col() 119 highbd_partial_butterfly_sse2(io[2], cospi_28_64, cospi_4_64, &step1[4], in highbd_idct16x16_38_4col() 136 highbd_partial_butterfly_sse2(io[4], cospi_24_64, cospi_8_64, &step2[2], in highbd_idct16x16_38_4col() 161 highbd_partial_butterfly_sse2(io[1], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct16x16_10_4col() 167 highbd_partial_butterfly_sse2(io[2], cospi_28_64, cospi_4_64, &step1[4], in highbd_idct16x16_10_4col()
|
D | highbd_inv_txfm_sse2.h | 153 static INLINE void highbd_partial_butterfly_sse2(const __m128i in, const int c0, in highbd_partial_butterfly_sse2() function
|