Searched refs:byte_ix (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dblock_splitter.cc177 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 local
[all...]

Completed in 282 milliseconds