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.c64 const uint32_t short_code = self->dcode_insert_length >> 27; in ZopfliNodeDistanceCode() local
65 return short_code == 0 ? in ZopfliNodeDistanceCode()
67 short_code - 1; in ZopfliNodeDistanceCode()
252 size_t short_code, float cost) { in UpdateZopfliNode() argument
257 (short_code << 27) | (pos - start_pos)); in UpdateZopfliNode()