Searched refs:BuildAndStoreCommandPrefixCode (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/third_party/brotli/enc/ |
H A D | compress_fragment.c | 126 static void BuildAndStoreCommandPrefixCode(BrotliOnePassArena* s, in BuildAndStoreCommandPrefixCode() function 731 BuildAndStoreCommandPrefixCode(s, storage_ix, storage); in BrotliCompressFragmentFastImpl() 740 BuildAndStoreCommandPrefixCode(s, &s->cmd_code_numbits, s->cmd_code); in BrotliCompressFragmentFastImpl()
|
H A D | compress_fragment_two_pass.c | 68 static void BuildAndStoreCommandPrefixCode(BrotliTwoPassArena* s, in BuildAndStoreCommandPrefixCode() function 510 BuildAndStoreCommandPrefixCode(s, storage_ix, storage); in StoreCommands()
|
/aosp_15_r20/external/brotli/c/enc/ |
H A D | compress_fragment.c | 127 static void BuildAndStoreCommandPrefixCode(const uint32_t histogram[128], in BuildAndStoreCommandPrefixCode() function 716 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl() 726 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depth, cmd_bits, in BrotliCompressFragmentFastImpl()
|
H A D | compress_fragment_two_pass.c | 69 static void BuildAndStoreCommandPrefixCode( in BuildAndStoreCommandPrefixCode() function 498 BuildAndStoreCommandPrefixCode(cmd_histo, cmd_depths, cmd_bits, in StoreCommands()
|