Home | History | Annotate | Download | only in encoder

Lines Matching refs:nnz

100 *  total nnz.
145 /* Compute Runs of zeros for all nnz coefficients except the last 3 */
298 DEBUG("\n[%d numcoeff, %d numtrailing ones, %d nnz]",u4_total_coeff, 0, u4_nc);
359 DEBUG("\n[%d numcoeff, %d numtrailing ones, %d nnz]",u4_total_coeff, u4_trailing_ones, u4_nc);
593 * pointer to the buffer containing nnz of all the subblks to the top
596 * pointer to the buffer containing nnz of all the subblks to the left
754 /* estimate nnz for the current mb */
1222 UWORD32 *nnz;
1232 /* set nnz to zero */
1234 nnz = (UWORD32 *)ps_ent_ctxt->pu1_top_nnz_luma[ps_ent_ctxt->i4_mb_x];
1235 *nnz = 0;
1237 nnz = (UWORD32 *)ps_ent_ctxt->pu1_top_nnz_cbcr[ps_ent_ctxt->i4_mb_x];
1238 *nnz = 0;
1519 UWORD32 *nnz;
1529 /* set nnz to zero */
1531 nnz = (UWORD32 *)ps_ent_ctxt->pu1_top_nnz_luma[ps_ent_ctxt->i4_mb_x];
1532 *nnz = 0;
1534 nnz = (UWORD32 *)ps_ent_ctxt->pu1_top_nnz_cbcr[ps_ent_ctxt->i4_mb_x];
1535 *nnz = 0;