Lines Matching full:band
117 const int band = vp8_coef_bands[c];
133 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt];
135 t->skip_eob_node = pt == 0 && ((band > 0 && type > 0) || (band > 1 && type == 0));
137 ++cpi->coef_counts [type] [band] [pt] [x];
168 const int band = vp8_coef_bands[c];
184 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt];
186 t->skip_eob_node = pt == 0 && ((band > 0 && type > 0) || (band > 1 && type == 0));
188 ++cpi->coef_counts [type] [band] [pt] [x];
344 int type, band, pt, t;
364 band = 0;
368 fprintf(f, "%s\n { /* Coeff Band %d */", Comma(band), band);
380 const _int64 x = context_counters [type] [band] [pt] [t];
396 while (++band < COEF_BANDS);