Searched refs:stg4_5 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_ssse3.c | 448 const __m128i stg4_5 = pair_set_epi16(cospi_24_64, cospi_8_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() 540 const __m128i stg4_5 = pair_set_epi16(cospi_24_64, cospi_8_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() 775 const __m128i stg4_5 = pair_set_epi16(cospi_24_64, cospi_8_64); in idct32_8x32_135_quarter_2() local 777 butterfly_self(&v9, &v14, &stg4_4, &stg4_5); in idct32_8x32_135_quarter_2() 911 const __m128i stg4_5 = pair_set_epi16(cospi_24_64, cospi_8_64); in idct32_8x32_quarter_3_4() local 913 butterfly_self(&u18, &u29, &stg4_4, &stg4_5); in idct32_8x32_quarter_3_4() 914 butterfly_self(&u19, &u28, &stg4_4, &stg4_5); 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, \ 988 const __m128i stg4_5 = pair_set_epi16(cospi_24_64, cospi_8_64); in vpx_idct16x16_256_add_sse2() local 1950 const __m128i stg4_5 = pair_set_epi16(cospi_24_64, cospi_8_64); in vpx_idct16x16_10_add_sse2() local 2023 tmp3 = _mm_madd_epi16(lo_9_14, stg4_5); in vpx_idct16x16_10_add_sse2() 2286 stg4_5, stg4_6, stg4_4, stp2_9, stp2_14, stp2_10, \ 2367 stg4_5, stg4_4, stg4_5, stp1_18, stp1_29, stp1_19, \ 2616 stg4_5, stg4_6, stg4_4, stp2_9, stp2_14, stp2_10, \ 2697 stg4_5, stg4_4, stg4_5, stp1_18, stp1_29, stp1_19, \ 2836 const __m128i stg4_5 = pair_set_epi16(cospi_24_64, cospi_8_64); in vpx_idct32x32_34_add_sse2() local [all …]
|