Home
last modified time | relevance | path

Searched refs:lblock (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Djpeg2000.h181 uint8_t lblock; member
H A Djpeg2000.c375 cblk->lblock = 3; in init_prec()
590 cblk->lblock = 3; in ff_jpeg2000_reinit()
H A Dj2kenc.c812 cblk->lblock = 3; 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()
902 cblk->lblock += llen; in encode_packet()
905 put_num(s, length, cblk->lblock + av_log2(cblk->layers[layno].npasses)); in encode_packet()
H A Djpeg2000dec.c1179 if (cblk->lblock + llen + av_log2(newpasses) > 16) { in jpeg2000_decode_packet()
1185 cblk->lblock += llen; in jpeg2000_decode_packet()
1208 if ((ret = get_bits(s, av_log2(newpasses1) + cblk->lblock)) < 0) in jpeg2000_decode_packet()

Completed in 10 milliseconds