Searched refs:pic_u (Results 1 – 1 of 1) sorted by relevance
51 unsigned char *pic_y, *pic_u, *pic_v; in YUV_blend_with_pic() local70 pic_u = pic_u_old; in YUV_blend_with_pic()75 pic_u = (unsigned char *)malloc(width * height/4); in YUV_blend_with_pic()83 pic_u, width/2, height/2); in YUV_blend_with_pic()124 unsigned char *qU = pic_u + row/v_factor_to_nv12 * width/2; in YUV_blend_with_pic()139 free(pic_u); in YUV_blend_with_pic()