Searched refs:last_insert_len (Results 1 – 6 of 6) sorted by relevance
/external/brotli/c/enc/ |
D | backward_references_hq.h | 28 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,
|
D | backward_references_hq.c | 143 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 …]
|
D | backward_references_inc.h | 14 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()
|
D | backward_references.c | 125 HasherHandle hasher, int* dist_cache, size_t* last_insert_len, in BrotliCreateBackwardReferences() argument 133 last_insert_len, commands, num_commands, num_literals); \ in BrotliCreateBackwardReferences()
|
D | backward_references.h | 31 HasherHandle hasher, int* dist_cache, size_t* last_insert_len,
|
D | encode.c | 1219 size_t last_insert_len = 0; in BrotliCompressBufferQuality10() local 1266 &last_insert_len, ¶ms, &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()
|