Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Djpeg2000.c530 reslevel->nbands = 1; in ff_jpeg2000_init_component()
532 reslevel->nbands = 3; in ff_jpeg2000_init_component()
557 reslevel->band = av_calloc(reslevel->nbands, sizeof(*reslevel->band)); in ff_jpeg2000_init_component()
561 if (reslevel->num_precincts_x * (uint64_t)reslevel->num_precincts_y * reslevel->nbands > avctx->max_pixels / sizeof(*reslevel->band->prec)) in ff_jpeg2000_init_component()
564 for (bandno = 0; bandno < reslevel->nbands; bandno++, gbandno++) { in ff_jpeg2000_init_component()
581 for (bandno = 0; bandno < rlevel->nbands; bandno++) { in ff_jpeg2000_reinit()
609 for (bandno = 0; bandno < reslevel->nbands; bandno++) { in ff_jpeg2000_cleanup()
H A Dj2kenc.c189 fprintf(fd, "x0 = %d, x1 = %d, y0 = %d, y1 = %d, nbands = %d\n",
191 reslevel->y1, reslevel->nbands);
192 for(bandno = 0; bandno < reslevel->nbands; bandno++){
559 int nbands, lev = codsty->nreslevels - reslevelno - 1; in init_quantization() local
560 nbands = reslevelno ? 3 : 1; in init_quantization()
561 for (bandno = 0; bandno < nbands; bandno++, gbandno++){ in init_quantization()
799 for (bandno = 0; bandno < rlevel->nbands; bandno++) { in encode_packet()
829 for (bandno = 0; bandno < rlevel->nbands; bandno++){ in encode_packet()
856 for (bandno = 0; bandno < rlevel->nbands; bandno++) { in encode_packet()
914 for (bandno = 0; bandno < rlevel->nbands; bandn in encode_packet()
[all...]
H A Djpeg2000.h211 uint8_t nbands; member
H A Djpeg2000dec.c1137 for (bandno = 0; bandno < rlevel->nbands; bandno++) { in jpeg2000_decode_packet()
1247 for (bandno = 0; bandno < rlevel->nbands; bandno++) { in jpeg2000_decode_packet()
1968 for (bandno = 0; bandno < rlevel->nbands; bandno++) { in tile_codeblocks()
/third_party/pulseaudio/speex/libspeexdsp/
H A Dpreprocess.c182 int nbands; member
440 st->nbands = NB_BANDS; in speex_preprocess_state_init()
441 M = st->nbands; in speex_preprocess_state_init()
742 M = st->nbands; in speex_preprocess_run()
821 Pframe = QCONST16(.1f,15)+MULT16_16_Q15(QCONST16(.899f,15),qcurve(DIV32_16(Zframe,st->nbands))); in speex_preprocess_run()
1017 M = st->nbands; in speex_preprocess_estimate_update()
/third_party/cups-filters/filter/
H A Dpdftoraster.cxx129 unsigned int nbands; member
1626 for (unsigned int band = 0;band < nbands;band++) { in writePageImage()
1639 for (unsigned int band = 0;band < nbands;band++) { in writePageImage()
2045 nbands = header.cupsNumColors; in main()
2047 nbands = 1; in main()
/third_party/pulseaudio/speex/tmv/
H A Dpreprocess_tm.h1052 M = st->nbands; in speex_preprocess_run()

Completed in 15 milliseconds