Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dswscale_unscaled.c260 uint16_t *tdstUV = dstUV; in planarToP01xWrapper() local
264 *tdstUV++ = *tsrc1++ << shift[1]; in planarToP01xWrapper()
265 *tdstUV++ = *tsrc2++ << shift[2]; in planarToP01xWrapper()
307 uint16_t *tdstUV = dstUV; in planar8ToP01xleWrapper() local
312 output_pixel(tdstUV++, t | (t << 8)); in planar8ToP01xleWrapper()
314 output_pixel(tdstUV++, t | (t << 8)); in planar8ToP01xleWrapper()