Searched refs:short_code (Results 1 – 1 of 1) sorted by relevance
66 const uint32_t short_code = self->dcode_insert_length >> 27; in ZopfliNodeDistanceCode() local67 return short_code == 0 ? in ZopfliNodeDistanceCode()69 short_code - 1; in ZopfliNodeDistanceCode()250 size_t short_code, float cost) { in UpdateZopfliNode() argument255 (short_code << 27) | (pos - start_pos)); in UpdateZopfliNode()