Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFormatConvert.cpp51 float Gf = Y - 0.395f*U - 0.581f*V; in yuvToRgbx() local
54 unsigned char G = (unsigned char)clamp(Gf, 0.0f, 255.0f); in yuvToRgbx()