Home
last modified time | relevance | path

Searched refs:npasses (Results 1 - 7 of 7) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
H A Dntfswipe.c74 static unsigned long int npasses = 0; variable
1640 /* De-select all patterns once every npasses calls. */ in fill_buffer()
1641 if (pat_no % npasses == 0) { in fill_buffer()
1646 pat_no %= npasses; in fill_buffer()
1647 /* double check for npasses >= NPAT + 3: */ in fill_buffer()
1659 if ((pat_no == 0) || (pat_no == npasses-1) || (pat_no == npasses/2)) { in fill_buffer()
1784 for (pass = 0; pass < npasses; pass++) { in destroy_record()
1800 if (npasses > 1) { in destroy_record()
1808 for (pass = 0; pass < npasses; pas in destroy_record()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dj2kenc.c755 cblk->npasses = passno; in encode_cblk()
815 if (cblk->layers[i].npasses > 0) { in encode_packet()
838 if (cblk->layers[layno].npasses) { in encode_packet()
878 put_bits(s, cblk->layers[layno].npasses > 0, 1); in encode_packet()
881 if (!cblk->layers[layno].npasses) in encode_packet()
891 putnumpasses(s, cblk->layers[layno].npasses); in encode_packet()
897 if (cblk->lblock + av_log2(cblk->layers[layno].npasses) < av_log2(length) + 1) { in encode_packet()
898 llen = av_log2(length) + 1 - cblk->lblock - av_log2(cblk->layers[layno].npasses); in encode_packet()
905 put_num(s, length, cblk->lblock + av_log2(cblk->layers[layno].npasses)); in encode_packet()
922 if (cblk->layers[layno].npasses) { in encode_packet()
[all...]
H A Djpeg2000.h168 int npasses; member
174 uint8_t npasses; member
H A Djpeg2000dec.c1151 if (cblk->npasses) in jpeg2000_decode_packet()
1160 if (!cblk->npasses) { in jpeg2000_decode_packet()
1173 if (cblk->npasses + newpasses >= JPEG2000_MAX_PASSES) { in jpeg2000_decode_packet()
1202 if (needs_termination(codsty->cblk_style, cblk->npasses + newpasses1 - 1)) { in jpeg2000_decode_packet()
1225 cblk->npasses += newpasses1; in jpeg2000_decode_packet()
1762 int passno = cblk->npasses, pass_t = 2, bpno = cblk->nonzerobits - 1 + roi_shift; in decode_cblk()
1814 pass_cnt, cblk->npasses); in decode_cblk()
H A Djpeg2000.c377 cblk->npasses = 0; in init_prec()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngunknown.c663 int i, npasses, ipass; in check() local
810 npasses = 1; in check()
814 npasses = PNG_INTERLACE_ADAM7_PASSES; in check()
832 if (npasses > 1) in check()
836 for (ipass=0; ipass<npasses; ++ipass) in check()
H A Dpngvalid.c4181 int npasses = set_write_interlace_handling(pp, interlace_type); in make_transform_image() local
4184 if (npasses != npasses_from_interlace_type(pp, interlace_type)) in make_transform_image()
4187 for (pass=0; pass<npasses; ++pass) in make_transform_image()
4396 int npasses = npasses_from_interlace_type(pp, interlace_type); in make_size_image() local
4407 npasses != set_write_interlace_handling(pp, interlace_type)) in make_size_image()
4414 for (pass=0; pass<npasses; ++pass) in make_size_image()
4719 int npasses = set_write_interlace_handling(pp, interlace_type); in make_error() local
4722 if (npasses != npasses_from_interlace_type(pp, interlace_type)) in make_error()
4725 for (pass=0; pass<npasses; ++pass) in make_error()
4949 int npasses; /* Numbe member
5474 int npasses = dp->npasses; sequential_row() local
[all...]

Completed in 22 milliseconds