Home
last modified time | relevance | path

Searched refs:y_luma (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DGlRectDrawerTest.java184 final float y_luma = normalizedByte(yuvPlanes[0].get()); in testYuvRendering() local
189 saturatedConvert(1.16438f * y_luma + 1.59603f * v_chroma - 0.874202f); in testYuvRendering()
191 1.16438f * y_luma - 0.391762f * u_chroma - 0.812968f * v_chroma + 0.531668f); in testYuvRendering()
193 saturatedConvert(1.16438f * y_luma + 2.01723f * u_chroma - 1.08563f); in testYuvRendering()