Searched refs:stg4_6 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_ssse3.c | 449 const __m128i stg4_6 = pair_set_epi16(-cospi_24_64, -cospi_8_64); in idct32_34_first_half() local 473 butterfly(&u1, &u3, &stg4_6, &stg4_4, &u6, &u7); // stp2_10, stp2_13 in idct32_34_first_half() 541 const __m128i stg4_6 = pair_set_epi16(-cospi_24_64, -cospi_8_64); in idct32_34_second_half() local 585 butterfly_self(&u20, &u27, &stg4_6, &stg4_4); in idct32_34_second_half() 586 butterfly_self(&u21, &u26, &stg4_6, &stg4_4); in idct32_34_second_half() 776 const __m128i stg4_6 = pair_set_epi16(-cospi_24_64, -cospi_8_64); in idct32_8x32_135_quarter_2() local 778 butterfly_self(&v10, &v13, &stg4_6, &stg4_4); in idct32_8x32_135_quarter_2() 912 const __m128i stg4_6 = pair_set_epi16(-cospi_24_64, -cospi_8_64); in idct32_8x32_quarter_3_4() local 915 butterfly_self(&u20, &u27, &stg4_6, &stg4_4); in idct32_8x32_quarter_3_4() 916 butterfly_self(&u21, &u26, &stg4_6, &stg4_4); in idct32_8x32_quarter_3_4() [all …]
|
D | inv_txfm_sse2.c | 795 stg4_5, stg4_6, stg4_7, stp2_9, stp2_14, stp2_10, \ 901 stg4_5, stg4_6, stg4_7, stp2_9, stp2_14, stp2_10, \ 989 const __m128i stg4_6 = pair_set_epi16(-cospi_24_64, -cospi_8_64); in vpx_idct16x16_256_add_sse2() local 1951 const __m128i stg4_6 = pair_set_epi16(-cospi_24_64, -cospi_8_64); in vpx_idct16x16_10_add_sse2() local 2024 tmp5 = _mm_madd_epi16(lo_10_13, stg4_6); in vpx_idct16x16_10_add_sse2() 2286 stg4_5, stg4_6, stg4_4, stp2_9, stp2_14, stp2_10, \ 2369 MULTIPLICATION_AND_ADD(lo_20_27, hi_20_27, lo_21_26, hi_21_26, stg4_6, \ 2370 stg4_4, stg4_6, stg4_4, stp1_20, stp1_27, stp1_21, \ 2616 stg4_5, stg4_6, stg4_4, stp2_9, stp2_14, stp2_10, \ 2699 MULTIPLICATION_AND_ADD(lo_20_27, hi_20_27, lo_21_26, hi_21_26, stg4_6, \ [all …]
|