Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_idct32x32_add_sse4.c373 highbd_partial_butterfly_sse4_1(in[4], cospi_28_64, cospi_4_64, &step1[4], in highbd_idct32_135_4x32_quarter_1()
375 highbd_partial_butterfly_sse4_1(in[12], -cospi_20_64, cospi_12_64, &step1[5], in highbd_idct32_135_4x32_quarter_1()
379 highbd_partial_butterfly_sse4_1(in[0], cospi_16_64, cospi_16_64, &step2[1], in highbd_idct32_135_4x32_quarter_1()
381 highbd_partial_butterfly_sse4_1(in[8], cospi_24_64, cospi_8_64, &step2[2], in highbd_idct32_135_4x32_quarter_1()
417 highbd_partial_butterfly_sse4_1(in[2], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct32_135_4x32_quarter_2()
419 highbd_partial_butterfly_sse4_1(in[14], -cospi_18_64, cospi_14_64, &step2[9], in highbd_idct32_135_4x32_quarter_2()
421 highbd_partial_butterfly_sse4_1(in[10], cospi_22_64, cospi_10_64, &step2[10], in highbd_idct32_135_4x32_quarter_2()
423 highbd_partial_butterfly_sse4_1(in[6], -cospi_26_64, cospi_6_64, &step2[11], in highbd_idct32_135_4x32_quarter_2()
457 highbd_partial_butterfly_sse4_1(in[1], cospi_31_64, cospi_1_64, &step1[16], in highbd_idct32_135_4x32_quarter_3_4()
459 highbd_partial_butterfly_sse4_1(in[15], -cospi_17_64, cospi_15_64, &step1[17], in highbd_idct32_135_4x32_quarter_3_4()
[all …]
Dhighbd_idct16x16_add_sse4.c110 highbd_partial_butterfly_sse4_1(io[1], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct16x16_38_4col()
112 highbd_partial_butterfly_sse4_1(io[7], -cospi_18_64, cospi_14_64, &step2[9], in highbd_idct16x16_38_4col()
114 highbd_partial_butterfly_sse4_1(io[5], cospi_22_64, cospi_10_64, &step2[10], in highbd_idct16x16_38_4col()
116 highbd_partial_butterfly_sse4_1(io[3], -cospi_26_64, cospi_6_64, &step2[11], in highbd_idct16x16_38_4col()
120 highbd_partial_butterfly_sse4_1(io[2], cospi_28_64, cospi_4_64, &step1[4], in highbd_idct16x16_38_4col()
122 highbd_partial_butterfly_sse4_1(io[6], -cospi_20_64, cospi_12_64, &step1[5], in highbd_idct16x16_38_4col()
137 highbd_partial_butterfly_sse4_1(io[4], cospi_24_64, cospi_8_64, &step2[2], in highbd_idct16x16_38_4col()
162 highbd_partial_butterfly_sse4_1(io[1], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct16x16_10_4col()
164 highbd_partial_butterfly_sse4_1(io[3], -cospi_26_64, cospi_6_64, &step2[11], in highbd_idct16x16_10_4col()
168 highbd_partial_butterfly_sse4_1(io[2], cospi_28_64, cospi_4_64, &step1[4], in highbd_idct16x16_10_4col()
Dhighbd_inv_txfm_sse4.h76 static INLINE void highbd_partial_butterfly_sse4_1(const __m128i in, in highbd_partial_butterfly_sse4_1() function