Home
last modified time | relevance | path

Searched refs:best_bits (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
Dhistogram.c458 double best_bits = in HistogramRemap() local
463 HistogramDistance(in->histograms[i], out->histograms[k], best_bits); in HistogramRemap()
464 if (cur_bits < best_bits) { in HistogramRemap()
465 best_bits = cur_bits; in HistogramRemap()
/external/webp/src/enc/
Dhistogram.c822 double best_bits = in HistogramRemap() local
827 HistogramAddThresh(histograms[k], orig_histograms[i], best_bits); in HistogramRemap()
828 if (cur_bits < best_bits) { in HistogramRemap()
829 best_bits = cur_bits; in HistogramRemap()
/external/flac/libFLAC/
Dlpc.c1337 FLAC__double bits, best_bits, error_scale; in FLAC__lpc_compute_best_order() local
1345 best_bits = (unsigned)(-1); in FLAC__lpc_compute_best_order()
1349 if(bits < best_bits) { in FLAC__lpc_compute_best_order()
1351 best_bits = bits; in FLAC__lpc_compute_best_order()
Dstream_encoder.c153 unsigned *best_bits
3376 unsigned *best_bits in process_subframe_() argument
3595 *best_bits = _best_bits; in process_subframe_()