Searched refs:Y_size (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_video.c1694 int Y_size = width * height; local in function:CopyYV12
1695 CARD8 *V = Y + Y_size;
1696 CARD8 *U = V + (Y_size >> 2);
1719 int Y_size = width * height; local in function:CopyYV12_16
1720 CARD8 *V = Y + Y_size;
1721 CARD8 *U = V + (Y_size >> 2);
1742 int Y_size = width * height; local in function:CopyYV12_8
1743 CARD8 *V = Y + Y_size;
1744 CARD8 *U = V + (Y_size >> 2);

Completed in 5 milliseconds