Searched refs:stg3_3 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_ssse3.c | 1106 const __m128i stg3_3 = pair_set_epi16(cospi_20_64, cospi_12_64); in idct32_full_8x32_quarter_1() local 1108 butterfly(&in[20], &in[12], &stg3_2, &stg3_3, &u5, &u6); in idct32_full_8x32_quarter_1()
|
D | inv_txfm_sse2.c | 761 stg3_2, stg3_3, stp1_4, stp1_7, stp1_5, stp1_6) \ 981 const __m128i stg3_3 = pair_set_epi16(cospi_20_64, cospi_12_64); in vpx_idct16x16_256_add_sse2() local 2566 stg3_1, stg3_2, stg3_3, stp1_4, stp1_7, stp1_5, \ 2986 const __m128i stg3_3 = pair_set_epi16(cospi_20_64, cospi_12_64); in vpx_idct32x32_1024_add_sse2() local
|