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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dcompress_fragment.c430 uint32_t cmd_histo[128]; local in function:BrotliCompressFragmentFastImpl
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed));
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo,
581 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo,
588 ++cmd_histo[64];
591 cmd_histo, storage_ix, storage);
594 EmitCopyLenLastDistance(matched, cmd_depth, cmd_bits, cmd_histo,
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo,
632 cmd_histo, storage_ix, storage);
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo,
[all...]
H A Dcompress_fragment_two_pass.c478 uint32_t cmd_histo[128] = { 0 }; local in function:StoreCommands
492 ++cmd_histo[code];
494 cmd_histo[1] += 1;
495 cmd_histo[2] += 1;
496 cmd_histo[64] += 1;
497 cmd_histo[84] += 1;
498 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depths, cmd_bits,
H A Dbrotli_bit_stream.c1075 HistogramCommand* cmd_histo,
1082 HistogramAddCommand(cmd_histo, cmd.cmd_prefix_);
1140 HistogramCommand cmd_histo; local in function:BrotliStoreMetaBlockTrivial
1154 HistogramClearCommand(&cmd_histo);
1158 &lit_histo, &cmd_histo, &dist_histo);
1168 BuildAndStoreHuffmanTree(cmd_histo.data_, BROTLI_NUM_COMMAND_SYMBOLS,
1233 HistogramCommand cmd_histo; local in function:BrotliStoreMetaBlockFast
1242 HistogramClearCommand(&cmd_histo);
1245 &lit_histo, &cmd_histo, &dist_histo);
1252 BrotliBuildAndStoreHuffmanTreeFast(m, cmd_histo
1069 BuildHistograms(const uint8_t * input,size_t start_pos,size_t mask,const Command * commands,size_t n_commands,HistogramLiteral * lit_histo,HistogramCommand * cmd_histo,HistogramDistance * dist_histo) argument
[all...]

Completed in 10 milliseconds