Home
last modified time | relevance | path

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

/external/brotli/enc/
Dbackward_references_hq.c47 static BROTLI_INLINE uint32_t ZopfliNodeCopyLength(const ZopfliNode* self) { in ZopfliNodeCopyLength() function
53 return ZopfliNodeCopyLength(self) + 9u - modifier; in ZopfliNodeLengthCode()
68 return ZopfliNodeCopyLength(self) + self->insert_length; in ZopfliNodeCommandLength()
304 const size_t clen = ZopfliNodeCopyLength(&nodes[pos]); in ComputeDistanceShortcut()
338 const size_t clen = ZopfliNodeCopyLength(&nodes[p]); in ComputeDistanceCache()
536 size_t copy_length = ZopfliNodeCopyLength(next); in BrotliZopfliCreateCommands()