Searched refs:clampY (Results 1 – 1 of 1) sorted by relevance
1355 yArray[i * w + j] = clampY((i + j) & 0xff); in initYUVPlane()1466 private byte clampY(int y) { in clampY() method in VideoEncoderDecoderTest