Home
last modified time | relevance | path

Searched refs:cospi_p60 (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm1d_sse4.c481 __m128i cospi_p60 = _mm_set1_epi32(cospi[60]); in av1_fdct64_new_sse4_1() local
1089 btf_32_type1_sse4_1_new(cospi_p60, cospi_p04, x7[8], x7[15], x8[8], x8[15], in av1_fdct64_new_sse4_1()
1114 btf_32_type0_sse4_1_new(cospi_m04, cospi_p60, x7[33], x7[62], x8[33], x8[62], in av1_fdct64_new_sse4_1()
Dav1_fwd_txfm2d_avx2.c887 __m256i cospi_p60 = _mm256_set1_epi32(cospi[60]); in av1_fdct64_new_avx2() local
1149 btf_32_avx2_type1_new(cospi_p60, cospi_p04, &x1[8], &x1[15], _r, cos_bit); in av1_fdct64_new_avx2()
1161 btf_32_avx2_type0_new(cospi_m04, cospi_p60, &x1[33], &x1[62], _r, cos_bit); in av1_fdct64_new_avx2()
Dhighbd_fwd_txfm_avx2.c2531 __m256i cospi_p60 = _mm256_set1_epi32(cospi[60]); in av1_fdct64_stage8_avx2() local
2557 btf_32_type0_avx2_new(cospi_p04, cospi_p60, x7[15], x7[8], x8[8], x8[15], in av1_fdct64_stage8_avx2()
2582 btf_32_type0_avx2_new(cospi_m04, cospi_p60, x7[33], x7[62], x8[33], x8[62], in av1_fdct64_stage8_avx2()