Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dyuvgen.c246 unsigned char *y_point, *u_point, *v_point; in ConvertYuvFromTile() local
297 v_point = out_yuv + width * height + ( width >> 1 ) * ( height >> 1 ) + chrstart; in ConvertYuvFromTile()
301 blk_point = ( blk == 0 ) ? u_point : v_point; in ConvertYuvFromTile()
437 U8 *y_point, *u_point, *v_point; in yuv2tile() local
500 v_point = buff + /*width * height +*/ ( (width*height) >> 2 ) + chrstart; in yuv2tile()
504 blk_point = (blk==0)? u_point : v_point; in yuv2tile()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dyuvgen.c244 MS_U8 *y_point, *u_point, *v_point; in ConvertYuvFromTile() local
295 v_point = out_yuv + width * height + ( width >> 1 ) * ( height >> 1 ) + chrstart; in ConvertYuvFromTile()
299 blk_point = ( blk == 0 ) ? u_point : v_point; in ConvertYuvFromTile()
573 U8 *y_point, *u_point, *v_point; in yuv2tile() local
636 v_point = buff + /*width * height +*/ ( (width*height) >> 2 ) + chrstart; in yuv2tile()
640 blk_point = (blk==0)? u_point : v_point; in yuv2tile()