/external/libaom/libaom/av1/common/x86/ |
D | highbd_inv_txfm_avx2.c | 293 const __m256i *cospi16, const __m256i *cospim48, const __m256i *clamp_lo, in idct32_stage5_avx2() argument 297 bf1[14] = half_btf_avx2(cospi48, &bf1[9], cospi16, &bf1[14], rounding, bit); in idct32_stage5_avx2() 316 const __m256i *cospim16, const __m256i *cospi48, const __m256i *cospi16, in idct32_stage6_avx2() argument 330 bf1[29] = half_btf_avx2(cospi48, &bf1[18], cospi16, &bf1[29], rounding, bit); in idct32_stage6_avx2() 333 bf1[28] = half_btf_avx2(cospi48, &bf1[19], cospi16, &bf1[28], rounding, bit); in idct32_stage6_avx2() 563 const __m256i cospi16 = _mm256_set1_epi32(cospi[16]); in idct32_low8_avx2() local 626 idct32_stage5_avx2(bf1, &cospim16, &cospi48, &cospi16, &cospim48, &clamp_lo, in idct32_low8_avx2() 633 idct32_stage6_avx2(bf1, &cospim32, &cospi32, &cospim16, &cospi48, &cospi16, in idct32_low8_avx2() 688 const __m256i cospi16 = _mm256_set1_epi32(cospi[16]); in idct32_low16_avx2() local 770 bf1[3] = half_btf_0_avx2(&cospi16, &bf1[2], &rounding, bit); in idct32_low16_avx2() [all …]
|
D | highbd_inv_txfm_sse4.c | 177 const __m128i *cospi16, const __m128i *cospim48, const __m128i *clamp_lo, in idct32_stage5_sse4_1() argument 181 bf1[14] = half_btf_sse4_1(cospi48, &bf1[9], cospi16, &bf1[14], rounding, bit); in idct32_stage5_sse4_1() 202 const __m128i *cospim16, const __m128i *cospi48, const __m128i *cospi16, in idct32_stage6_sse4_1() argument 217 half_btf_sse4_1(cospi48, &bf1[18], cospi16, &bf1[29], rounding, bit); in idct32_stage6_sse4_1() 221 half_btf_sse4_1(cospi48, &bf1[19], cospi16, &bf1[28], rounding, bit); in idct32_stage6_sse4_1() 387 const __m128i cospi16 = _mm_set1_epi32(cospi[16]); in idct4x4_sse4_1() local 420 x = _mm_mullo_epi32(u1, cospi16); in idct4x4_sse4_1() 786 const __m128i cospi16 = _mm_set1_epi32(cospi[16]); in idct8x8_sse4_1() local 851 x = _mm_mullo_epi32(u2, cospi16); in idct8x8_sse4_1() 911 const __m128i cospi16 = _mm_set1_epi32(cospi[16]); in iadst8x8_sse4_1() local [all …]
|
/external/libaom/libaom/av1/encoder/x86/ |
D | highbd_fwd_txfm_sse4.c | 67 const __m128i cospi16 = _mm_set1_epi32(cospi[16]); in fdct4x4_sse4_1() local 94 v1 = _mm_mullo_epi32(s3, cospi16); in fdct4x4_sse4_1() 100 v0 = _mm_mullo_epi32(s2, cospi16); in fdct4x4_sse4_1() 521 const __m128i cospi16 = _mm_set1_epi32(cospi[16]); in fdct4x8_sse4_1() local 581 v[1] = _mm_mullo_epi32(v[3], cospi16); in fdct4x8_sse4_1() 586 v[0] = _mm_mullo_epi32(v[2], cospi16); in fdct4x8_sse4_1() 639 const __m128i cospi16 = _mm_set1_epi32(cospi[16]); in fadst8x8_sse4_1() local 722 x = _mm_mullo_epi32(u4, cospi16); in fadst8x8_sse4_1() 735 y = _mm_mullo_epi32(u7, cospi16); in fadst8x8_sse4_1() 740 x = _mm_mullo_epi32(u6, cospi16); in fadst8x8_sse4_1() [all …]
|
D | highbd_fwd_txfm_avx2.c | 262 const __m256i cospi16 = _mm256_set1_epi32(cospi[16]); in av1_fdct8_avx2() local 309 v[1] = _mm256_mullo_epi32(v[3], cospi16); in av1_fdct8_avx2() 314 v[0] = _mm256_mullo_epi32(v[2], cospi16); in av1_fdct8_avx2() 362 const __m256i cospi16 = _mm256_set1_epi32(cospi[16]); in av1_fadst8_avx2() local 436 x = _mm256_mullo_epi32(u4, cospi16); in av1_fadst8_avx2() 449 y = _mm256_mullo_epi32(u7, cospi16); in av1_fadst8_avx2() 454 x = _mm256_mullo_epi32(u6, cospi16); in av1_fadst8_avx2() 736 const __m256i cospi16 = _mm256_set1_epi32(cospi[16]); in av1_fdct16_avx2() local 855 x = _mm256_mullo_epi32(u[3], cospi16); in av1_fdct16_avx2() 860 v[3] = _mm256_mullo_epi32(u[2], cospi16); in av1_fdct16_avx2() [all …]
|