Home | History | Annotate | Download | only in camera

Lines Matching refs:YUV2BO

199 #define YUV2BO(C, D, E) clamp((298 * (C) + 516 * (D) + 128) >> 8)
217 const uint16_t b = YUV2BO(y,u,v) >> 3;
230 rgb.b = YUV2BO(y,u,v);
242 *b = (uint8_t)YUV2BO(y,u,v);