Searched refs:btf_16_sse2 (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm_sse2.c | 73 btf_16_sse2(cospi_p32_p32, cospi_p32_m32, x1[0], x1[1], x2[0], x2[1]); in fdct8x4_new_sse2() 74 btf_16_sse2(cospi_p48_p16, cospi_m16_p48, x1[2], x1[3], x2[2], x2[3]); in fdct8x4_new_sse2() 186 btf_16_sse2(cospi_m32_p32, cospi_p32_p32, x1[5], x1[6], x2[5], x2[6]); in fdct8x8_new_sse2() 191 btf_16_sse2(cospi_p32_p32, cospi_p32_m32, x2[0], x2[1], x3[0], x3[1]); in fdct8x8_new_sse2() 192 btf_16_sse2(cospi_p48_p16, cospi_m16_p48, x2[2], x2[3], x3[2], x3[3]); in fdct8x8_new_sse2() 204 btf_16_sse2(cospi_p56_p08, cospi_m08_p56, x3[4], x3[7], x4[4], x4[7]); in fdct8x8_new_sse2() 205 btf_16_sse2(cospi_p24_p40, cospi_m40_p24, x3[5], x3[6], x4[5], x4[6]); in fdct8x8_new_sse2() 273 btf_16_sse2(cospi_m32_p32, cospi_p32_p32, x1[10], x1[13], x2[10], x2[13]); in fdct8x16_new_sse2() 274 btf_16_sse2(cospi_m32_p32, cospi_p32_p32, x1[11], x1[12], x2[11], x2[12]); in fdct8x16_new_sse2() 285 btf_16_sse2(cospi_m32_p32, cospi_p32_p32, x2[5], x2[6], x3[5], x3[6]); in fdct8x16_new_sse2() [all …]
|
D | av1_fwd_txfm2d_avx2.c | 2331 btf_16_sse2(cospi_m32_p32, cospi_p32_p32, _mm256_castsi256_si128(x2[6]), in fdct8x16_new_avx2()
|
/external/libaom/libaom/av1/common/x86/ |
D | av1_inv_txfm_ssse3.c | 46 btf_16_sse2(cospi_p32_p32, cospi_p32_m32, x[0], x[1], x[0], x[1]); in idct4_new_sse2() 47 btf_16_sse2(cospi_p48_m16, cospi_p16_p48, x[2], x[3], x[2], x[3]); in idct4_new_sse2() 132 btf_16_sse2(cospi_p56_m08, cospi_p08_p56, x[4], x[7], x[4], x[7]); in idct8_new_sse2() 133 btf_16_sse2(cospi_p24_m40, cospi_p40_p24, x[5], x[6], x[5], x[6]); in idct8_new_sse2() 136 btf_16_sse2(cospi_p32_p32, cospi_p32_m32, x[0], x[1], x[0], x[1]); in idct8_new_sse2() 137 btf_16_sse2(cospi_p48_m16, cospi_p16_p48, x[2], x[3], x[2], x[3]); in idct8_new_sse2() 144 btf_16_sse2(cospi_m32_p32, cospi_p32_p32, x[5], x[6], x[5], x[6]); in idct8_new_sse2() 208 btf_16_sse2(cospi_m32_p32, cospi_p32_p32, x[5], x[6], x[5], x[6]); in idct16_stage5_sse2() 224 btf_16_sse2(cospi_m32_p32, cospi_p32_p32, x[10], x[13], x[10], x[13]); in idct16_stage6_sse2() 225 btf_16_sse2(cospi_m32_p32, cospi_p32_p32, x[11], x[12], x[11], x[12]); in idct16_stage6_sse2() [all …]
|
D | av1_txfm_sse2.h | 60 #define btf_16_sse2(w0, w1, in0, in1, out0, out1) \ macro
|