/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 300 temp2 = half_btf_avx2(cospim48, &bf1[10], cospim16, &bf1[13], rounding, bit); in idct32_stage5_avx2() 317 const __m256i *cospim48, const __m256i *clamp_lo, const __m256i *clamp_hi, in idct32_stage6_avx2() argument 335 temp1 = half_btf_avx2(cospim48, &bf1[20], cospim16, &bf1[27], rounding, bit); in idct32_stage6_avx2() 338 temp2 = half_btf_avx2(cospim48, &bf1[21], cospim16, &bf1[26], rounding, bit); in idct32_stage6_avx2() 562 const __m256i cospim48 = _mm256_set1_epi32(-cospi[48]); in idct32_low8_avx2() local 626 idct32_stage5_avx2(bf1, &cospim16, &cospi48, &cospi16, &cospim48, &clamp_lo, in idct32_low8_avx2() 634 &cospim48, &clamp_lo, &clamp_hi, &rounding, bit); in idct32_low8_avx2() 687 const __m256i cospim48 = _mm256_set1_epi32(-cospi[48]); in idct32_low16_avx2() local 776 idct32_stage5_avx2(bf1, &cospim16, &cospi48, &cospi16, &cospim48, &clamp_lo, 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 185 half_btf_sse4_1(cospim48, &bf1[10], cospim16, &bf1[13], rounding, bit); in idct32_stage5_sse4_1() 203 const __m128i *cospim48, const __m128i *clamp_lo, const __m128i *clamp_hi, in idct32_stage6_sse4_1() argument 224 half_btf_sse4_1(cospim48, &bf1[20], cospim16, &bf1[27], rounding, bit); in idct32_stage6_sse4_1() 229 half_btf_sse4_1(cospim48, &bf1[21], cospim16, &bf1[26], rounding, bit); in idct32_stage6_sse4_1() 913 const __m128i cospim48 = _mm_set1_epi32(-cospi[48]); in iadst8x8_sse4_1() local 1002 u[6] = _mm_mullo_epi32(v[6], cospim48); in iadst8x8_sse4_1() 1009 x = _mm_mullo_epi32(v[7], cospim48); in iadst8x8_sse4_1() 1151 u[6] = _mm_mullo_epi32(v[6], cospim48); in iadst8x8_sse4_1() 1158 x = _mm_mullo_epi32(v[7], cospim48); in iadst8x8_sse4_1() [all …]
|
/external/libaom/libaom/av1/encoder/x86/ |
D | highbd_fwd_txfm_sse4.c | 642 const __m128i cospim48 = _mm_set1_epi32(-cospi[48]); in fadst8x8_sse4_1() local 734 x = _mm_mullo_epi32(u6, cospim48); in fadst8x8_sse4_1() 1186 const __m128i cospim48 = _mm_set1_epi32(-cospi[48]); in fdct16x16_sse4_1() local 1333 v[10] = _mm_mullo_epi32(u[10], cospim48); in fdct16x16_sse4_1() 1340 x = _mm_mullo_epi32(u[13], cospim48); in fdct16x16_sse4_1() 1472 const __m128i cospim48 = _mm_set1_epi32(-cospi[48]); in fadst16x16_sse4_1() local 1609 v[6] = half_btf_sse4_1(&cospim48, &u[6], &cospi16, &u[7], &rnding, bit); in fadst16x16_sse4_1() 1617 v[14] = half_btf_sse4_1(&cospim48, &u[14], &cospi16, &u[15], &rnding, bit); in fadst16x16_sse4_1()
|
D | highbd_fwd_txfm_avx2.c | 365 const __m256i cospim48 = _mm256_set1_epi32(-cospi[48]); in av1_fadst8_avx2() local 448 x = _mm256_mullo_epi32(u6, cospim48); in av1_fadst8_avx2() 737 const __m256i cospim48 = _mm256_set1_epi32(-cospi[48]); in av1_fdct16_avx2() local 884 v[10] = _mm256_mullo_epi32(u[10], cospim48); in av1_fdct16_avx2() 891 x = _mm256_mullo_epi32(u[13], cospim48); in av1_fdct16_avx2() 1022 const __m256i cospim48 = _mm256_set1_epi32(-cospi[48]); in av1_fadst16_avx2() local 1159 v[6] = av1_half_btf_avx2(&cospim48, &u[6], &cospi16, &u[7], &rnding, bit); in av1_fadst16_avx2() 1169 av1_half_btf_avx2(&cospim48, &u[14], &cospi16, &u[15], &rnding, bit); in av1_fadst16_avx2()
|