Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_predict.c279 tmsize_t stride = PredictorState(tif)->stride; in horAcc8() local
324 REPEAT4(stride, cp[stride] = in horAcc8()
346 tmsize_t stride = PredictorState(tif)->stride; in horAcc16() local
394 REPEAT4(stride, wp[stride] += wp[0]; wp++) in horAcc32()
426 REPEAT4(stride, cp[stride] = in fpAcc()
506 tmsize_t stride = sp->stride; in horDiff8() local
548 REPEAT4(stride, cp[stride] = (unsigned char)((cp[stride] - cp[0])&0xff); cp--) in horDiff8()
559 tmsize_t stride = sp->stride; in horDiff16() local
598 tmsize_t stride = sp->stride; in horDiff32() local
613 REPEAT4(stride, wp[stride] -= wp[0]; wp--) in horDiff32()
[all …]
H A Dtif_pixarlog.c168 REPEAT(stride, in horizontalAccumulateF()
170 n -= stride; in horizontalAccumulateF()
235 REPEAT(stride, in horizontalAccumulate12()
238 n -= stride; in horizontalAccumulate12()
284 REPEAT(stride, in horizontalAccumulate16()
286 n -= stride; in horizontalAccumulate16()
333 REPEAT(stride, in horizontalAccumulate11()
335 n -= stride; in horizontalAccumulate11()
381 REPEAT(stride, in horizontalAccumulate8()
383 n -= stride; in horizontalAccumulate8()
[all …]
H A Dtif_predict.h42 tmsize_t stride; /* sample stride over data */ member
/libtiff-4.0.7/tools/
H A Dtiff2pdf.c3633 tsize_t stride=0; in t2p_sample_planar_separate_to_contig() local
3637 stride=samplebuffersize/t2p->tiff_samplesperpixel; in t2p_sample_planar_separate_to_contig()
3638 for(i=0;i<stride;i++){ in t2p_sample_planar_separate_to_contig()
3640 buffer[i*t2p->tiff_samplesperpixel + j] = samplebuffer[i + j*stride]; in t2p_sample_planar_separate_to_contig()
/libtiff-4.0.7/
H A DChangeLog1341 (to enlarge tbuf for possible partial stride at end) so that
1445 full "stride" past the end.