Tiling doesn't work with YUV encoding either
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@439 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
@@ -100,7 +100,7 @@ void dotest(unsigned char *srcbuf, int w, int h, int pf, int bu,
|
|||||||
printf(">>>>> %s (%s) <--> JPEG %s Q%d <<<<<\n", _pfname[pf],
|
printf(">>>>> %s (%s) <--> JPEG %s Q%d <<<<<\n", _pfname[pf],
|
||||||
bu?"Bottom-up":"Top-down", _subnamel[jpegsub], qual);
|
bu?"Bottom-up":"Top-down", _subnamel[jpegsub], qual);
|
||||||
}
|
}
|
||||||
if(yuv==YUVDECODE) dotile=0;
|
if(yuv) dotile=0;
|
||||||
if(dotile) {tilesizex=tilesizey=4;} else {tilesizex=w; tilesizey=h;}
|
if(dotile) {tilesizex=tilesizey=4;} else {tilesizex=w; tilesizey=h;}
|
||||||
|
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user