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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dj2kenc.c106 int tileno, compno, reslevelno, bandno, precno;
131 for(bandno = 0; bandno < reslevel->nbands; bandno++){
132 Jpeg2000Band *band = reslevel->band + bandno;
134 fprintf(fd, "band %d:\n", bandno);
423 int compno, reslevelno, bandno; local
432 for (bandno = 0; bandno < nbands; bandno
483 encode_sigpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno) argument
519 encode_clnpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno) argument
651 int bandno, empty = 1; local
786 int precno, compno, reslevelno, bandno, cblkno, lev; local
815 int compno, reslevelno, bandno, ret; local
[all...]
H A Djpeg2000.c95 static int getsigctxno(int flag, int bandno) argument
108 if (bandno < 3) {
109 if (bandno == 1)
201 int reslevelno, bandno, gbandno = 0, ret, i, j; local
280 for (bandno = 0; bandno < reslevel->nbands; bandno++, gbandno++) {
281 Jpeg2000Band *band = reslevel->band + bandno;
297 lut_gain[codsty->transform == FF_DWT53][bandno + (reslevelno > 0)];
346 /* x0_b and y0_b are computed with ((bandno
483 int reslevelno, bandno, cblkno, precno; local
504 int reslevelno, bandno, precno; local
[all...]
H A Djpeg2000.h231 static inline int ff_jpeg2000_getsigctxno(int flag, int bandno) argument
233 return ff_jpeg2000_sigctxno_lut[flag & 255][bandno];
H A Djpeg2000dec.c685 int ret; // global bandno
737 int bandno, cblkno, ret, nb_code_blocks; local
745 for (bandno = 0; bandno < rlevel->nbands; bandno++) {
746 Jpeg2000Band *band = rlevel->band + bandno;
768 int v = expn[bandno] + numgbits - 1 -
803 for (bandno = 0; bandno < rlevel->nbands; bandno
936 decode_sigpass(Jpeg2000T1Context *t1, int width, int height, int bpno, int bandno, int bpass_csty_symbol, int vert_causal_ctx_csty_symbol) argument
988 decode_clnpass(Jpeg2000DecoderContext *s, Jpeg2000T1Context *t1, int width, int height, int bpno, int bandno, int seg_symbols, int vert_causal_ctx_csty_symbol) argument
1220 int compno, reslevelno, bandno; local
[all...]

Completed in 73 milliseconds