Searched refs:normalizedByte (Results 1 – 1 of 1) sorted by relevance
44 private static float normalizedByte(byte b) { in normalizedByte() method in GlRectDrawerTest184 final float y_luma = normalizedByte(yuvPlanes[0].get()); in testYuvRendering()185 final float u_chroma = normalizedByte(yuvPlanes[1].get()); in testYuvRendering()186 final float v_chroma = normalizedByte(yuvPlanes[2].get()); in testYuvRendering()