Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.h147 const int eobx_max = AOMMIN(32, txfm_size_col) - 1; in get_eobx_eoby_scan_h_identity() local
148 *eobx = (eob >= eobx_max) ? eobx_max : eob_fill[eob]; in get_eobx_eoby_scan_h_identity()
149 const int temp_eoby = eob / (eobx_max + 1); in get_eobx_eoby_scan_h_identity()
/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_ssse3.h206 const int eobx_max = AOMMIN(32, txfm_size_col) - 1; in get_eobx_eoby_scan_h_identity() local
207 *eobx = (eob >= eobx_max) ? eobx_max : eob_fill[eob]; in get_eobx_eoby_scan_h_identity()
208 const int temp_eoby = eob / (eobx_max + 1); in get_eobx_eoby_scan_h_identity()