Searched refs:normalizedByte (Results 1 – 1 of 1) sorted by relevance
47 private static float normalizedByte(byte b) { in normalizedByte() method in GlRectDrawerTest177 final float y_luma = normalizedByte(yuvPlanes[0].get()); in testYuvRendering()178 final float u_chroma = normalizedByte(yuvPlanes[1].get()) - 0.5f; in testYuvRendering()179 final float v_chroma = normalizedByte(yuvPlanes[2].get()) - 0.5f; in testYuvRendering()