Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_cavlc.c526 UWORD32 u4_max_num_coef = u4_total_coeff-1; in ih264e_write_coeff4x4_cavlc() local
531 while (u4_max_num_coef) in ih264e_write_coeff4x4_cavlc()
533 UWORD32 u4_run_before = pu1_zero_run[u4_max_num_coef]; in ih264e_write_coeff4x4_cavlc()
558 u4_max_num_coef--; in ih264e_write_coeff4x4_cavlc()