Searched refs:best_bits (Results 1 – 5 of 5) sorted by relevance
178 double best_bits =184 if (cur_bits < best_bits) {185 best_bits = cur_bits;
306 double best_bits; in FN() local312 best_bits = in FN()317 if (cur_bits < best_bits) { in FN()318 best_bits = cur_bits; in FN()
937 double best_bits = MAX_COST; in HistogramRemap() local941 HistogramAddThresh(out_histo[k], in_histo[i], best_bits); in HistogramRemap()942 if (k == 0 || cur_bits < best_bits) { in HistogramRemap()943 best_bits = cur_bits; in HistogramRemap()
1336 double bits, best_bits, error_scale; in FLAC__lpc_compute_best_order() local1344 best_bits = (unsigned)(-1); in FLAC__lpc_compute_best_order()1348 if(bits < best_bits) { in FLAC__lpc_compute_best_order()1350 best_bits = bits; in FLAC__lpc_compute_best_order()
157 unsigned *best_bits3368 unsigned *best_bits in process_subframe_() argument3590 *best_bits = _best_bits; in process_subframe_()