Searched refs:get_eobx_eoby_scan_v_identity (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/common/arm/ |
D | av1_inv_txfm_neon.h | 134 static INLINE void get_eobx_eoby_scan_v_identity(int *eobx, int *eoby, in get_eobx_eoby_scan_v_identity() function
|
D | av1_inv_txfm_neon.c | 3759 get_eobx_eoby_scan_v_identity(&eobx, &eoby, tx_size, eob); in lowbd_inv_txfm2d_add_v_identity_neon()
|
/external/libaom/libaom/av1/common/x86/ |
D | av1_inv_txfm_ssse3.h | 213 static INLINE void get_eobx_eoby_scan_v_identity(int *eobx, int *eoby, in get_eobx_eoby_scan_v_identity() function
|
D | av1_inv_txfm_avx2.c | 1812 get_eobx_eoby_scan_v_identity(&eobx, &eoby, tx_size, eob); in lowbd_inv_txfm2d_add_v_identity_avx2()
|
D | av1_inv_txfm_ssse3.c | 2629 get_eobx_eoby_scan_v_identity(&eobx, &eoby, tx_size, eob); in lowbd_inv_txfm2d_add_v_identity_ssse3()
|
D | highbd_inv_txfm_sse4.c | 5335 get_eobx_eoby_scan_v_identity(&eobx, &eoby, tx_size, eob); in highbd_inv_txfm2d_add_h_identity_ssse41()
|