• Home
  • Raw
  • Download

Lines Matching refs:pt

107     int pt; /* near block/prev token context index */  in tokenize2nd_order_b()  local
113 VP8_COMBINEENTROPYCONTEXTS(pt, *a, *l); in tokenize2nd_order_b()
133 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt]; in tokenize2nd_order_b()
135 t->skip_eob_node = pt == 0 && ((band > 0 && type > 0) || (band > 1 && type == 0)); in tokenize2nd_order_b()
137 ++cpi->coef_counts [type] [band] [pt] [x]; in tokenize2nd_order_b()
139 while (pt = vp8_prev_token_class[x], ++t, c < eob && ++c < 16); in tokenize2nd_order_b()
142 pt = (c != !type); /* 0 <-> all coeff data is zero */ in tokenize2nd_order_b()
143 *a = *l = pt; in tokenize2nd_order_b()
158 int pt; /* near block/prev token context index */ in tokenize1st_order_b() local
164 VP8_COMBINEENTROPYCONTEXTS(pt, *a, *l); in tokenize1st_order_b()
184 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt]; in tokenize1st_order_b()
186 t->skip_eob_node = pt == 0 && ((band > 0 && type > 0) || (band > 1 && type == 0)); in tokenize1st_order_b()
188 ++cpi->coef_counts [type] [band] [pt] [x]; in tokenize1st_order_b()
190 while (pt = vp8_prev_token_class[x], ++t, c < eob && ++c < 16); in tokenize1st_order_b()
193 pt = (c != !type); /* 0 <-> all coeff data is zero */ in tokenize1st_order_b()
194 *a = *l = pt; in tokenize1st_order_b()
344 int type, band, pt, t; in print_context_counters() local
370 pt = 0; in print_context_counters()
374 fprintf(f, "%s\n {", Comma(pt)); in print_context_counters()
380 const _int64 x = context_counters [type] [band] [pt] [t]; in print_context_counters()
391 while (++pt < PREV_COEF_CONTEXTS); in print_context_counters()
425 int pt; /* near block/prev token context index */ in stuff2nd_order_b() local
427 VP8_COMBINEENTROPYCONTEXTS(pt, *a, *l); in stuff2nd_order_b()
433 t->context_tree = cpi->common.fc.coef_probs [1] [0] [pt]; in stuff2nd_order_b()
435 ++cpi->coef_counts [1] [0] [pt] [DCT_EOB_TOKEN]; in stuff2nd_order_b()
439 pt = 0; in stuff2nd_order_b()
440 *a = *l = pt; in stuff2nd_order_b()
455 int pt; /* near block/prev token context index */ in stuff1st_order_b() local
457 VP8_COMBINEENTROPYCONTEXTS(pt, *a, *l); in stuff1st_order_b()
463 t->context_tree = cpi->common.fc.coef_probs [0] [1] [pt]; in stuff1st_order_b()
465 ++cpi->coef_counts [0] [1] [pt] [DCT_EOB_TOKEN]; in stuff1st_order_b()
468 pt = 0; /* 0 <-> all coeff data is zero */ in stuff1st_order_b()
469 *a = *l = pt; in stuff1st_order_b()
484 int pt; /* near block/prev token context index */ in stuff1st_order_buv() local
486 VP8_COMBINEENTROPYCONTEXTS(pt, *a, *l); in stuff1st_order_buv()
492 t->context_tree = cpi->common.fc.coef_probs [2] [0] [pt]; in stuff1st_order_buv()
494 ++cpi->coef_counts[2] [0] [pt] [DCT_EOB_TOKEN]; in stuff1st_order_buv()
497 pt = 0; /* 0 <-> all coeff data is zero */ in stuff1st_order_buv()
498 *a = *l = pt; in stuff1st_order_buv()