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

  /external/chromium_org/third_party/brotli/src/brotli/enc/
hash.h 80 double start_cost2,
85 case 2: retval = start_cost2; break;
96 double start_cost2,
101 case 2: retval = start_cost2; break;
191 double start_cost2 = literal_cost == NULL ? 10 : local
252 start_cost2,
270 start_cost2 -= 1.0;
283 const double score = start_cost2 - 2.3 * Log2Floor(backward);
322 start_cost2,
352 start_cost2,
    [all...]

Completed in 1428 milliseconds