Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dpngprocess.c978 MS_U32 interesting_width; in PngProcess() local
1207 interesting_width = roi_ptr->width; in PngProcess()
1212 interesting_width = infoptr->png_width; in PngProcess()
1221 interesting_width = (interesting_width + 1) >> 1; in PngProcess()
1223 interesting_width = (interesting_width + 3) >> 2; in PngProcess()
1225 interesting_width = (interesting_width + 7) >> 3; in PngProcess()
1227 interesting_width = (interesting_width + 15) >> 4; in PngProcess()
1233 pitch = (interesting_width * pixelbytes + 7) >> 3; in PngProcess()