Searched refs:stg6_0 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_ssse3.c | 451 const __m128i stg6_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() 543 const __m128i stg6_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() 792 const __m128i stg6_0 = pair_set_epi16(-cospi_16_64, cospi_16_64); in idct32_8x32_135_quarter_2() local 793 butterfly_self(&out[2], &out[5], &stg6_0, &stg4_0); in idct32_8x32_135_quarter_2() [all …]
|
D | inv_txfm_sse2.c | 854 MULTIPLICATION_AND_ADD(lo_10_13, hi_10_13, lo_11_12, hi_11_12, stg6_0, \ 855 stg4_0, stg6_0, stg4_0, stp2_10, stp2_13, stp2_11, \ 958 MULTIPLICATION_AND_ADD(lo_10_13, hi_10_13, lo_11_12, hi_11_12, stg6_0, \ 959 stg4_0, stg6_0, stg4_0, stp2_10, stp2_13, stp2_11, \ 992 const __m128i stg6_0 = pair_set_epi16(-cospi_16_64, cospi_16_64); in vpx_idct16x16_256_add_sse2() local 1954 const __m128i stg6_0 = pair_set_epi16(-cospi_16_64, cospi_16_64); in vpx_idct16x16_10_add_sse2() local 2075 tmp0 = _mm_madd_epi16(lo_10_13, stg6_0); in vpx_idct16x16_10_add_sse2() 2077 tmp4 = _mm_madd_epi16(lo_11_12, stg6_0); in vpx_idct16x16_10_add_sse2() 2402 MULTIPLICATION_AND_ADD(lo_10_13, hi_10_13, lo_11_12, hi_11_12, stg6_0, \ 2403 stg4_0, stg6_0, stg4_0, stp2_10, stp2_13, stp2_11, \ [all …]
|