Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_avx2.c470 const __m256i cospi_m40_p24 = pair_set_w16_epi16(-cospi[40], cospi[24]); in idct32_high16_stage4_avx2() local
475 btf_16_w16_avx2(cospi_m40_p24, cospi_p24_p40, &x[21], &x[26], _r, cos_bit); in idct32_high16_stage4_avx2()
476 btf_16_w16_avx2(cospi_m24_m40, cospi_m40_p24, &x[22], &x[25], _r, cos_bit); in idct32_high16_stage4_avx2()
897 const __m256i cospi_m40_p24 = pair_set_w16_epi16(-cospi[40], cospi[24]); in idct64_stage5_high48_avx2() local
902 btf_16_w16_avx2(cospi_m40_p24, cospi_p24_p40, &x[21], &x[26], _r, cos_bit); in idct64_stage5_high48_avx2()
903 btf_16_w16_avx2(cospi_m24_m40, cospi_m40_p24, &x[22], &x[25], _r, cos_bit); in idct64_stage5_high48_avx2()
928 const __m256i cospi_m40_p24 = pair_set_w16_epi16(-cospi[40], cospi[24]); in idct64_stage6_high32_avx2() local
935 btf_16_w16_avx2(cospi_m40_p24, cospi_p24_p40, &x[42], &x[53], _r, cos_bit); in idct64_stage6_high32_avx2()
936 btf_16_w16_avx2(cospi_m40_p24, cospi_p24_p40, &x[43], &x[52], _r, cos_bit); in idct64_stage6_high32_avx2()
937 btf_16_w16_avx2(cospi_m24_m40, cospi_m40_p24, &x[44], &x[51], _r, cos_bit); in idct64_stage6_high32_avx2()
[all …]
Dav1_inv_txfm_ssse3.c498 const __m128i cospi_m40_p24 = pair_set_epi16(-cospi[40], cospi[24]); in idct32_high16_stage4_sse2() local
503 btf_16_sse2(cospi_m40_p24, cospi_p24_p40, x[21], x[26], x[21], x[26]); in idct32_high16_stage4_sse2()
504 btf_16_sse2(cospi_m24_m40, cospi_m40_p24, x[22], x[25], x[22], x[25]); in idct32_high16_stage4_sse2()
930 const __m128i cospi_m40_p24 = pair_set_epi16(-cospi[40], cospi[24]); in idct64_stage5_high48_sse2() local
935 btf_16_sse2(cospi_m40_p24, cospi_p24_p40, x[21], x[26], x[21], x[26]); in idct64_stage5_high48_sse2()
936 btf_16_sse2(cospi_m24_m40, cospi_m40_p24, x[22], x[25], x[22], x[25]); in idct64_stage5_high48_sse2()
961 const __m128i cospi_m40_p24 = pair_set_epi16(-cospi[40], cospi[24]); in idct64_stage6_high32_sse2() local
968 btf_16_sse2(cospi_m40_p24, cospi_p24_p40, x[42], x[53], x[42], x[53]); in idct64_stage6_high32_sse2()
969 btf_16_sse2(cospi_m40_p24, cospi_p24_p40, x[43], x[52], x[43], x[52]); in idct64_stage6_high32_sse2()
970 btf_16_sse2(cospi_m24_m40, cospi_m40_p24, x[44], x[51], x[44], x[51]); in idct64_stage6_high32_sse2()
[all …]
/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm2d_avx2.c37 __m256i cospi_m40_p24 = pair_set_w16_epi16(-cospi[40], cospi[24]); in fdct16x16_new_avx2() local
85 btf_16_w16_avx2(cospi_p24_p40, cospi_m40_p24, &x1[5], &x1[6], _r, cos_bit); in fdct16x16_new_avx2()
130 __m256i cospi_m40_p24 = pair_set_w16_epi16(-cospi[40], cospi[24]); in fdct16x32_new_avx2() local
238 btf_16_w16_avx2(cospi_p24_p40, cospi_m40_p24, &x1[5], &x1[6], _r, cos_bit); in fdct16x32_new_avx2()
245 btf_16_w16_avx2(cospi_m40_p24, cospi_p24_p40, &x1[21], &x1[26], _r, cos_bit); in fdct16x32_new_avx2()
246 btf_16_w16_avx2(cospi_m24_m40, cospi_m40_p24, &x1[22], &x1[25], _r, cos_bit); in fdct16x32_new_avx2()
321 __m256i cospi_m40_p24 = pair_set_w16_epi16(-cospi[40], cospi[24]); in fdct16x64_new_avx2() local
548 btf_16_w16_avx2(cospi_m40_p24, cospi_p24_p40, &x1[42], &x1[53], _r, cos_bit); in fdct16x64_new_avx2()
549 btf_16_w16_avx2(cospi_m40_p24, cospi_p24_p40, &x1[43], &x1[52], _r, cos_bit); in fdct16x64_new_avx2()
550 btf_16_w16_avx2(cospi_m24_m40, cospi_m40_p24, &x1[44], &x1[51], _r, cos_bit); in fdct16x64_new_avx2()
[all …]
Dav1_fwd_txfm_sse2.c96 __m128i cospi_m40_p24 = pair_set_epi16(-cospi[40], cospi[24]); in fdct4x8_new_sse2() local
139 btf_16_w4_sse2(&cospi_p24_p40, &cospi_m40_p24, __rounding, cos_bit, &x3[5], in fdct4x8_new_sse2()
166 __m128i cospi_m40_p24 = pair_set_epi16(-cospi[40], cospi[24]); in fdct8x8_new_sse2() local
205 btf_16_sse2(cospi_p24_p40, cospi_m40_p24, x3[5], x3[6], x4[5], x4[6]); in fdct8x8_new_sse2()
232 __m128i cospi_m40_p24 = pair_set_epi16(-cospi[40], cospi[24]); in fdct8x16_new_sse2() local
318 btf_16_sse2(cospi_p24_p40, cospi_m40_p24, x4[5], x4[6], x5[5], x5[6]); in fdct8x16_new_sse2()
375 __m128i cospi_m40_p24 = pair_set_epi16(-cospi[40], cospi[24]); in fdct8x32_new_sse2() local
570 btf_16_sse2(cospi_p24_p40, cospi_m40_p24, x5[5], x5[6], x6[5], x6[6]); in fdct8x32_new_sse2()
584 btf_16_sse2(cospi_m40_p24, cospi_p24_p40, x5[21], x5[26], x6[21], x6[26]); in fdct8x32_new_sse2()
585 btf_16_sse2(cospi_m24_m40, cospi_m40_p24, x5[22], x5[25], x6[22], x6[25]); in fdct8x32_new_sse2()
[all …]