Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_ojpeg.c379 static int OJPEGReadBlock(OJPEGState* sp, uint16 len, void* mem);
1444 if (OJPEGReadBlock(sp,65,&nb[sizeof(uint32)+4])==0) { in OJPEGReadHeaderInfoSecStreamDqt()
1501 if (OJPEGReadBlock(sp,m-2,&nb[sizeof(uint32)+4])==0) { in OJPEGReadHeaderInfoSecStreamDht()
2060 OJPEGReadBlock(OJPEGState* sp, uint16 len, void* mem) in OJPEGReadBlock() function