Home | History | Annotate | Download | only in camera

Lines Matching defs:YUV2R

204 #define YUV2R(y, u, v) clamp((298 * ((y)-16) + 409 * ((v)-128) + 128) >> 8)
292 int r = (float)(YUV2R((int)*y, (int)*u, (int)*v)) / r_scale;