Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/c/enc/
Dcluster_inc.h178 double best_bits =
184 if (cur_bits < best_bits) {
185 best_bits = cur_bits;
Dblock_splitter_inc.h311 double best_bits; in FN() local
317 best_bits = in FN()
322 if (cur_bits < best_bits) { in FN()
323 best_bits = cur_bits; in FN()
/third_party/node/deps/brotli/c/enc/
Dcluster_inc.h178 double best_bits =
184 if (cur_bits < best_bits) {
185 best_bits = cur_bits;
Dblock_splitter_inc.h311 double best_bits; in FN() local
317 best_bits = in FN()
322 if (cur_bits < best_bits) { in FN()
323 best_bits = cur_bits; in FN()
/third_party/ffmpeg/libavcodec/
Dwavpackenc.c66 uint32_t best_bits; member
748 if (bits < info->best_bits) { in recurse_mono()
749 info->best_bits = bits; in recurse_mono()
812 if (bits < info->best_bits) { in sort_mono()
814 info->best_bits = bits; in sort_mono()
849 if (bits >= info->best_bits) in delta_mono()
853 info->best_bits = bits; in delta_mono()
871 if (bits >= info->best_bits) in delta_mono()
874 info->best_bits = bits; in delta_mono()
952 info.best_bits = log2mono(s->sampleptrs[info.nterms][0], s->block_samples, 0) * 1; in analyze_mono()
[all …]
Dmotion_est.h57 int best_bits; member
Ddcaenc.c745 int32_t best_bits = bands * 5; in set_best_abits_code() local
751 return best_bits; in set_best_abits_code()
757 if (t < best_bits) { in set_best_abits_code()
758 best_bits = t; in set_best_abits_code()
764 return best_bits; in set_best_abits_code()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dhistogram_enc.c1060 double best_bits = MAX_COST; in HistogramRemap() local
1069 cur_bits = HistogramAddThresh(out_histo[k], in_histo[i], best_bits); in HistogramRemap()
1070 if (k == 0 || cur_bits < best_bits) { in HistogramRemap()
1071 best_bits = cur_bits; in HistogramRemap()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dhistogram_enc.c1059 double best_bits = MAX_COST; in HistogramRemap() local
1068 cur_bits = HistogramAddThresh(out_histo[k], in_histo[i], best_bits); in HistogramRemap()
1069 if (k == 0 || cur_bits < best_bits) { in HistogramRemap()
1070 best_bits = cur_bits; in HistogramRemap()
/third_party/lwip/src/core/ipv6/
Dip6.c343 u8_t best_bits = 0; local
395 ((cand_pref == best_pref) && (cand_bits > best_bits))))) { /* Rule 8 */
400 best_bits = cand_bits;