Home
last modified time | relevance | path

Searched refs:round_shift_4x4 (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dhighbd_inv_txfm_sse4.c519 static INLINE void round_shift_4x4(__m128i *in, int shift) { in round_shift_4x4() function
539 round_shift_4x4(in, shift); in write_buffer_4x4()
1277 round_shift_4x4(&in[0], shift); in round_shift_8x8()
1278 round_shift_4x4(&in[4], shift); in round_shift_8x8()
1279 round_shift_4x4(&in[8], shift); in round_shift_8x8()
1280 round_shift_4x4(&in[12], shift); in round_shift_8x8()