Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm1d_sse4.c470 __m128i cospi_p48 = _mm_set1_epi32(cospi[48]); in av1_fdct64_new_sse4_1() local
849 btf_32_type0_sse4_1_new(cospi_m16, cospi_p48, x3[36], x3[59], x4[36], x4[59], in av1_fdct64_new_sse4_1()
851 btf_32_type0_sse4_1_new(cospi_m16, cospi_p48, x3[37], x3[58], x4[37], x4[58], in av1_fdct64_new_sse4_1()
853 btf_32_type0_sse4_1_new(cospi_m16, cospi_p48, x3[38], x3[57], x4[38], x4[57], in av1_fdct64_new_sse4_1()
855 btf_32_type0_sse4_1_new(cospi_m16, cospi_p48, x3[39], x3[56], x4[39], x4[56], in av1_fdct64_new_sse4_1()
898 btf_32_type0_sse4_1_new(cospi_m16, cospi_p48, x4[18], x4[29], x5[18], x5[29], in av1_fdct64_new_sse4_1()
900 btf_32_type0_sse4_1_new(cospi_m16, cospi_p48, x4[19], x4[28], x5[19], x5[28], in av1_fdct64_new_sse4_1()
949 btf_32_type1_sse4_1_new(cospi_p48, cospi_p16, x5[2], x5[3], x6[2], x6[3], in av1_fdct64_new_sse4_1()
956 btf_32_type0_sse4_1_new(cospi_m16, cospi_p48, x5[9], x5[14], x6[9], x6[14], in av1_fdct64_new_sse4_1()
Dhighbd_fwd_txfm_avx2.c2250 __m256i *cospi_m16, __m256i *cospi_p48, __m256i *cospi_m48, in av1_fdct64_stage4_avx2() argument
2288 btf_32_type0_avx2_new(*cospi_m16, *cospi_p48, x3[36], x3[59], x4[36], x4[59], in av1_fdct64_stage4_avx2()
2290 btf_32_type0_avx2_new(*cospi_m16, *cospi_p48, x3[37], x3[58], x4[37], x4[58], in av1_fdct64_stage4_avx2()
2292 btf_32_type0_avx2_new(*cospi_m16, *cospi_p48, x3[38], x3[57], x4[38], x4[57], in av1_fdct64_stage4_avx2()
2294 btf_32_type0_avx2_new(*cospi_m16, *cospi_p48, x3[39], x3[56], x4[39], x4[56], in av1_fdct64_stage4_avx2()
2319 __m256i *cospi_m16, __m256i *cospi_p48, __m256i *cospi_m48, in av1_fdct64_stage5_avx2() argument
2339 btf_32_type0_avx2_new(*cospi_m16, *cospi_p48, x4[18], x4[29], x5[18], x5[29], in av1_fdct64_stage5_avx2()
2341 btf_32_type0_avx2_new(*cospi_m16, *cospi_p48, x4[19], x4[28], x5[19], x5[28], in av1_fdct64_stage5_avx2()
2388 __m256i *cospi_m16, __m256i *cospi_p48, __m256i *cospi_m48, in av1_fdct64_stage6_avx2() argument
2394 btf_32_type0_avx2_new(*cospi_p16, *cospi_p48, x5[3], x5[2], x6[2], x6[3], in av1_fdct64_stage6_avx2()
[all …]
Dav1_fwd_txfm2d_avx2.c876 __m256i cospi_p48 = _mm256_set1_epi32(cospi[48]); in av1_fdct64_new_avx2() local
1058 btf_32_avx2_type0_new(cospi_m16, cospi_p48, &x1[36], &x1[59], _r, cos_bit); in av1_fdct64_new_avx2()
1059 btf_32_avx2_type0_new(cospi_m16, cospi_p48, &x1[37], &x1[58], _r, cos_bit); in av1_fdct64_new_avx2()
1060 btf_32_avx2_type0_new(cospi_m16, cospi_p48, &x1[38], &x1[57], _r, cos_bit); in av1_fdct64_new_avx2()
1061 btf_32_avx2_type0_new(cospi_m16, cospi_p48, &x1[39], &x1[56], _r, cos_bit); in av1_fdct64_new_avx2()
1075 btf_32_avx2_type0_new(cospi_m16, cospi_p48, &x1[18], &x1[29], _r, cos_bit); in av1_fdct64_new_avx2()
1076 btf_32_avx2_type0_new(cospi_m16, cospi_p48, &x1[19], &x1[28], _r, cos_bit); in av1_fdct64_new_avx2()
1098 btf_32_avx2_type1_new(cospi_p48, cospi_p16, &x1[2], &x1[3], _r, cos_bit); in av1_fdct64_new_avx2()
1101 btf_32_avx2_type0_new(cospi_m16, cospi_p48, &x1[9], &x1[14], _r, cos_bit); in av1_fdct64_new_avx2()