Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dav1_txfm.h193 static INLINE int get_rect_tx_log_ratio(int col, int row) { in get_rect_tx_log_ratio() function
Dav1_inv_txfm2d.c268 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in inv_txfm2d_add_c()
/external/libaom/libaom/test/
Dav1_txfm_test.cc224 const int rect_type = get_rect_tx_log_ratio(tx_width, tx_height); in get_amplification_factor()
/external/libaom/libaom/av1/encoder/
Dav1_fwd_txfm2d.c70 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in fwd_txfm2d_c()
/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_avx2.c1628 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_no_identity_avx2()
1758 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_idtx_avx2()
1782 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_h_identity_avx2()
1822 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_v_identity_avx2()
Dav1_inv_txfm_ssse3.c2429 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_idtx_ssse3()
2525 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_no_identity_ssse3()
2594 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_h_identity_ssse3()
2639 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_v_identity_ssse3()
Dhighbd_inv_txfm_sse4.c5344 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in highbd_inv_txfm2d_add_h_identity_ssse41()
5407 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in highbd_inv_txfm2d_add_v_identity_ssse41()
5482 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in highbd_inv_txfm2d_add_idtx_ssse41()
5544 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in highbd_inv_txfm2d_add_no_identity_sse41()
Dhighbd_inv_txfm_avx2.c4231 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in highbd_inv_txfm2d_add_no_identity_avx2()
/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.c3701 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_idtx_neon()
3769 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_v_identity_neon()
3851 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_h_identity_neon()
4235 const int rect_type = get_rect_tx_log_ratio(txfm_size_col, txfm_size_row); in lowbd_inv_txfm2d_add_no_identity_neon()