Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dcluster_inc.h178 double best_bits =
184 if (cur_bits < best_bits) {
185 best_bits = cur_bits;
Dblock_splitter_inc.h306 double best_bits; in FN() local
312 best_bits = in FN()
317 if (cur_bits < best_bits) { in FN()
318 best_bits = cur_bits; in FN()
/external/webp/src/enc/
Dhistogram_enc.c937 double best_bits = MAX_COST; in HistogramRemap() local
941 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()
/external/flac/libFLAC/
Dlpc.c1336 double bits, best_bits, error_scale; in FLAC__lpc_compute_best_order() local
1344 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()
Dstream_encoder.c157 unsigned *best_bits
3368 unsigned *best_bits in process_subframe_() argument
3590 *best_bits = _best_bits; in process_subframe_()