Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.h138 const int eoby_max = AOMMIN(32, txfm_size_row) - 1; in get_eobx_eoby_scan_v_identity() local
139 *eobx = eob / (eoby_max + 1); in get_eobx_eoby_scan_v_identity()
140 *eoby = (eob >= eoby_max) ? eoby_max : eob_fill[eob]; in get_eobx_eoby_scan_v_identity()
/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_ssse3.h217 const int eoby_max = AOMMIN(32, txfm_size_row) - 1; in get_eobx_eoby_scan_v_identity() local
218 *eobx = eob / (eoby_max + 1); in get_eobx_eoby_scan_v_identity()
219 *eoby = (eob >= eoby_max) ? eoby_max : eob_fill[eob]; in get_eobx_eoby_scan_v_identity()