Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.h119 static INLINE void get_eobx_eoby_scan_default(int *eobx, int *eoby, in get_eobx_eoby_scan_default() argument
122 *eobx = 0; in get_eobx_eoby_scan_default()
130 *eobx = eobxy & 0xFF; in get_eobx_eoby_scan_default()
134 static INLINE void get_eobx_eoby_scan_v_identity(int *eobx, int *eoby, in get_eobx_eoby_scan_v_identity() argument
139 *eobx = eob / (eoby_max + 1); in get_eobx_eoby_scan_v_identity()
143 static INLINE void get_eobx_eoby_scan_h_identity(int *eobx, int *eoby, in get_eobx_eoby_scan_h_identity() argument
148 *eobx = (eob >= eobx_max) ? eobx_max : eob_fill[eob]; in get_eobx_eoby_scan_h_identity()
Dav1_inv_txfm_neon.c3687 int eobx, eoby; in lowbd_inv_txfm2d_add_idtx_neon() local
3688 get_eobx_eoby_scan_default(&eobx, &eoby, tx_size, eob); in lowbd_inv_txfm2d_add_idtx_neon()
3703 const int buf_size_nonzero_w_div8 = (eobx + 8) >> 3; in lowbd_inv_txfm2d_add_idtx_neon()
3704 const int fun_idx_x = lowbd_txfm_all_1d_zeros_idx[eobx]; in lowbd_inv_txfm2d_add_idtx_neon()
3758 int eobx, eoby, ud_flip, lr_flip; in lowbd_inv_txfm2d_add_v_identity_neon() local
3759 get_eobx_eoby_scan_v_identity(&eobx, &eoby, tx_size, eob); in lowbd_inv_txfm2d_add_v_identity_neon()
3772 const int buf_size_nonzero_w_div8 = (eobx + 8) >> 3; in lowbd_inv_txfm2d_add_v_identity_neon()
3773 const int fun_idx_x = lowbd_txfm_all_1d_zeros_idx[eobx]; in lowbd_inv_txfm2d_add_v_identity_neon()
3839 int eobx, eoby, ud_flip, lr_flip; in lowbd_inv_txfm2d_add_h_identity_neon() local
3840 get_eobx_eoby_scan_h_identity(&eobx, &eoby, tx_size, eob); in lowbd_inv_txfm2d_add_h_identity_neon()
[all …]
/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_ssse3.h182 static INLINE void get_eobx_eoby_scan_default(int *eobx, int *eoby, in get_eobx_eoby_scan_default() argument
185 *eobx = 0; in get_eobx_eoby_scan_default()
193 *eobx = eobxy & 0xFF; in get_eobx_eoby_scan_default()
202 static INLINE void get_eobx_eoby_scan_h_identity(int *eobx, int *eoby, in get_eobx_eoby_scan_h_identity() argument
207 *eobx = (eob >= eobx_max) ? eobx_max : eob_fill[eob]; in get_eobx_eoby_scan_h_identity()
213 static INLINE void get_eobx_eoby_scan_v_identity(int *eobx, int *eoby, in get_eobx_eoby_scan_v_identity() argument
218 *eobx = eob / (eoby_max + 1); in get_eobx_eoby_scan_v_identity()
Dav1_inv_txfm_avx2.c1615 int eobx, eoby; in lowbd_inv_txfm2d_add_no_identity_avx2() local
1616 get_eobx_eoby_scan_default(&eobx, &eoby, tx_size, eob); in lowbd_inv_txfm2d_add_no_identity_avx2()
1625 const int buf_size_nonzero_w_div16 = (eobx + 16) >> 4; in lowbd_inv_txfm2d_add_no_identity_avx2()
1630 const int fun_idx_x = lowbd_txfm_all_1d_zeros_idx[eobx]; in lowbd_inv_txfm2d_add_no_identity_avx2()
1771 int eobx, eoby; in lowbd_inv_txfm2d_add_h_identity_avx2() local
1772 get_eobx_eoby_scan_h_identity(&eobx, &eoby, tx_size, eob); in lowbd_inv_txfm2d_add_h_identity_avx2()
1781 const int buf_size_w_div16 = (eobx + 16) >> 4; in lowbd_inv_txfm2d_add_h_identity_avx2()
1811 int eobx, eoby; in lowbd_inv_txfm2d_add_v_identity_avx2() local
1812 get_eobx_eoby_scan_v_identity(&eobx, &eoby, tx_size, eob); in lowbd_inv_txfm2d_add_v_identity_avx2()
1824 const int fun_idx_x = lowbd_txfm_all_1d_zeros_idx[eobx]; in lowbd_inv_txfm2d_add_v_identity_avx2()
Dav1_inv_txfm_ssse3.c2512 int eobx, eoby; in lowbd_inv_txfm2d_add_no_identity_ssse3() local
2513 get_eobx_eoby_scan_default(&eobx, &eoby, tx_size, eob); in lowbd_inv_txfm2d_add_no_identity_ssse3()
2522 const int buf_size_nonzero_w_div8 = (eobx + 8) >> 3; in lowbd_inv_txfm2d_add_no_identity_ssse3()
2527 const int fun_idx_x = lowbd_txfm_all_1d_zeros_idx[eobx]; in lowbd_inv_txfm2d_add_no_identity_ssse3()
2585 int eobx, eoby; in lowbd_inv_txfm2d_add_h_identity_ssse3() local
2586 get_eobx_eoby_scan_h_identity(&eobx, &eoby, tx_size, eob); in lowbd_inv_txfm2d_add_h_identity_ssse3()
2592 const int buf_size_w_div8 = (eobx + 8) >> 3; in lowbd_inv_txfm2d_add_h_identity_ssse3()
2628 int eobx, eoby; in lowbd_inv_txfm2d_add_v_identity_ssse3() local
2629 get_eobx_eoby_scan_v_identity(&eobx, &eoby, tx_size, eob); in lowbd_inv_txfm2d_add_v_identity_ssse3()
2641 const int fun_idx = lowbd_txfm_all_1d_zeros_idx[eobx]; in lowbd_inv_txfm2d_add_v_identity_ssse3()
Dhighbd_inv_txfm_sse4.c5334 int eobx, eoby; in highbd_inv_txfm2d_add_h_identity_ssse41() local
5335 get_eobx_eoby_scan_v_identity(&eobx, &eoby, tx_size, eob); in highbd_inv_txfm2d_add_h_identity_ssse41()
5396 int eobx, eoby; in highbd_inv_txfm2d_add_v_identity_ssse41() local
5397 get_eobx_eoby_scan_h_identity(&eobx, &eoby, tx_size, eob); in highbd_inv_txfm2d_add_v_identity_ssse41()
5406 const int buf_size_nonzero_w_div8 = (eobx + 8) >> 3; in highbd_inv_txfm2d_add_v_identity_ssse41()
5408 const int fun_idx = lowbd_txfm_all_1d_zeros_idx[eobx]; in highbd_inv_txfm2d_add_v_identity_ssse41()
5533 int eobx, eoby; in highbd_inv_txfm2d_add_no_identity_sse41() local
5534 get_eobx_eoby_scan_default(&eobx, &eoby, tx_size, eob); in highbd_inv_txfm2d_add_no_identity_sse41()
5541 const int buf_size_nonzero_w_div8 = (eobx + 8) >> 3; in highbd_inv_txfm2d_add_no_identity_sse41()
5546 const int fun_idx_x = lowbd_txfm_all_1d_zeros_idx[eobx]; in highbd_inv_txfm2d_add_no_identity_sse41()
Dhighbd_inv_txfm_avx2.c4220 int eobx, eoby; in highbd_inv_txfm2d_add_no_identity_avx2() local
4221 get_eobx_eoby_scan_default(&eobx, &eoby, tx_size, eob); in highbd_inv_txfm2d_add_no_identity_avx2()
4228 const int buf_size_nonzero_w_div8 = (eobx + 8) >> 3; in highbd_inv_txfm2d_add_no_identity_avx2()
4232 const int fun_idx_x = lowbd_txfm_all_1d_zeros_idx[eobx]; in highbd_inv_txfm2d_add_no_identity_avx2()