Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dbackward_references_hq.c66 const uint32_t short_code = self->dcode_insert_length >> 27; in ZopfliNodeDistanceCode() local
67 return short_code == 0 ? in ZopfliNodeDistanceCode()
69 short_code - 1; in ZopfliNodeDistanceCode()
250 size_t short_code, float cost) { in UpdateZopfliNode() argument
255 (short_code << 27) | (pos - start_pos)); in UpdateZopfliNode()