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