Searched refs:short_code (Results 1 – 1 of 1) sorted by relevance
64 const uint32_t short_code = self->dcode_insert_length >> 27; in ZopfliNodeDistanceCode() local65 return short_code == 0 ? in ZopfliNodeDistanceCode()67 short_code - 1; in ZopfliNodeDistanceCode()252 size_t short_code, float cost) { in UpdateZopfliNode() argument257 (short_code << 27) | (pos - start_pos)); in UpdateZopfliNode()