Lines Matching refs:cmd_histo
430 uint32_t cmd_histo[128]; in BrotliCompressFragmentFastImpl() local
487 memcpy(cmd_histo, kCmdHistoSeed, sizeof(kCmdHistoSeed)); in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
581 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
588 ++cmd_histo[64]; in BrotliCompressFragmentFastImpl()
591 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
594 EmitCopyLenLastDistance(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
632 cmd_histo, storage_ix, storage); in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
692 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
726 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()