Searched refs:round_shift_16bit_w16_avx2 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm2d_avx2.c | 1600 round_shift_16bit_w16_avx2(buf0, height, shift[0]); in lowbd_fwd_txfm2d_16x16_avx2() 1602 round_shift_16bit_w16_avx2(buf0, height, shift[1]); in lowbd_fwd_txfm2d_16x16_avx2() 1613 round_shift_16bit_w16_avx2(buf, width, shift[2]); in lowbd_fwd_txfm2d_16x16_avx2() 1643 round_shift_16bit_w16_avx2(buf0, height, shift[0]); in lowbd_fwd_txfm2d_32x32_avx2() 1645 round_shift_16bit_w16_avx2(buf0, height, shift[1]); in lowbd_fwd_txfm2d_32x32_avx2() 1659 round_shift_16bit_w16_avx2(buf, width, shift[2]); in lowbd_fwd_txfm2d_32x32_avx2() 1689 round_shift_16bit_w16_avx2(buf0, height, shift[0]); in lowbd_fwd_txfm2d_64x64_avx2() 1691 round_shift_16bit_w16_avx2(buf0, height, shift[1]); in lowbd_fwd_txfm2d_64x64_avx2() 1742 round_shift_16bit_w16_avx2(buf0, height, shift[0]); in lowbd_fwd_txfm2d_16x32_avx2() 1744 round_shift_16bit_w16_avx2(buf0, height, shift[1]); in lowbd_fwd_txfm2d_16x32_avx2() [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | txfm_common_avx2.h | 207 static INLINE void round_shift_16bit_w16_avx2(__m256i *in, int size, int bit) { in round_shift_16bit_w16_avx2() function
|
/external/libaom/libaom/av1/common/x86/ |
D | av1_inv_txfm_avx2.c | 1655 round_shift_16bit_w16_avx2(buf0, txfm_size_col, shift[0]); in lowbd_inv_txfm2d_add_no_identity_avx2() 1674 round_shift_16bit_w16_avx2(buf1_cur, txfm_size_row, shift[1]); in lowbd_inv_txfm2d_add_no_identity_avx2() 1845 round_shift_16bit_w16_avx2(buf0, txfm_size_col, shift[0]); in lowbd_inv_txfm2d_add_v_identity_avx2()
|