Lines Matching refs:NULL
456 assert(sp != NULL); in PredictorDecodeRow()
457 assert(sp->decoderow != NULL); in PredictorDecodeRow()
458 assert(sp->decodepfunc != NULL); in PredictorDecodeRow()
478 assert(sp != NULL); in PredictorDecodeTile()
479 assert(sp->decodetile != NULL); in PredictorDecodeTile()
490 assert(sp->decodepfunc != NULL); in PredictorDecodeTile()
683 assert(sp != NULL); in PredictorEncodeRow()
684 assert(sp->encodepfunc != NULL); in PredictorEncodeRow()
685 assert(sp->encoderow != NULL); in PredictorEncodeRow()
703 assert(sp != NULL); in PredictorEncodeTile()
704 assert(sp->encodepfunc != NULL); in PredictorEncodeTile()
705 assert(sp->encodetile != NULL); in PredictorEncodeTile()
712 if( working_copy == NULL ) in PredictorEncodeTile()
746 …ORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UINT16, FIELD_PREDICTOR, FALSE, FALSE, "Predictor", NULL },
754 assert(sp != NULL); in PredictorVSetField()
755 assert(sp->vsetparent != NULL); in PredictorVSetField()
774 assert(sp != NULL); in PredictorVGetField()
775 assert(sp->vgetparent != NULL); in PredictorVGetField()
842 sp->encodepfunc = NULL; /* no predictor routine */ in TIFFPredictorInit()
843 sp->decodepfunc = NULL; /* no predictor routine */ in TIFFPredictorInit()