Searched refs:butterfly_self (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_ssse3.c | 423 static INLINE void butterfly_self(__m128i *x0, __m128i *x1, const __m128i *c0, in butterfly_self() function 483 butterfly_self(&v10, &v13, &stg6_0, &stg4_0); in idct32_34_first_half() 484 butterfly_self(&v11, &v12, &stg6_0, &stg4_0); in idct32_34_first_half() 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() 612 butterfly_self(&stp1[20], &stp1[27], &stg6_0, &stg4_0); in idct32_34_second_half() 613 butterfly_self(&stp1[21], &stp1[26], &stg6_0, &stg4_0); in idct32_34_second_half() 614 butterfly_self(&stp1[22], &stp1[25], &stg6_0, &stg4_0); in idct32_34_second_half() [all …]
|