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

  /external/chromium_org/third_party/brotli/src/brotli/enc/
block_splitter.cc 177 for (size_t byte_ix = 0; byte_ix < length; ++byte_ix) {
178 int ix = byte_ix * vecsize;
179 int insert_cost_ix = data[byte_ix] * vecsize;
182 // We are coding the symbol in data[byte_ix] with entropy code k.
186 block_id[byte_ix] = k;
191 if (byte_ix < 2000) {
192 block_switch_cost *= 0.77 + 0.07 * byte_ix / 2000;
203 int byte_ix = length - 1 local
    [all...]

Completed in 70 milliseconds