Searched refs:codetile (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_predict.h46 TIFFCodeMethod codetile; /* parent codec encode/decode tile */ member in struct:__anon773
H A Dtif_predict.c101 sp->codetile = tif->tif_decodetile;
143 sp->codetile = tif->tif_encodetile;
267 assert(sp->codetile != NULL);
268 if ((*sp->codetile)(tif, op0, occ0, s)) {
367 assert(sp->codetile != NULL);
375 return ((*sp->codetile)(tif, bp0, cc0, s));

Completed in 46 milliseconds