Home | History | Annotate | Download | only in camera

Lines Matching refs:YUV2G

205 #define YUV2G(y, u, v) clamp((298 * ((y)-16) - 100 * ((u)-128) - 208 * ((v)-128) + 128) >> 8)
293 int g = (float)(YUV2G((int)*y, (int)*u, (int)*v)) / g_scale;