Home
last modified time | relevance | path

Searched refs:cmd_depths (Results 1 – 2 of 2) sorted by relevance

/external/brotli/c/enc/
Dcompress_fragment_two_pass.c476 uint8_t cmd_depths[128] = { 0 }; in StoreCommands() local
498 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depths, cmd_bits, in StoreCommands()
506 BrotliWriteBits(cmd_depths[code], cmd_bits[code], storage_ix, storage); in StoreCommands()
Dencode.c287 static void InitCommandPrefixCodes(uint8_t cmd_depths[128], in InitCommandPrefixCodes()
323 COPY_ARRAY(cmd_depths, kDefaultCommandDepths); in InitCommandPrefixCodes()