Searched refs:cliph (Results 1 – 1 of 1) sorted by relevance
257 int x, y, clipw, cliph; in decode_rle() local262 cliph = get_bits(gb, 12) + 1; in decode_rle()264 if (x + clipw > w || y + cliph > h) in decode_rle()269 h = cliph; in decode_rle()