Searched refs:stg4_4 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_ssse3.c | 447 const __m128i stg4_4 = pair_set_epi16(-cospi_8_64, cospi_24_64); in idct32_34_first_half() local 472 butterfly(&u0, &u2, &stg4_4, &stg4_5, &u4, &u5); // stp2_9, stp2_14 in idct32_34_first_half() 473 butterfly(&u1, &u3, &stg4_6, &stg4_4, &u6, &u7); // stp2_10, stp2_13 in idct32_34_first_half() 539 const __m128i stg4_4 = pair_set_epi16(-cospi_8_64, cospi_24_64); in idct32_34_second_half() local 583 butterfly_self(&u18, &u29, &stg4_4, &stg4_5); in idct32_34_second_half() 584 butterfly_self(&u19, &u28, &stg4_4, &stg4_5); in idct32_34_second_half() 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() 774 const __m128i stg4_4 = pair_set_epi16(-cospi_8_64, cospi_24_64); in idct32_8x32_135_quarter_2() local 777 butterfly_self(&v9, &v14, &stg4_4, &stg4_5); in idct32_8x32_135_quarter_2() [all …]
|
D | inv_txfm_sse2.c | 794 MULTIPLICATION_AND_ADD(lo_9_14, hi_9_14, lo_10_13, hi_10_13, stg4_4, \ 900 MULTIPLICATION_AND_ADD(lo_9_14, hi_9_14, lo_10_13, hi_10_13, stg4_4, \ 987 const __m128i stg4_4 = pair_set_epi16(-cospi_8_64, cospi_24_64); in vpx_idct16x16_256_add_sse2() local 1949 const __m128i stg4_4 = pair_set_epi16(-cospi_8_64, cospi_24_64); in vpx_idct16x16_10_add_sse2() local 2022 tmp1 = _mm_madd_epi16(lo_9_14, stg4_4); in vpx_idct16x16_10_add_sse2() 2285 MULTIPLICATION_AND_ADD(lo_9_14, hi_9_14, lo_10_13, hi_10_13, stg4_4, \ 2286 stg4_5, stg4_6, stg4_4, stp2_9, stp2_14, stp2_10, \ 2366 MULTIPLICATION_AND_ADD(lo_18_29, hi_18_29, lo_19_28, hi_19_28, stg4_4, \ 2367 stg4_5, stg4_4, stg4_5, stp1_18, stp1_29, stp1_19, \ 2370 stg4_4, stg4_6, stg4_4, stp1_20, stp1_27, stp1_21, \ [all …]
|