/external/libaom/libaom/av1/common/x86/ |
D | av1_inv_txfm_avx2.c | 29 const __m256i cospi_m32_p32 = pair_set_w16_epi16(-cospi[32], cospi[32]); in idct16_stage5_avx2() local 33 btf_16_w16_avx2(cospi_m32_p32, cospi_p32_p32, &x1[5], &x1[6], _r, cos_bit); in idct16_stage5_avx2() 43 const __m256i cospi_m32_p32 = pair_set_w16_epi16(-cospi[32], cospi[32]); in idct16_stage6_avx2() local 49 btf_16_w16_avx2(cospi_m32_p32, cospi_p32_p32, &x[10], &x[13], _r, cos_bit); in idct16_stage6_avx2() 50 btf_16_w16_avx2(cospi_m32_p32, cospi_p32_p32, &x[11], &x[12], _r, cos_bit); in idct16_stage6_avx2() 498 const __m256i cospi_m32_p32 = pair_set_w16_epi16(-cospi[32], cospi[32]); in idct32_high28_stage6_avx2() local 503 btf_16_w16_avx2(cospi_m32_p32, cospi_p32_p32, &x[5], &x[6], _r, cos_bit); in idct32_high28_stage6_avx2() 516 const __m256i cospi_m32_p32 = pair_set_w16_epi16(-cospi[32], cospi[32]); in idct32_stage7_avx2() local 522 btf_16_w16_avx2(cospi_m32_p32, cospi_p32_p32, &x[10], &x[13], _r, cos_bit); in idct32_stage7_avx2() 523 btf_16_w16_avx2(cospi_m32_p32, cospi_p32_p32, &x[11], &x[12], _r, cos_bit); in idct32_stage7_avx2() [all …]
|
D | av1_inv_txfm_ssse3.c | 118 const __m128i cospi_m32_p32 = pair_set_epi16(-cospi[32], cospi[32]); in idct8_new_sse2() local 144 btf_16_sse2(cospi_m32_p32, cospi_p32_p32, x[5], x[6], x[5], x[6]); in idct8_new_sse2() 166 const __m128i cospi_m32_p32 = pair_set_epi16(-cospi[32], cospi[32]); in idct8_w4_new_sse2() local 192 btf_16_4p_sse2(cospi_m32_p32, cospi_p32_p32, x[5], x[6], x[5], x[6]); in idct8_w4_new_sse2() 204 const __m128i cospi_m32_p32 = pair_set_epi16(-cospi[32], cospi[32]); in idct16_stage5_sse2() local 208 btf_16_sse2(cospi_m32_p32, cospi_p32_p32, x[5], x[6], x[5], x[6]); in idct16_stage5_sse2() 218 const __m128i cospi_m32_p32 = pair_set_epi16(-cospi[32], cospi[32]); in idct16_stage6_sse2() local 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() 417 const __m128i cospi_m32_p32 = pair_set_epi16(-cospi[32], cospi[32]); in idct16_w4_new_sse2() local [all …]
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm2d_avx2.c | 28 __m256i cospi_m32_p32 = pair_set_w16_epi16(-cospi[32], cospi[32]); in fdct16x16_new_avx2() local 63 btf_16_w16_avx2(cospi_m32_p32, cospi_p32_p32, &x1[10], &x1[13], _r, cos_bit); in fdct16x16_new_avx2() 64 btf_16_w16_avx2(cospi_m32_p32, cospi_p32_p32, &x1[11], &x1[12], _r, cos_bit); in fdct16x16_new_avx2() 69 btf_16_w16_avx2(cospi_m32_p32, cospi_p32_p32, &x1[5], &x1[6], _r, cos_bit); in fdct16x16_new_avx2() 121 __m256i cospi_m32_p32 = pair_set_w16_epi16(-cospi[32], cospi[32]); in fdct16x32_new_avx2() local 186 btf_16_w16_avx2(cospi_m32_p32, cospi_p32_p32, &x1[20], &x1[27], _r, cos_bit); in fdct16x32_new_avx2() 187 btf_16_w16_avx2(cospi_m32_p32, cospi_p32_p32, &x1[21], &x1[26], _r, cos_bit); in fdct16x32_new_avx2() 188 btf_16_w16_avx2(cospi_m32_p32, cospi_p32_p32, &x1[22], &x1[25], _r, cos_bit); in fdct16x32_new_avx2() 189 btf_16_w16_avx2(cospi_m32_p32, cospi_p32_p32, &x1[23], &x1[24], _r, cos_bit); in fdct16x32_new_avx2() 196 btf_16_w16_avx2(cospi_m32_p32, cospi_p32_p32, &x1[10], &x1[13], _r, cos_bit); in fdct16x32_new_avx2() [all …]
|
D | av1_fwd_txfm_sse2.c | 88 __m128i cospi_m32_p32 = pair_set_epi16(-cospi[32], cospi[32]); in fdct4x8_new_sse2() local 116 btf_16_w4_sse2(&cospi_m32_p32, &cospi_p32_p32, __rounding, cos_bit, &x1[5], in fdct4x8_new_sse2() 158 __m128i cospi_m32_p32 = pair_set_epi16(-cospi[32], cospi[32]); in fdct8x8_new_sse2() local 186 btf_16_sse2(cospi_m32_p32, cospi_p32_p32, x1[5], x1[6], x2[5], x2[6]); in fdct8x8_new_sse2() 223 __m128i cospi_m32_p32 = pair_set_epi16(-cospi[32], cospi[32]); in fdct8x16_new_sse2() local 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() 366 __m128i cospi_m32_p32 = pair_set_epi16(-cospi[32], cospi[32]); in fdct8x32_new_sse2() local 460 btf_16_sse2(cospi_m32_p32, cospi_p32_p32, x1[20], x1[27], x2[20], x2[27]); in fdct8x32_new_sse2() [all …]
|