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