OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:best_score_m1
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/brotli/src/brotli/enc/
backward_references.cc
60
double
best_score_M1
= 0;
76
if (match_found_M1 &&
best_score_M1
> best_score) {
86
best_score =
best_score_M1
;
176
&best_len_M1, &best_len_code_M1, &best_dist_M1, &
best_score_M1
,
184
best_score_M1
-= literal_cost[i & ringbuffer_mask];
186
best_score_M1
-= 3.75;
Completed in 428 milliseconds