Home
last modified time | relevance | path

Searched refs:last_insert_len (Results 1 – 6 of 6) sorted by relevance

/external/brotli/c/enc/
Dbackward_references_hq.h28 HasherHandle hasher, int* dist_cache, size_t* last_insert_len,
34 HasherHandle hasher, int* dist_cache, size_t* last_insert_len,
85 int* dist_cache, size_t* last_insert_len, const BrotliEncoderParams* params,
Dbackward_references_hq.c143 size_t last_insert_len) { in ZopfliCostModelSetFromCommands() argument
148 size_t pos = position - last_insert_len; in ZopfliCostModelSetFromCommands()
570 size_t* last_insert_len, const BrotliEncoderParams* params, in BrotliZopfliCreateCommands() argument
584 insert_length += *last_insert_len; in BrotliZopfliCreateCommands()
585 *last_insert_len = 0; in BrotliZopfliCreateCommands()
608 *last_insert_len += num_bytes - pos; in BrotliZopfliCreateCommands()
714 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateZopfliBackwardReferences() argument
725 last_insert_len, params, commands, num_literals); in BrotliCreateZopfliBackwardReferences()
732 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateHqZopfliBackwardReferences() argument
790 orig_last_insert_len = *last_insert_len; in BrotliCreateHqZopfliBackwardReferences()
[all …]
Dbackward_references_inc.h14 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in EXPORT_FN()
20 size_t insert_length = *last_insert_len; in EXPORT_FN()
151 *last_insert_len = insert_length; in EXPORT_FN()
Dbackward_references.c125 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateBackwardReferences() argument
133 last_insert_len, commands, num_commands, num_literals); \ in BrotliCreateBackwardReferences()
Dbackward_references.h31 HasherHandle hasher, int* dist_cache, size_t* last_insert_len,
Dencode.c1219 size_t last_insert_len = 0; in BrotliCompressBufferQuality10() local
1266 &last_insert_len, &params, &commands[num_commands], &num_literals); in BrotliCompressBufferQuality10()
1277 if (last_insert_len > 0) { in BrotliCompressBufferQuality10()
1278 InitInsertCommand(&commands[num_commands++], last_insert_len); in BrotliCompressBufferQuality10()
1279 num_literals += last_insert_len; in BrotliCompressBufferQuality10()