Home
last modified time | relevance | path

Searched refs:cospi_m08_p56 (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_avx2.c467 const __m256i cospi_m08_p56 = pair_set_w16_epi16(-cospi[8], cospi[56]); in idct32_high16_stage4_avx2() local
473 btf_16_w16_avx2(cospi_m08_p56, cospi_p56_p08, &x[17], &x[30], _r, cos_bit); in idct32_high16_stage4_avx2()
474 btf_16_w16_avx2(cospi_m56_m08, cospi_m08_p56, &x[18], &x[29], _r, cos_bit); in idct32_high16_stage4_avx2()
894 const __m256i cospi_m08_p56 = pair_set_w16_epi16(-cospi[8], cospi[56]); in idct64_stage5_high48_avx2() local
900 btf_16_w16_avx2(cospi_m08_p56, cospi_p56_p08, &x[17], &x[30], _r, cos_bit); in idct64_stage5_high48_avx2()
901 btf_16_w16_avx2(cospi_m56_m08, cospi_m08_p56, &x[18], &x[29], _r, cos_bit); in idct64_stage5_high48_avx2()
925 const __m256i cospi_m08_p56 = pair_set_w16_epi16(-cospi[8], cospi[56]); in idct64_stage6_high32_avx2() local
931 btf_16_w16_avx2(cospi_m08_p56, cospi_p56_p08, &x[34], &x[61], _r, cos_bit); in idct64_stage6_high32_avx2()
932 btf_16_w16_avx2(cospi_m08_p56, cospi_p56_p08, &x[35], &x[60], _r, cos_bit); in idct64_stage6_high32_avx2()
933 btf_16_w16_avx2(cospi_m56_m08, cospi_m08_p56, &x[36], &x[59], _r, cos_bit); in idct64_stage6_high32_avx2()
[all …]
Dav1_inv_txfm_ssse3.c495 const __m128i cospi_m08_p56 = pair_set_epi16(-cospi[8], cospi[56]); in idct32_high16_stage4_sse2() local
501 btf_16_sse2(cospi_m08_p56, cospi_p56_p08, x[17], x[30], x[17], x[30]); in idct32_high16_stage4_sse2()
502 btf_16_sse2(cospi_m56_m08, cospi_m08_p56, x[18], x[29], x[18], x[29]); in idct32_high16_stage4_sse2()
927 const __m128i cospi_m08_p56 = pair_set_epi16(-cospi[8], cospi[56]); in idct64_stage5_high48_sse2() local
933 btf_16_sse2(cospi_m08_p56, cospi_p56_p08, x[17], x[30], x[17], x[30]); in idct64_stage5_high48_sse2()
934 btf_16_sse2(cospi_m56_m08, cospi_m08_p56, x[18], x[29], x[18], x[29]); in idct64_stage5_high48_sse2()
958 const __m128i cospi_m08_p56 = pair_set_epi16(-cospi[8], cospi[56]); in idct64_stage6_high32_sse2() local
964 btf_16_sse2(cospi_m08_p56, cospi_p56_p08, x[34], x[61], x[34], x[61]); in idct64_stage6_high32_sse2()
965 btf_16_sse2(cospi_m08_p56, cospi_p56_p08, x[35], x[60], x[35], x[60]); in idct64_stage6_high32_sse2()
966 btf_16_sse2(cospi_m56_m08, cospi_m08_p56, x[36], x[59], x[36], x[59]); in idct64_stage6_high32_sse2()
[all …]
/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm2d_avx2.c35 __m256i cospi_m08_p56 = pair_set_w16_epi16(-cospi[8], cospi[56]); in fdct16x16_new_avx2() local
84 btf_16_w16_avx2(cospi_p56_p08, cospi_m08_p56, &x1[4], &x1[7], _r, cos_bit); in fdct16x16_new_avx2()
128 __m256i cospi_m08_p56 = pair_set_w16_epi16(-cospi[8], cospi[56]); in fdct16x32_new_avx2() local
237 btf_16_w16_avx2(cospi_p56_p08, cospi_m08_p56, &x1[4], &x1[7], _r, cos_bit); in fdct16x32_new_avx2()
243 btf_16_w16_avx2(cospi_m08_p56, cospi_p56_p08, &x1[17], &x1[30], _r, cos_bit); in fdct16x32_new_avx2()
244 btf_16_w16_avx2(cospi_m56_m08, cospi_m08_p56, &x1[18], &x1[29], _r, cos_bit); in fdct16x32_new_avx2()
318 __m256i cospi_m08_p56 = pair_set_w16_epi16(-cospi[8], cospi[56]); in fdct16x64_new_avx2() local
544 btf_16_w16_avx2(cospi_m08_p56, cospi_p56_p08, &x1[34], &x1[61], _r, cos_bit); in fdct16x64_new_avx2()
545 btf_16_w16_avx2(cospi_m08_p56, cospi_p56_p08, &x1[35], &x1[60], _r, cos_bit); in fdct16x64_new_avx2()
546 btf_16_w16_avx2(cospi_m56_m08, cospi_m08_p56, &x1[36], &x1[59], _r, cos_bit); in fdct16x64_new_avx2()
[all …]
Dav1_fwd_txfm_sse2.c94 __m128i cospi_m08_p56 = pair_set_epi16(-cospi[8], cospi[56]); in fdct4x8_new_sse2() local
137 btf_16_w4_sse2(&cospi_p56_p08, &cospi_m08_p56, __rounding, cos_bit, &x3[4], in fdct4x8_new_sse2()
164 __m128i cospi_m08_p56 = pair_set_epi16(-cospi[8], cospi[56]); in fdct8x8_new_sse2() local
204 btf_16_sse2(cospi_p56_p08, cospi_m08_p56, x3[4], x3[7], x4[4], x4[7]); in fdct8x8_new_sse2()
230 __m128i cospi_m08_p56 = pair_set_epi16(-cospi[8], cospi[56]); in fdct8x16_new_sse2() local
317 btf_16_sse2(cospi_p56_p08, cospi_m08_p56, x4[4], x4[7], x5[4], x5[7]); in fdct8x16_new_sse2()
373 __m128i cospi_m08_p56 = pair_set_epi16(-cospi[8], cospi[56]); in fdct8x32_new_sse2() local
569 btf_16_sse2(cospi_p56_p08, cospi_m08_p56, x5[4], x5[7], x6[4], x6[7]); in fdct8x32_new_sse2()
580 btf_16_sse2(cospi_m08_p56, cospi_p56_p08, x5[17], x5[30], x6[17], x6[30]); in fdct8x32_new_sse2()
581 btf_16_sse2(cospi_m56_m08, cospi_m08_p56, x5[18], x5[29], x6[18], x6[29]); in fdct8x32_new_sse2()
[all …]