Searched refs:cospi_m52 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm1d_sse4.c | 495 __m128i cospi_m52 = _mm_set1_epi32(-cospi[52]); in av1_fdct64_new_sse4_1() local 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() 1134 btf_32_type0_sse4_1_new(cospi_m12, cospi_m52, x7[46], x7[49], x8[46], x8[49], in av1_fdct64_new_sse4_1()
|
D | av1_fwd_txfm2d_avx2.c | 901 __m256i cospi_m52 = _mm256_set1_epi32(-cospi[52]); in av1_fdct64_new_avx2() local 1167 btf_32_avx2_type0_new(cospi_m52, cospi_p12, &x1[45], &x1[50], _r, cos_bit); in av1_fdct64_new_avx2() 1168 btf_32_avx2_type0_new(cospi_m12, cospi_m52, &x1[46], &x1[49], _r, cos_bit); in av1_fdct64_new_avx2()
|
D | highbd_fwd_txfm_avx2.c | 2545 __m256i cospi_m52 = _mm256_set1_epi32(-cospi[52]); in av1_fdct64_stage8_avx2() local 2600 btf_32_type0_avx2_new(cospi_m52, cospi_p12, x7[45], x7[50], x8[45], x8[50], in av1_fdct64_stage8_avx2() 2602 btf_32_type0_avx2_new(cospi_m12, cospi_m52, x7[46], x7[49], x8[46], x8[49], in av1_fdct64_stage8_avx2()
|