Searched refs:cospi_p44 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm1d_sse4.c | 485 __m128i cospi_p44 = _mm_set1_epi32(cospi[44]); in av1_fdct64_new_sse4_1() local 1093 btf_32_type1_sse4_1_new(cospi_p44, cospi_p20, x7[10], x7[13], x8[10], x8[13], in av1_fdct64_new_sse4_1() 1126 btf_32_type0_sse4_1_new(cospi_m20, cospi_p44, x7[41], x7[54], x8[41], x8[54], in av1_fdct64_new_sse4_1()
|
D | av1_fwd_txfm2d_avx2.c | 891 __m256i cospi_p44 = _mm256_set1_epi32(cospi[44]); in av1_fdct64_new_avx2() local 1151 btf_32_avx2_type1_new(cospi_p44, cospi_p20, &x1[10], &x1[13], _r, cos_bit); in av1_fdct64_new_avx2() 1165 btf_32_avx2_type0_new(cospi_m20, cospi_p44, &x1[41], &x1[54], _r, cos_bit); in av1_fdct64_new_avx2()
|
D | highbd_fwd_txfm_avx2.c | 2535 __m256i cospi_p44 = _mm256_set1_epi32(cospi[44]); in av1_fdct64_stage8_avx2() local 2561 btf_32_type0_avx2_new(cospi_p20, cospi_p44, x7[13], x7[10], x8[10], x8[13], in av1_fdct64_stage8_avx2() 2594 btf_32_type0_avx2_new(cospi_m20, cospi_p44, x7[41], x7[54], x8[41], x8[54], in av1_fdct64_stage8_avx2()
|