Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/
Dloadsurface.h51 unsigned char *pic_y, *pic_u, *pic_v; in YUV_blend_with_pic() local
69 pic_y = pic_y_old; in YUV_blend_with_pic()
74 pic_y = (unsigned char *)malloc(width * height); in YUV_blend_with_pic()
81 pic_y, width, height); in YUV_blend_with_pic()
97 unsigned char *q = pic_y + row * width; in YUV_blend_with_pic()
138 free(pic_y); in YUV_blend_with_pic()