Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/
Dloadsurface.h125 unsigned char *qV = pic_v + row/v_factor_to_nv12 * width/2; in YUV_blend_with_pic() local
127 for (col=0; col<width/2; col++, qU++, qV++) { in YUV_blend_with_pic()
129 *pV = *pV * (100 - alpha) / 100 + *qV * alpha/100; in YUV_blend_with_pic()