Searched defs:block_switch_cost (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dblock_splitter.cc189 double block_switch_cost = block_switch_bitcost; local
192 block_switch_cost *= 0.77 + 0.07 * byte_ix / 2000;
196 if (cost[k] >= block_switch_cost) {
197 cost[k] = block_switch_cost;
301 const double block_switch_cost,
326 block_switch_cost,
297 SplitByteVector(const std::vector<DataType>& data, const int literals_per_histogram, const int max_histograms, const int sampling_stride_length, const double block_switch_cost, BlockSplit* split) argument

Completed in 56 milliseconds