Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_cavlc.c254 UWORD32 u4_max_num_coeff = 0; in ih264e_write_coeff4x4_cavlc() local
260 u4_max_num_coeff = au4_max_num_nnz_coeff[u4_block_type]; in ih264e_write_coeff4x4_cavlc()
262 ASSERT(u4_total_coeff <= u4_max_num_coeff); in ih264e_write_coeff4x4_cavlc()
497 if (u4_total_coeff < u4_max_num_coeff) in ih264e_write_coeff4x4_cavlc()