Home
last modified time | relevance | path

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

/external/brotli/enc/
Dcluster_inc.h176 double best_bits =
182 if (cur_bits < best_bits) {
183 best_bits = cur_bits;
Dblock_splitter_inc.h307 double best_bits; in FN() local
313 best_bits = in FN()
318 if (cur_bits < best_bits) { in FN()
319 best_bits = cur_bits; in FN()
/external/webp/src/enc/
Dhistogram_enc.c882 double best_bits = MAX_COST; in HistogramRemap() local
886 HistogramAddThresh(out_histo[k], in_histo[i], best_bits); in HistogramRemap()
887 if (k == 0 || cur_bits < best_bits) { in HistogramRemap()
888 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
3375 unsigned *best_bits in process_subframe_() argument
3594 *best_bits = _best_bits; in process_subframe_()