Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_cavlc.c125 UWORD32 u4_total_coeff, in ih264e_compute_zeroruns_and_trailingones() argument
146 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() argument
262 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 …]
/external/libavc/decoder/
Dih264d_parse_cavlc.c445 UWORD32 u4_total_coeff = u4_total_coeff_trail_one >> 16; in ih264d_cavlc_4x4res_block_totalcoeff_2to10() local
460 i = u4_total_coeff - 1; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
603 u4_total_zeroes = ppu1_total_zero_lkup[u4_total_coeff - 2][u4_index]; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
616 WORD32 u4_scan_pos = u4_total_coeff + u4_total_zeroes - 1 + u4_isdc; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
618 k = u4_total_coeff - 1; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
733 UWORD32 u4_total_coeff = u4_total_coeff_trail_one >> 16; in ih264d_cavlc_4x4res_block_totalcoeff_11to16() local
748 i = u4_total_coeff - 1; in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
911 if(u4_total_coeff < (16 - u4_isdc)) in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
918 u4_total_zeroes = ppu1_total_zero_lkup[u4_total_coeff - 11][u4_index]; in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
933 WORD32 u4_scan_pos = u4_total_coeff + u4_total_zeroes - 1 + u4_isdc; in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
[all …]