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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbackward_references_hq.c52 static BROTLI_INLINE uint32_t ZopfliNodeCopyLength(const ZopfliNode* self) { function in typeref:typename:BROTLI_INLINE uint32_t
58 return ZopfliNodeCopyLength(self) + 9u - modifier;
73 return ZopfliNodeCopyLength(self) + (self->dcode_insert_length & 0x7FFFFFF);
334 const size_t clen = ZopfliNodeCopyLength(&nodes[pos]);
368 const size_t clen = ZopfliNodeCopyLength(&nodes[p]);
583 size_t copy_length = ZopfliNodeCopyLength(next);

Completed in 3 milliseconds