Searched refs:stg4_2 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_ssse3.c | 1119 const __m128i stg4_2 = pair_set_epi16(cospi_24_64, -cospi_8_64); in idct32_full_8x32_quarter_1() local 1124 butterfly(&in[8], &in[24], &stg4_2, &stg4_3, &u2, &u3); in idct32_full_8x32_quarter_1()
|
D | inv_txfm_sse2.c | 787 stg4_2, stg4_3, stp2_0, stp2_1, stp2_2, stp2_3) \ 985 const __m128i stg4_2 = pair_set_epi16(cospi_24_64, -cospi_8_64); in vpx_idct16x16_256_add_sse2() local 2608 stg4_2, stg4_3, stp2_0, stp2_1, stp2_2, stp2_3) \ 2996 const __m128i stg4_2 = pair_set_epi16(cospi_24_64, -cospi_8_64); in vpx_idct32x32_1024_add_sse2() local
|