Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dyuvgen.c244 int MB_in_width, MB_in_height; in ConvertYuvFromTile() local
253 MB_in_width = width >> 4 ; in ConvertYuvFromTile()
259 for (mbx = 0; mbx < MB_in_width; mbx++) in ConvertYuvFromTile()
290 for (mbx = 0; mbx < MB_in_width; mbx++) in ConvertYuvFromTile()
435 int MB_in_width, MB_in_height; in yuv2tile() local
447 MB_in_width = image_x >>4/*/ MB_SIZE*/; in yuv2tile()
455 for (mbx = 0; mbx < MB_in_width; mbx++) in yuv2tile()
493 for (mbx = 0; mbx < MB_in_width; mbx++) in yuv2tile()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dyuvgen.c242 MS_S32 MB_in_width, MB_in_height; in ConvertYuvFromTile() local
251 MB_in_width = width >> 4 ; in ConvertYuvFromTile()
257 for (mbx = 0; mbx < MB_in_width; mbx++) in ConvertYuvFromTile()
288 for (mbx = 0; mbx < MB_in_width; mbx++) in ConvertYuvFromTile()
571 MS_S32 MB_in_width, MB_in_height; in yuv2tile() local
583 MB_in_width = image_x >>4/*/ MB_SIZE*/; in yuv2tile()
591 for (mbx = 0; mbx < MB_in_width; mbx++) in yuv2tile()
629 for (mbx = 0; mbx < MB_in_width; mbx++) in yuv2tile()