Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dyuvgen.c247 unsigned char *y_point2; in ConvertYuvFromTile() local
266 y_point2 = y_point + (image_x << 3) /** 8 */; in ConvertYuvFromTile()
269 blk_point = (blk>>1)? y_point2 : y_point; in ConvertYuvFromTile()
438 U8 *y_point2; in yuv2tile() local
462 y_point2 = y_point + (image_x << 3) /** 8 */; in yuv2tile()
466 blk_point = (blk>>1)? y_point2 : y_point; in yuv2tile()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dyuvgen.c245 MS_U8 *y_point2; in ConvertYuvFromTile() local
264 y_point2 = y_point + (image_x << 3) /** 8 */; in ConvertYuvFromTile()
267 blk_point = (blk>>1)? y_point2 : y_point; in ConvertYuvFromTile()
574 U8 *y_point2; in yuv2tile() local
598 y_point2 = y_point + (image_x << 3) /** 8 */; in yuv2tile()
602 blk_point = (blk>>1)? y_point2 : y_point; in yuv2tile()