Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_video.h147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12() local
153 dst[2*x] = u_src[x]; in u_copy_nv12_from_yv12()
156 u_src += u_stride; in u_copy_nv12_from_yv12()