Searched refs:u4_tot_zeros (Results 1 – 1 of 1) sorted by relevance
251 UWORD32 u4_tot_zeros = 0; in ih264e_write_coeff4x4_cavlc() local322 u4_tot_zeros = (u4_totzero_sign_trailone >> 16) & 0xFF; in ih264e_write_coeff4x4_cavlc()493 DEBUG("\n \t %d totalzeros",u4_tot_zeros); in ih264e_write_coeff4x4_cavlc()494 ENTROPY_TRACE("\ttotal zeros ",u4_tot_zeros); in ih264e_write_coeff4x4_cavlc()506 index = gu1_index_zero_table_chroma[u4_total_coeff-1] + u4_tot_zeros; in ih264e_write_coeff4x4_cavlc()512 index = gu1_index_zero_table[u4_total_coeff-1] + u4_tot_zeros; in ih264e_write_coeff4x4_cavlc()524 if (u4_tot_zeros) in ih264e_write_coeff4x4_cavlc()529 UWORD32 u4_zeros_left = u4_tot_zeros; in ih264e_write_coeff4x4_cavlc()