Lines Matching defs:strips
96 int strips, rps, sstype;
841 /* Decode JPEG-encoded DNGs with strips */
843 if (s->strips > 1) {
844 av_log(s->avctx, AV_LOG_ERROR, "More than one DNG JPEG strips unsupported\n");
880 /* Color processing for DNG images with uncompressed strips (non-tiled) */
1375 s->strips = count;
1376 if (s->strips == 1)
1389 s->strips = 1;
1393 s->strips = count;
1907 has_strip_bits = s->strippos || s->strips || s->stripoff || s->rps || s->sot || s->sstype || s->stripsize || s->stripsizesoff;
1921 if (s->strips == 1 && !s->stripsize) {
1968 /* Handle TIFF images and DNG images with uncompressed strips (non-tiled) */