Lines Matching refs:image_x
241 MS_S32 image_x, image_x2; in ConvertYuvFromTile() local
249 image_x = width; in ConvertYuvFromTile()
259 k = mby * image_x << 4 /* * MB_SIZE*/; in ConvertYuvFromTile()
264 y_point2 = y_point + (image_x << 3) /** 8 */; in ConvertYuvFromTile()
277 blk_point += image_x; in ConvertYuvFromTile()
285 image_x2 = image_x >> 1 ; in ConvertYuvFromTile()
290 k= mby * image_x << 4 /* * MB_SIZE*/; in ConvertYuvFromTile()
570 MS_S32 image_x, image_x2; in yuv2tile() local
582 image_x = width; in yuv2tile()
583 MB_in_width = image_x >>4/*/ MB_SIZE*/; in yuv2tile()
593 k = mby * image_x << 4 /* * MB_SIZE*/; in yuv2tile()
598 y_point2 = y_point + (image_x << 3) /** 8 */; in yuv2tile()
616 blk_point += image_x; in yuv2tile()
626 image_x2 = image_x >> 1; in yuv2tile()
631 k= mby * image_x <<4 /* * MB_SIZE*/; in yuv2tile()