Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.h114 static int eob_fill[32] = { variable
140 *eoby = (eob >= eoby_max) ? eoby_max : eob_fill[eob]; in get_eobx_eoby_scan_v_identity()
148 *eobx = (eob >= eobx_max) ? eobx_max : eob_fill[eob]; in get_eobx_eoby_scan_h_identity()
151 *eoby = eob_fill[temp_eoby]; in get_eobx_eoby_scan_h_identity()
/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_ssse3.h197 static int eob_fill[32] = { variable
207 *eobx = (eob >= eobx_max) ? eobx_max : eob_fill[eob]; in get_eobx_eoby_scan_h_identity()
210 *eoby = eob_fill[temp_eoby]; in get_eobx_eoby_scan_h_identity()
219 *eoby = (eob >= eoby_max) ? eoby_max : eob_fill[eob]; in get_eobx_eoby_scan_v_identity()