Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm1d_sse4.c468 __m128i cospi_p32 = _mm_set1_epi32(cospi[32]); in av1_fdct64_new_sse4_1() local
719 btf_32_type0_sse4_1_new(cospi_m32, cospi_p32, x1[40], x1[55], x2[40], x2[55], in av1_fdct64_new_sse4_1()
721 btf_32_type0_sse4_1_new(cospi_m32, cospi_p32, x1[41], x1[54], x2[41], x2[54], in av1_fdct64_new_sse4_1()
723 btf_32_type0_sse4_1_new(cospi_m32, cospi_p32, x1[42], x1[53], x2[42], x2[53], in av1_fdct64_new_sse4_1()
725 btf_32_type0_sse4_1_new(cospi_m32, cospi_p32, x1[43], x1[52], x2[43], x2[52], in av1_fdct64_new_sse4_1()
727 btf_32_type0_sse4_1_new(cospi_m32, cospi_p32, x1[44], x1[51], x2[44], x2[51], in av1_fdct64_new_sse4_1()
729 btf_32_type0_sse4_1_new(cospi_m32, cospi_p32, x1[45], x1[50], x2[45], x2[50], in av1_fdct64_new_sse4_1()
731 btf_32_type0_sse4_1_new(cospi_m32, cospi_p32, x1[46], x1[49], x2[46], x2[49], in av1_fdct64_new_sse4_1()
733 btf_32_type0_sse4_1_new(cospi_m32, cospi_p32, x1[47], x1[48], x2[47], x2[48], in av1_fdct64_new_sse4_1()
766 btf_32_type0_sse4_1_new(cospi_m32, cospi_p32, x2[20], x2[27], x3[20], x3[27], in av1_fdct64_new_sse4_1()
[all …]
Dhighbd_fwd_txfm_avx2.c2110 __m256i *cospi_p32, in av1_fdct64_stage2_avx2() argument
2153 btf_32_type0_avx2_new(*cospi_m32, *cospi_p32, x1[40], x1[55], x2[40], x2[55], in av1_fdct64_stage2_avx2()
2155 btf_32_type0_avx2_new(*cospi_m32, *cospi_p32, x1[41], x1[54], x2[41], x2[54], in av1_fdct64_stage2_avx2()
2157 btf_32_type0_avx2_new(*cospi_m32, *cospi_p32, x1[42], x1[53], x2[42], x2[53], in av1_fdct64_stage2_avx2()
2159 btf_32_type0_avx2_new(*cospi_m32, *cospi_p32, x1[43], x1[52], x2[43], x2[52], in av1_fdct64_stage2_avx2()
2161 btf_32_type0_avx2_new(*cospi_m32, *cospi_p32, x1[44], x1[51], x2[44], x2[51], in av1_fdct64_stage2_avx2()
2163 btf_32_type0_avx2_new(*cospi_m32, *cospi_p32, x1[45], x1[50], x2[45], x2[50], in av1_fdct64_stage2_avx2()
2165 btf_32_type0_avx2_new(*cospi_m32, *cospi_p32, x1[46], x1[49], x2[46], x2[49], in av1_fdct64_stage2_avx2()
2167 btf_32_type0_avx2_new(*cospi_m32, *cospi_p32, x1[47], x1[48], x2[47], x2[48], in av1_fdct64_stage2_avx2()
2180 __m256i *cospi_p32, in av1_fdct64_stage3_avx2() argument
[all …]
Dav1_fwd_txfm2d_avx2.c874 __m256i cospi_p32 = _mm256_set1_epi32(cospi[32]); in av1_fdct64_new_avx2() local
1004 btf_32_avx2_type0_new(cospi_m32, cospi_p32, &x1[40], &x1[55], _r, cos_bit); in av1_fdct64_new_avx2()
1005 btf_32_avx2_type0_new(cospi_m32, cospi_p32, &x1[41], &x1[54], _r, cos_bit); in av1_fdct64_new_avx2()
1006 btf_32_avx2_type0_new(cospi_m32, cospi_p32, &x1[42], &x1[53], _r, cos_bit); in av1_fdct64_new_avx2()
1007 btf_32_avx2_type0_new(cospi_m32, cospi_p32, &x1[43], &x1[52], _r, cos_bit); in av1_fdct64_new_avx2()
1008 btf_32_avx2_type0_new(cospi_m32, cospi_p32, &x1[44], &x1[51], _r, cos_bit); in av1_fdct64_new_avx2()
1009 btf_32_avx2_type0_new(cospi_m32, cospi_p32, &x1[45], &x1[50], _r, cos_bit); in av1_fdct64_new_avx2()
1010 btf_32_avx2_type0_new(cospi_m32, cospi_p32, &x1[46], &x1[49], _r, cos_bit); in av1_fdct64_new_avx2()
1011 btf_32_avx2_type0_new(cospi_m32, cospi_p32, &x1[47], &x1[48], _r, cos_bit); in av1_fdct64_new_avx2()
1022 btf_32_avx2_type0_new(cospi_m32, cospi_p32, &x1[20], &x1[27], _r, cos_bit); in av1_fdct64_new_avx2()
[all …]