Lines Matching refs:u4_zeroes_left
614 WORD32 u4_zeroes_left = u4_total_zeroes; in ih264d_cavlc_4x4res_block_totalcoeff_2to10() local
620 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() local
932 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()
943 u4_zeroes_left -= u4_run; in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
953 if(u4_zeroes_left < 0) in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
1158 UWORD32 u4_zeroes_left = u4_total_zeroes; in ih264d_rest_of_residual_cav_chroma_dc_block() local
1165 while(u4_zeroes_left && i) in ih264d_rest_of_residual_cav_chroma_dc_block()
1170 u4_code = pu1_table_runbefore[u4_code + (u4_zeroes_left << 3)]; in ih264d_rest_of_residual_cav_chroma_dc_block()
1176 u4_zeroes_left -= u4_run; in ih264d_rest_of_residual_cav_chroma_dc_block()