Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dbackward_references_hq.c47 stub.dcode_insert_length = 0; in BrotliInitZopfliNodes()
66 const uint32_t short_code = self->dcode_insert_length >> 27; in ZopfliNodeDistanceCode()
73 return ZopfliNodeCopyLength(self) + (self->dcode_insert_length & 0x7FFFFFF); in ZopfliNodeCommandLength()
254 next->dcode_insert_length = (uint32_t)( in UpdateZopfliNode()
335 const size_t ilen = nodes[pos].dcode_insert_length & 0x7FFFFFF; in ComputeDistanceShortcut()
367 const size_t ilen = nodes[p].dcode_insert_length & 0x7FFFFFF; in ComputeDistanceCache()
558 while ((nodes[index].dcode_insert_length & 0x7FFFFFF) == 0 && in ComputeShortestPathFromNodes()
584 size_t insert_length = next->dcode_insert_length & 0x7FFFFFF; in BrotliZopfliCreateCommands()
Dbackward_references_hq.h48 uint32_t dcode_insert_length; member