Home | History | Annotate | Download | only in enc

Lines Matching refs:bin_id

396   const int bin_id = GetBinIdForEntropy(c->literal_min_, c->literal_max_,
398 assert(bin_id < NUM_PARTITIONS);
399 return bin_id;
404 const int bin_id =
411 assert(bin_id < BIN_SIZE);
412 return bin_id;
474 const int16_t bin_id = low_effort ?
477 const int bin_offset = bin_id * bin_depth;
510 int bin_id;
513 for (bin_id = 0; bin_id < num_bins; ++bin_id) {
514 const int bin_offset = bin_id * bin_depth;