Home | History | Annotate | Download | only in encoder

Lines Matching refs:cpi

26 void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCKD *x, TOKENEXTRA **t) ;
104 VP8_COMP *cpi
133 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt];
137 ++cpi->coef_counts [type] [band] [pt] [x];
155 VP8_COMP *cpi
184 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt];
188 ++cpi->coef_counts [type] [band] [pt] [x];
220 void vp8_tokenize_mb(VP8_COMP *cpi, MACROBLOCKD *x, TOKENEXTRA **t)
249 cpi->skip_true_count++;
251 if (!cpi->common.mb_no_coeff_skip)
252 vp8_stuff_mb(cpi, x, t) ;
267 cpi->skip_false_count++;
270 vpx_memcpy(cpi->coef_counts_backup, cpi->coef_counts, sizeof(cpi->coef_counts));
280 A + vp8_block2above[24], L + vp8_block2left[24], cpi);
288 L + vp8_block2left[b], cpi);
293 L + vp8_block2left[b], cpi);
297 if (cpi->common.mb_no_coeff_skip)
316 vpx_memcpy(cpi->coef_counts, cpi->coef_counts_backup, sizeof(cpi->coef_counts));
319 cpi->skip_true_count++;
325 cpi->skip_false_count++;
422 VP8_COMP *cpi
433 t->context_tree = cpi->common.fc.coef_probs [1] [0] [pt];
435 ++cpi->coef_counts [1] [0] [pt] [DCT_EOB_TOKEN];
452 VP8_COMP *cpi
463 t->context_tree = cpi->common.fc.coef_probs [0] [1] [pt];
465 ++cpi->coef_counts [0] [1] [pt] [DCT_EOB_TOKEN];
481 VP8_COMP *cpi
492 t->context_tree = cpi->common.fc.coef_probs [2] [0] [pt];
494 ++cpi->coef_counts[2] [0] [pt] [DCT_EOB_TOKEN];
502 void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCKD *x, TOKENEXTRA **t)
510 A + vp8_block2above[24], L + vp8_block2left[24], cpi);
523 L + vp8_block2left[b], cpi);
528 L + vp8_block2left[b], cpi);