Searched refs:u4_nC (Results 1 – 1 of 1) sorted by relevance
616 UWORD32 u4_nC; in ih264e_write_coeff8x8_cavlc() local624 u4_nC = 0; in ih264e_write_coeff8x8_cavlc()626 u4_nC += pu1_left_nnz[0]; in ih264e_write_coeff8x8_cavlc()628 u4_nC += pu1_top_nnz[0]; in ih264e_write_coeff8x8_cavlc()630 u4_nC = (u4_nC + 1) >> 1; in ih264e_write_coeff8x8_cavlc()632 …coeff4x4_cavlc(pi2_res_block[0], pu1_nnz[0], u4_block_type, pu1_zero_run, u4_nC, ps_bitstream, pu2… in ih264e_write_coeff8x8_cavlc()637 u4_nC = 0; in ih264e_write_coeff8x8_cavlc()639 u4_nC += pu1_left_nnz[0]; in ih264e_write_coeff8x8_cavlc()641 u4_nC += pu1_top_nnz[1]; in ih264e_write_coeff8x8_cavlc()643 u4_nC = (u4_nC + 1) >> 1; in ih264e_write_coeff8x8_cavlc()[all …]