Searched refs:u4_zeroes_left (Results 1 – 1 of 1) sorted by relevance
614 WORD32 u4_zeroes_left = u4_total_zeroes; in ih264d_cavlc_4x4res_block_totalcoeff_2to10() local620 while((u4_zeroes_left > 6) && k) in ih264d_cavlc_4x4res_block_totalcoeff_2to10()641 u4_zeroes_left -= u4_run; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()649 while((u4_zeroes_left > 0) && k) in ih264d_cavlc_4x4res_block_totalcoeff_2to10()654 u4_code = pu1_table_runbefore[u4_code + (u4_zeroes_left << 3)]; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()661 u4_zeroes_left -= u4_run; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()671 if(u4_zeroes_left < 0) in ih264d_cavlc_4x4res_block_totalcoeff_2to10()925 WORD32 u4_zeroes_left = u4_total_zeroes; in ih264d_cavlc_4x4res_block_totalcoeff_11to16() local932 while((u4_zeroes_left > 0) && k) in ih264d_cavlc_4x4res_block_totalcoeff_11to16()937 u4_code = pu1_table_runbefore[u4_code + (u4_zeroes_left << 3)]; in ih264d_cavlc_4x4res_block_totalcoeff_11to16()[all …]