Home | History | Annotate | Download | only in encoder

Lines Matching refs:band

147     const int band = get_coef_band(band_translate, c);
164 t->context_tree = coef_probs[type][ref][band][pt];
169 ++counts[type][ref][band][pt][token];
171 ++cpi->common.counts.eob_branch[tx_size][type][ref][band][pt];
260 int type, ref, band, pt, t;
271 band = 0;
273 fprintf(f, "%s\n { /* Coeff Band %d */", Comma(band), band);
280 const int64_t x = context_counters[type][ref][band][pt][t];
289 } while (++band < COEF_BANDS);
299 int type, ref, band, pt, t;
311 Comma(band), Newline(band, " "), ref ? "Inter" : "Intra");
312 band = 0;
314 fprintf(f, "%s%s{ /* Coeff Band %d */",
315 Comma(band), Newline(band, " "), band);
322 if (pt >= 3 && band == 0)
325 coef_counts[t] = context_counters[type][ref][band][pt][t];
340 } while (++band < COEF_BANDS);