Searched refs:Y_CLAMP_MIN (Results 1 – 1 of 1) sorted by relevance
81 private static final int Y_CLAMP_MIN = 16; field in VideoEncoderDecoderTest1220 if (y < Y_CLAMP_MIN) { in clampY()1221 y = Y_CLAMP_MIN; in clampY()