Lines Matching refs:tbuflen
165 tmsize_t tbuflen; /* buffer length */ member
204 if(sp->tbuflen < npixels) { in LogL16Decode()
277 if(sp->tbuflen < npixels) { in LogLuvDecode24()
338 if(sp->tbuflen < npixels) { in LogLuvDecode32()
458 if(sp->tbuflen < npixels) { in LogL16Encode()
552 if(sp->tbuflen < npixels) { in LogLuvEncode24()
610 if(sp->tbuflen < npixels) { in LogLuvEncode32()
1315 sp->tbuflen = multiply_ms(td->td_tilewidth, td->td_tilelength); in LogL16InitState()
1317 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogL16InitState()
1319 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_imagelength); in LogL16InitState()
1320 if (multiply_ms(sp->tbuflen, sizeof (int16)) == 0 || in LogL16InitState()
1321 (sp->tbuf = (uint8*) _TIFFmalloc(sp->tbuflen * sizeof (int16))) == NULL) { in LogL16InitState()
1417 sp->tbuflen = multiply_ms(td->td_tilewidth, td->td_tilelength); in LogLuvInitState()
1419 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip); in LogLuvInitState()
1421 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_imagelength); in LogLuvInitState()
1422 if (multiply_ms(sp->tbuflen, sizeof (uint32)) == 0 || in LogLuvInitState()
1423 (sp->tbuf = (uint8*) _TIFFmalloc(sp->tbuflen * sizeof (uint32))) == NULL) { in LogLuvInitState()