Home | History | Annotate | Download | only in enc

Lines Matching refs:bit_cost_

306   const double sum_cost = a->bit_cost_ + b->bit_cost_;
311 out->bit_cost_ = cost;
326 double cost = -a->bit_cost_;
378 h->bit_cost_ = h->literal_cost_ + h->red_cost_ + h->blue_cost_ +
494 if (histograms[i] != NULL && histograms[i]->bit_cost_ != 0.) {
525 histograms[idx2]->bit_cost_ = 0.;
527 const double bit_cost_idx2 = histograms[idx2]->bit_cost_;
546 histograms[idx2]->bit_cost_ = 0.;
650 pair->cost_combo = histos->bit_cost_;
686 histograms[idx1]->bit_cost_ = histo_queue.queue[0].cost_combo;
810 // Note: we assume that out[]->bit_cost_ is already up-to-date.