Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dyuvgen.c243 int image_x, image_x2; in ConvertYuvFromTile() local
287 image_x2 = image_x >> 1 ; in ConvertYuvFromTile()
311 blk_point += image_x2; in ConvertYuvFromTile()
434 int image_x, image_x2; in yuv2tile() local
490 image_x2 = image_x >> 1; in yuv2tile()
511 blk_point += image_x2; in yuv2tile()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dyuvgen.c241 MS_S32 image_x, image_x2; in ConvertYuvFromTile() local
285 image_x2 = image_x >> 1 ; in ConvertYuvFromTile()
309 blk_point += image_x2; in ConvertYuvFromTile()
570 MS_S32 image_x, image_x2; in yuv2tile() local
626 image_x2 = image_x >> 1; in yuv2tile()
647 blk_point += image_x2; in yuv2tile()