Lines Matching refs:u4_nC
616 UWORD32 u4_nC; in ih264e_write_coeff8x8_cavlc() local
624 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()
645 …coeff4x4_cavlc(pi2_res_block[1], pu1_nnz[1], u4_block_type, pu1_zero_run, u4_nC, ps_bitstream, pu2… in ih264e_write_coeff8x8_cavlc()
650 u4_nC = 0; in ih264e_write_coeff8x8_cavlc()
652 u4_nC += pu1_left_nnz[1]; in ih264e_write_coeff8x8_cavlc()
654 u4_nC += pu1_top_nnz[0]; in ih264e_write_coeff8x8_cavlc()
656 u4_nC = (u4_nC + 1) >> 1; in ih264e_write_coeff8x8_cavlc()
658 …coeff4x4_cavlc(pi2_res_block[2], pu1_nnz[2], u4_block_type, pu1_zero_run, u4_nC, ps_bitstream, pu2… in ih264e_write_coeff8x8_cavlc()
663 u4_nC = 0; in ih264e_write_coeff8x8_cavlc()
665 u4_nC += pu1_left_nnz[1]; in ih264e_write_coeff8x8_cavlc()
667 u4_nC += pu1_top_nnz[1]; in ih264e_write_coeff8x8_cavlc()
669 u4_nC = (u4_nC + 1) >> 1; in ih264e_write_coeff8x8_cavlc()
671 …coeff4x4_cavlc(pi2_res_block[3], pu1_nnz[3], u4_block_type, pu1_zero_run, u4_nC, ps_bitstream, pu2… in ih264e_write_coeff8x8_cavlc()
715 UWORD32 u4_nC, u4_ngbr_avlb; in ih264e_encode_residue() local
755 u4_nC = 0; in ih264e_encode_residue()
757 u4_nC += pu1_left_nnz[0]; in ih264e_encode_residue()
759 u4_nC += pu1_top_nnz[0]; in ih264e_encode_residue()
761 u4_nC = (u4_nC + 1) >> 1; in ih264e_encode_residue()
765 …f4x4_cavlc(pi2_res_block[0], au1_nnz[0], CAVLC_LUMA_4x4_DC, pu1_zero_run, u4_nC, ps_bitstream, au2… in ih264e_encode_residue()