HomeSort by relevance Sort by last modified time
    Searched full:best_score_2 (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/brotli/src/brotli/enc/
backward_references.cc 100 double best_score_2 = 0; local
106 &best_len_2, &best_len_code_2, &best_dist_2, &best_score_2,
130 if (match_found && best_score_2 >= best_score + cost_diff_lazy) {
138 best_score = best_score_2;

Completed in 119 milliseconds