Home | History | Annotate | Download | only in encoder

Lines Matching full:counts

221     vp9_cond_prob_diff_update(w, &cm->fc.mbskip_probs[k], cm->counts.mbskip[k]);
234 cm->counts.switchable_interp[j]);
253 cm->counts.inter_mode[i]);
450 ++cm->counts.inter_mode[mi->mode_context[rf]]
473 ++cm->counts.inter_mode[mi->mode_context[rf]]
671 cpi->common.counts.eob_branch[tx_size];
890 // Build the cofficient contexts based on counts collected in encode loop
1056 tx_counts_to_branch_counts_8x8(cm->counts.tx.p8x8[i], ct_8x8p);
1062 tx_counts_to_branch_counts_16x16(cm->counts.tx.p16x16[i], ct_16x16p);
1069 tx_counts_to_branch_counts_32x32(cm->counts.tx.p32x32[i], ct_32x32p);
1100 count[i] += cm->counts.switchable_interp[j][i];
1386 vp9_zero(cm->counts.inter_mode);