Searched refs:stg4_0 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_ssse3.c | 444 const __m128i stg4_0 = pair_set_epi16(cospi_16_64, cospi_16_64); in idct32_34_first_half() local 483 butterfly_self(&v10, &v13, &stg6_0, &stg4_0); in idct32_34_first_half() 484 butterfly_self(&v11, &v12, &stg6_0, &stg4_0); in idct32_34_first_half() 490 butterfly(&x7, &x4, &stg4_1, &stg4_0, &x5, &x6); in idct32_34_first_half() 538 const __m128i stg4_0 = pair_set_epi16(cospi_16_64, cospi_16_64); in idct32_34_second_half() local 612 butterfly_self(&stp1[20], &stp1[27], &stg6_0, &stg4_0); in idct32_34_second_half() 613 butterfly_self(&stp1[21], &stp1[26], &stg6_0, &stg4_0); in idct32_34_second_half() 614 butterfly_self(&stp1[22], &stp1[25], &stg6_0, &stg4_0); in idct32_34_second_half() 615 butterfly_self(&stp1[23], &stp1[24], &stg6_0, &stg4_0); in idct32_34_second_half() 725 const __m128i stg4_0 = pair_set_epi16(cospi_16_64, cospi_16_64); in idct32_8x32_135_quarter_1() local [all …]
|
D | inv_txfm_sse2.c | 786 MULTIPLICATION_AND_ADD(lo_0_8, hi_0_8, lo_4_12, hi_4_12, stg4_0, stg4_1, \ 811 tmp2 = _mm_madd_epi16(lo_6_5, stg4_0); \ 812 tmp3 = _mm_madd_epi16(hi_6_5, stg4_0); \ 855 stg4_0, stg6_0, stg4_0, stp2_10, stp2_13, stp2_11, \ 896 MULTIPLICATION_AND_ADD_2(lo_0_8, hi_0_8, stg4_0, stg4_1, stp1_0, stp1_1) \ 915 tmp2 = _mm_madd_epi16(lo_6_5, stg4_0); \ 916 tmp3 = _mm_madd_epi16(hi_6_5, stg4_0); \ 959 stg4_0, stg6_0, stg4_0, stp2_10, stp2_13, stp2_11, \ 983 const __m128i stg4_0 = pair_set_epi16(cospi_16_64, cospi_16_64); in vpx_idct16x16_256_add_sse2() local 1947 const __m128i stg4_0 = pair_set_epi16(cospi_16_64, cospi_16_64); in vpx_idct16x16_10_add_sse2() local [all …]
|