Searched defs:u4_max_num_coef (Results 1 - 1 of 1) sorted by relevance

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

Completed in 22 milliseconds