Home
last modified time | relevance | path

Searched refs:best_bits (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/brotli/c/enc/
H A Dblock_splitter_inc.h311 double best_bits;
317 best_bits =
322 if (cur_bits < best_bits) {
323 best_bits = cur_bits;
H A Dcluster_inc.h178 double best_bits =
184 if (cur_bits < best_bits) {
185 best_bits = cur_bits;
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dblock_splitter_inc.h311 double best_bits;
317 best_bits =
322 if (cur_bits < best_bits) {
323 best_bits = cur_bits;
H A Dcluster_inc.h178 double best_bits =
184 if (cur_bits < best_bits) {
185 best_bits = cur_bits;
/third_party/ffmpeg/libavcodec/
H A Dmotion_est.h57 int best_bits; member
H A Dwavpackenc.c69 uint32_t best_bits; member
751 if (bits < info->best_bits) { in recurse_mono()
752 info->best_bits = bits; in recurse_mono()
815 if (bits < info->best_bits) { in sort_mono()
817 info->best_bits = bits; in sort_mono()
852 if (bits >= info->best_bits) in delta_mono()
856 info->best_bits = bits; in delta_mono()
874 if (bits >= info->best_bits) in delta_mono()
877 info->best_bits = bits; in delta_mono()
955 info.best_bits in analyze_mono()
[all...]
H A Ddcaenc.c751 int32_t best_bits = bands * 5; in set_best_abits_code() local
757 return best_bits; in set_best_abits_code()
763 if (t < best_bits) { in set_best_abits_code()
764 best_bits = t; in set_best_abits_code()
770 return best_bits; in set_best_abits_code()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A 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/lwip/src/core/ipv6/
H A Dip6.c343 u8_t best_bits = 0; local
395 ((cand_pref == best_pref) && (cand_bits > best_bits))))) { /* Rule 8 */
400 best_bits = cand_bits;

Completed in 13 milliseconds