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