Searched refs:pic_v (Results 1 – 1 of 1) sorted by relevance
51 unsigned char *pic_y, *pic_u, *pic_v; in YUV_blend_with_pic() local71 pic_v = pic_v_old; in YUV_blend_with_pic()76 pic_v = (unsigned char *)malloc(width * height/4); in YUV_blend_with_pic()85 pic_v, width/2, height/2); in YUV_blend_with_pic()125 unsigned char *qV = pic_v + row/v_factor_to_nv12 * width/2; in YUV_blend_with_pic()140 free(pic_v); in YUV_blend_with_pic()