Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtjunittest.c287 int ypitch = PAD(pw, pad), uvpitch = PAD(cw, pad); in checkBufYUV() local
310 unsigned char u = buf[ypitch * ph + (uvpitch * row + col)], in checkBufYUV()
311 v = buf[ypitch * ph + uvpitch * ch + (uvpitch * row + col)]; in checkBufYUV()
336 fprintf(stderr, "%.3d ", buf[ypitch * ph + (uvpitch * row + col)]); in checkBufYUV()
343 buf[ypitch * ph + uvpitch * ch + (uvpitch * row + col)]); in checkBufYUV()