• Home
  • Raw
  • Download

Lines Matching refs:pu1_zero_run

126                                                         UWORD8 *pu1_zero_run,  in ih264e_compute_zeroruns_and_trailingones()  argument
139 pu4_zero_run = (void *)pu1_zero_run; in ih264e_compute_zeroruns_and_trailingones()
157 pu1_zero_run[u4_nnz_coeff++] = i4_run; in ih264e_compute_zeroruns_and_trailingones()
175 pu1_zero_run[u4_nnz_coeff] = i4_run; in ih264e_compute_zeroruns_and_trailingones()
182 pu1_zero_run[u4_nnz_coeff] = i4_run; in ih264e_compute_zeroruns_and_trailingones()
188 pu1_zero_run[u4_nnz_coeff] = i4_run; in ih264e_compute_zeroruns_and_trailingones()
243 UWORD8 *pu1_zero_run, in ih264e_write_coeff4x4_cavlc() argument
318 pu1_zero_run, in ih264e_write_coeff4x4_cavlc()
533 UWORD32 u4_run_before = pu1_zero_run[u4_max_num_coef]; in ih264e_write_coeff4x4_cavlc()
615 UWORD8 *pu1_zero_run = ps_ent_ctxt->au1_zero_run, *pu1_ngbr_avbl; in ih264e_write_coeff8x8_cavlc() local
632 …64e_write_coeff4x4_cavlc(pi2_res_block[0], pu1_nnz[0], u4_block_type, pu1_zero_run, u4_nC, ps_bits… in ih264e_write_coeff8x8_cavlc()
645 …64e_write_coeff4x4_cavlc(pi2_res_block[1], pu1_nnz[1], u4_block_type, pu1_zero_run, u4_nC, ps_bits… in ih264e_write_coeff8x8_cavlc()
658 …64e_write_coeff4x4_cavlc(pi2_res_block[2], pu1_nnz[2], u4_block_type, pu1_zero_run, u4_nC, ps_bits… in ih264e_write_coeff8x8_cavlc()
671 …64e_write_coeff4x4_cavlc(pi2_res_block[3], pu1_nnz[3], u4_block_type, pu1_zero_run, u4_nC, ps_bits… in ih264e_write_coeff8x8_cavlc()
712 UWORD8 *pu1_zero_run = ps_ent_ctxt->au1_zero_run; in ih264e_encode_residue() local
765 …write_coeff4x4_cavlc(pi2_res_block[0], au1_nnz[0], CAVLC_LUMA_4x4_DC, pu1_zero_run, u4_nC, ps_bits… in ih264e_encode_residue()
870 …ite_coeff4x4_cavlc(pi2_res_block[0], au1_nnz[0], CAVLC_CHROMA_4x4_DC, pu1_zero_run, 0, ps_bitstrea… in ih264e_encode_residue()
872 …ite_coeff4x4_cavlc(pi2_res_block[1], au1_nnz[1], CAVLC_CHROMA_4x4_DC, pu1_zero_run, 0, ps_bitstrea… in ih264e_encode_residue()