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