Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dbackward_references_hq.c52 static BROTLI_INLINE uint32_t ZopfliNodeCopyLength(const ZopfliNode* self) { in ZopfliNodeCopyLength() function
58 return ZopfliNodeCopyLength(self) + 9u - modifier; in ZopfliNodeLengthCode()
73 return ZopfliNodeCopyLength(self) + (self->dcode_insert_length & 0x7FFFFFF); in ZopfliNodeCommandLength()
334 const size_t clen = ZopfliNodeCopyLength(&nodes[pos]); in ComputeDistanceShortcut()
368 const size_t clen = ZopfliNodeCopyLength(&nodes[p]); in ComputeDistanceCache()
583 size_t copy_length = ZopfliNodeCopyLength(next); in BrotliZopfliCreateCommands()