Searched refs:Y_CLAMP_MAX (Results 1 – 1 of 1) sorted by relevance
99 private static final int Y_CLAMP_MAX = 235; field in VideoEncoderDecoderTest1469 } else if (y > Y_CLAMP_MAX) { in clampY()1470 y = Y_CLAMP_MAX; in clampY()