/external/libaom/libaom/av1/common/x86/ |
D | highbd_inv_txfm_avx2.c | 292 __m256i *bf1, const __m256i *cospim16, const __m256i *cospi48, in idct32_stage5_avx2() argument 296 temp1 = half_btf_avx2(cospim16, &bf1[9], cospi48, &bf1[14], rounding, bit); in idct32_stage5_avx2() 300 temp2 = half_btf_avx2(cospim48, &bf1[10], cospim16, &bf1[13], rounding, bit); in idct32_stage5_avx2() 301 bf1[13] = half_btf_avx2(cospim16, &bf1[10], cospi48, &bf1[13], rounding, bit); in idct32_stage5_avx2() 316 const __m256i *cospim16, const __m256i *cospi48, const __m256i *cospi16, in idct32_stage6_avx2() argument 329 temp1 = half_btf_avx2(cospim16, &bf1[18], cospi48, &bf1[29], rounding, bit); in idct32_stage6_avx2() 332 temp2 = half_btf_avx2(cospim16, &bf1[19], cospi48, &bf1[28], rounding, bit); in idct32_stage6_avx2() 335 temp1 = half_btf_avx2(cospim48, &bf1[20], cospim16, &bf1[27], rounding, bit); in idct32_stage6_avx2() 336 bf1[27] = half_btf_avx2(cospim16, &bf1[20], cospi48, &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() [all …]
|
D | highbd_inv_txfm_sse4.c | 176 __m128i *bf1, const __m128i *cospim16, const __m128i *cospi48, in idct32_stage5_sse4_1() argument 180 temp1 = half_btf_sse4_1(cospim16, &bf1[9], cospi48, &bf1[14], rounding, bit); in idct32_stage5_sse4_1() 185 half_btf_sse4_1(cospim48, &bf1[10], cospim16, &bf1[13], rounding, bit); in idct32_stage5_sse4_1() 187 half_btf_sse4_1(cospim16, &bf1[10], cospi48, &bf1[13], rounding, bit); in idct32_stage5_sse4_1() 202 const __m128i *cospim16, const __m128i *cospi48, const __m128i *cospi16, in idct32_stage6_sse4_1() argument 215 temp1 = half_btf_sse4_1(cospim16, &bf1[18], cospi48, &bf1[29], rounding, bit); in idct32_stage6_sse4_1() 219 temp2 = half_btf_sse4_1(cospim16, &bf1[19], cospi48, &bf1[28], rounding, bit); in idct32_stage6_sse4_1() 224 half_btf_sse4_1(cospim48, &bf1[20], cospim16, &bf1[27], rounding, bit); in idct32_stage6_sse4_1() 226 half_btf_sse4_1(cospim16, &bf1[20], cospi48, &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() [all …]
|
/external/libaom/libaom/av1/encoder/x86/ |
D | highbd_fwd_txfm_sse4.c | 640 const __m128i cospim16 = _mm_set1_epi32(-cospi[16]); in fadst8x8_sse4_1() local 729 y = _mm_mullo_epi32(u5, cospim16); in fadst8x8_sse4_1() 1187 const __m128i cospim16 = _mm_set1_epi32(-cospi[16]); in fdct16x16_sse4_1() local 1321 v[9] = _mm_mullo_epi32(u[9], cospim16); in fdct16x16_sse4_1() 1328 x = _mm_mullo_epi32(u[14], cospim16); in fdct16x16_sse4_1() 1334 x = _mm_mullo_epi32(u[13], cospim16); in fdct16x16_sse4_1() 1339 v[13] = _mm_mullo_epi32(u[10], cospim16); in fdct16x16_sse4_1() 1471 const __m128i cospim16 = _mm_set1_epi32(-cospi[16]); in fadst16x16_sse4_1() local 1608 v[5] = half_btf_sse4_1(&cospi48, &u[4], &cospim16, &u[5], &rnding, bit); in fadst16x16_sse4_1() 1616 v[13] = half_btf_sse4_1(&cospi48, &u[12], &cospim16, &u[13], &rnding, bit); in fadst16x16_sse4_1()
|
D | highbd_fwd_txfm_avx2.c | 363 const __m256i cospim16 = _mm256_set1_epi32(-cospi[16]); in av1_fadst8_avx2() local 443 y = _mm256_mullo_epi32(u5, cospim16); in av1_fadst8_avx2() 738 const __m256i cospim16 = _mm256_set1_epi32(-cospi[16]); in av1_fdct16_avx2() local 872 v[9] = _mm256_mullo_epi32(u[9], cospim16); in av1_fdct16_avx2() 879 x = _mm256_mullo_epi32(u[14], cospim16); in av1_fdct16_avx2() 885 x = _mm256_mullo_epi32(u[13], cospim16); in av1_fdct16_avx2() 890 v[13] = _mm256_mullo_epi32(u[10], cospim16); in av1_fdct16_avx2() 1021 const __m256i cospim16 = _mm256_set1_epi32(-cospi[16]); in av1_fadst16_avx2() local 1158 v[5] = av1_half_btf_avx2(&cospi48, &u[4], &cospim16, &u[5], &rnding, bit); in av1_fadst16_avx2() 1167 av1_half_btf_avx2(&cospi48, &u[12], &cospim16, &u[13], &rnding, bit); in av1_fadst16_avx2()
|