Searched refs:cospi_p12 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm1d_sse4.c | 487 __m128i cospi_p12 = _mm_set1_epi32(cospi[12]); in av1_fdct64_new_sse4_1() local 1095 btf_32_type1_sse4_1_new(cospi_p12, cospi_p52, x7[11], x7[12], x8[11], x8[12], in av1_fdct64_new_sse4_1() 1132 btf_32_type0_sse4_1_new(cospi_m52, cospi_p12, x7[45], x7[50], x8[45], x8[50], in av1_fdct64_new_sse4_1()
|
D | av1_fwd_txfm2d_avx2.c | 893 __m256i cospi_p12 = _mm256_set1_epi32(cospi[12]); in av1_fdct64_new_avx2() local 1152 btf_32_avx2_type1_new(cospi_p12, cospi_p52, &x1[11], &x1[12], _r, cos_bit); in av1_fdct64_new_avx2() 1167 btf_32_avx2_type0_new(cospi_m52, cospi_p12, &x1[45], &x1[50], _r, cos_bit); in av1_fdct64_new_avx2()
|
D | highbd_fwd_txfm_avx2.c | 2537 __m256i cospi_p12 = _mm256_set1_epi32(cospi[12]); in av1_fdct64_stage8_avx2() local 2563 btf_32_type0_avx2_new(cospi_p52, cospi_p12, x7[12], x7[11], x8[11], x8[12], in av1_fdct64_stage8_avx2() 2600 btf_32_type0_avx2_new(cospi_m52, cospi_p12, x7[45], x7[50], x8[45], x8[50], in av1_fdct64_stage8_avx2()
|