Searched refs:min_score (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dhash_forgetful_chain_inc.h205 score_t min_score = out->score; local in function:FN
282 if (out->score == min_score) {
H A Dhash_longest_match64_inc.h174 score_t min_score = out->score; local in function:FN
260 if (min_score == out->score) {
H A Dhash_longest_match_inc.h170 score_t min_score = out->score; local in function:FN
255 if (min_score == out->score) {
H A Dhash_longest_match_quickly_inc.h161 score_t min_score = out->score; local in function:FN
251 if (USE_DICTIONARY && min_score == out->score) {

Completed in 3 milliseconds