Searched refs:qU (Results 1 – 1 of 1) sorted by relevance
124 unsigned char *qU = pic_u + row/v_factor_to_nv12 * width/2; in YUV_blend_with_pic() local127 for (col=0; col<width/2; col++, qU++, qV++) { in YUV_blend_with_pic()128 *pU = *pU * (100 - alpha) / 100 + *qU * alpha/100; in YUV_blend_with_pic()