Home
last modified time | relevance | path

Searched refs:nb_terminations (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Djpeg2000.h184 int nb_terminations; member
H A Djpeg2000dec.c1193 tmp = av_realloc_array(cblk->data_start, cblk->nb_terminations + newpasses + 1, sizeof(*cblk->data_start)); in jpeg2000_decode_packet()
1279 cblk->nb_terminations++; in jpeg2000_decode_packet()
1282 cblk->data_start[cblk->nb_terminations] = cblk->length; in jpeg2000_decode_packet()
1807 if (term_cnt >= cblk->nb_terminations) { in decode_cblk()

Completed in 5 milliseconds