Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/x11/
Dpsb_x11.c229 uint32_t *dest_odd = (uint32_t *)(ximg->data + (y + 1) * ximg->bytes_per_line); in psb_putsurface_x11() local
245 yuv2pixel(dest_odd++, y3, u, v); in psb_putsurface_x11()
246 yuv2pixel(dest_odd++, y4, u, v); in psb_putsurface_x11()