Searched refs:round_shift_ssse3 (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | av1_inv_txfm_ssse3.c | 2500 static INLINE void round_shift_ssse3(const __m128i *input, __m128i *output, in round_shift_ssse3() function 2547 round_shift_ssse3(buf0, buf0, input_stride); // rect special code in lowbd_inv_txfm2d_add_no_identity_ssse3() 2657 round_shift_ssse3(buf0, buf0, input_stride); // rect special code in lowbd_inv_txfm2d_add_v_identity_ssse3() 2737 round_shift_ssse3(buf, buf, txfm_size_col); // rect special code in lowbd_inv_txfm2d_add_4x8_ssse3() 2777 round_shift_ssse3(buf, buf, txfm_size_col); // rect special code in lowbd_inv_txfm2d_add_8x4_ssse3()
|