Searched refs:u4_total_coeff (Results 1 – 2 of 2) sorted by relevance
125 UWORD32 u4_total_coeff, in ih264e_compute_zeroruns_and_trailingones() argument146 if (u4_total_coeff > 3) in ih264e_compute_zeroruns_and_trailingones()148 for (i = 0; u4_nnz_coeff < (u4_total_coeff-3); i++) in ih264e_compute_zeroruns_and_trailingones()164 while (u4_nnz_coeff != u4_total_coeff) in ih264e_compute_zeroruns_and_trailingones()199 u4_tot_zero = i - u4_total_coeff; in ih264e_compute_zeroruns_and_trailingones()241 UWORD32 u4_total_coeff, in ih264e_write_coeff4x4_cavlc() argument262 ASSERT(u4_total_coeff <= u4_max_num_coeff); in ih264e_write_coeff4x4_cavlc()264 if (!u4_total_coeff) in ih264e_write_coeff4x4_cavlc()272 DEBUG("\n[%d numcoeff, %d numtrailing ones]",u4_total_coeff, 0); in ih264e_write_coeff4x4_cavlc()273 ENTROPY_TRACE("\tnumber of non zero coeffs ",u4_total_coeff); in ih264e_write_coeff4x4_cavlc()[all …]
445 UWORD32 u4_total_coeff = u4_total_coeff_trail_one >> 16; in ih264d_cavlc_4x4res_block_totalcoeff_2to10() local460 i = u4_total_coeff - 1; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()600 u4_total_zeroes = ppu1_total_zero_lkup[u4_total_coeff - 2][u4_index]; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()613 UWORD32 u4_scan_pos = u4_total_coeff + u4_total_zeroes - 1 + u4_isdc; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()615 k = u4_total_coeff - 1; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()727 UWORD32 u4_total_coeff = u4_total_coeff_trail_one >> 16; in ih264d_cavlc_4x4res_block_totalcoeff_11to16() local742 i = u4_total_coeff - 1; in ih264d_cavlc_4x4res_block_totalcoeff_11to16()902 if(u4_total_coeff < (16 - u4_isdc)) in ih264d_cavlc_4x4res_block_totalcoeff_11to16()909 u4_total_zeroes = ppu1_total_zero_lkup[u4_total_coeff - 11][u4_index]; in ih264d_cavlc_4x4res_block_totalcoeff_11to16()924 UWORD32 u4_scan_pos = u4_total_coeff + u4_total_zeroes - 1 + u4_isdc; in ih264d_cavlc_4x4res_block_totalcoeff_11to16()[all …]