owidth            198 tools/yuvconvert.c 		unsigned owidth; 
owidth            203 tools/yuvconvert.c 			owidth = width/2;
owidth            205 tools/yuvconvert.c 			owidth = width;
owidth            207 tools/yuvconvert.c 		osize = (owidth*height)*3;
owidth            214 tools/yuvconvert.c 		sprintf(rgbname,"%s-%d.RGB",oname,owidth);
owidth            216 tools/yuvconvert.c 		fprintf(stderr,"output: %s %ux%u RGB8 %u bytes\n", rgbname, owidth, height, osize);