Home
last modified time | relevance | path

Searched refs:gau1_ihevc_scan4x4 (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/common/
Dihevc_common_tables.c362 const UWORD8 gau1_ihevc_scan4x4[][16] = variable
415 gau1_ihevc_scan4x4[0],
419 gau1_ihevc_scan4x4[1],
423 gau1_ihevc_scan4x4[2],
Dihevc_common_tables.h49 extern MEM_ALIGN16 const UWORD8 gau1_ihevc_scan4x4[][16];
/external/libhevc/decoder/
Dihevcd_parse_residual.c380 pu1_scan_coeff = &gau1_ihevc_scan4x4[scan_idx][0]; in ihevcd_parse_residual_coding()