Searched refs:band (Results 1 - 25 of 36) sorted by relevance

12

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_tsfb.c248 jpc_tsfbnodeband_t *band; local
262 for (bandno = 0, band = nodebands; bandno < numbands; ++bandno, ++band) {
264 if (band->xstart != band->xend && band->ystart != band->yend) {
265 jas_seq2d_bindsub(y, x, band->locxstart, band->locystart,
266 band
289 jpc_tsfbnodeband_t *band; local
353 jpc_tsfb_band_t *band; local
492 jpc_tsfbnodeband_t *band; local
[all...]
H A Djpc_t1enc.h140 jpc_enc_band_t *band, jpc_enc_cblk_t *cblk);
H A Djpc_t2enc.c214 jpc_enc_band_t *band; local
267 for (band = lvl->bands; band != endbands; ++band) {
268 if (!band->data) {
271 prc = &band->prcs[prcno];
394 for (band = lvl->bands; band != endbands; ++band) {
395 if (!band
445 jpc_enc_band_t *band; local
493 jpc_enc_band_t *band; local
541 jpc_enc_band_t *band; local
[all...]
H A Djpc_enc.c179 static jpc_enc_band_t *band_create(jpc_enc_band_t *band, jpc_enc_cp_t *cp,
183 jpc_enc_band_t *band);
1152 jpc_enc_band_t *band; local
1256 for (band = lvl->bands; band != endbands; ++band) {
1257 if (!band->data) {
1263 for (y = 0; y < jas_matrix_numrows(band->data); ++y) {
1264 for (x = 0; x < jas_matrix_numcols(band->data); ++x) {
1265 mag = abs(jas_matrix_get(band
1628 jpc_enc_band_t *band; local
1693 jpc_enc_band_t *band; local
2213 jpc_enc_band_t *band; local
2287 jpc_enc_band_t *band; local
2299 band_create(jpc_enc_band_t *band, jpc_enc_cp_t *cp, jpc_enc_rlvl_t *rlvl, jpc_tsfb_band_t *bandinfos) argument
2366 band_destroy(jpc_enc_band_t *band) argument
2385 prc_create(jpc_enc_prc_t *prc, jpc_enc_cp_t *cp, jpc_enc_band_t *band) argument
2538 jpc_enc_band_t *band; local
2629 jpc_enc_band_t *band; local
[all...]
H A Djpc_t2dec.c211 jpc_dec_band_t *band; local
284 for (bandno = 0, band = rlvl->bands; bandno < rlvl->numbands;
285 ++bandno, ++band) {
286 if (!band->data) {
289 prc = &band->prcs[prcno];
417 for (bandno = 0, band = rlvl->bands; bandno < rlvl->numbands;
418 ++bandno, ++band) {
419 if (!band->data) {
422 prc = &band->prcs[prcno];
436 fprintf(stderr, "lyrno=%02d, compno=%02d, lvlno=%02d, prcno=%02d, bandno=%02d, cblkno=%02d, passno=%02d numpasses=%02d cnt=%d numbps=%d, numimsbs=%d\n", lyrno, compno, rlvlno, prcno, band
[all...]
H A Djpc_dec.c686 jpc_dec_band_t *band; local
814 for (bandno = 0, band = rlvl->bands;
815 bandno < rlvl->numbands; ++bandno, ++band) {
820 band->orient = bnd->orient;
821 band->stepsize = ccp->stepsizes[bndno];
822 band->analgain = JPC_NOMINALGAIN(ccp->qmfbid,
823 tcomp->numrlvls - 1, rlvlno, band->orient);
824 band->absstepsize = jpc_calcabsstepsize(band->stepsize,
825 cmpt->prec + band
958 jpc_dec_band_t *band; local
1065 jpc_dec_band_t *band; local
2020 jpc_dec_band_t *band; local
[all...]
H A Djpc_t1enc.c163 jpc_enc_band_t *band; local
186 for (band = lvl->bands; band != endbands; ++band) {
187 if (!band->data) {
190 for (prcno = 0, prc = band->prcs; prcno < lvl->numprcs; ++prcno, ++prc) {
213 cblk->numimsbs = band->numbps - cblk->numbps;
218 if (jpc_enc_enccblk(enc, cblk->stream, tcmpt, band, cblk)) {
242 int jpc_enc_enccblk(jpc_enc_t *enc, jas_stream_t *out, jpc_enc_tcmpt_t *tcmpt, jpc_enc_band_t *band, jpc_enc_cblk_t *cblk) argument
261 rlvl = band
[all...]
H A Djpc_t1dec.c141 static int jpc_dec_decodecblk(jpc_dec_t *dec, jpc_dec_tile_t *tile, jpc_dec_tcomp_t *tcomp, jpc_dec_band_t *band,
198 jpc_dec_band_t *band; local
212 for (bandcnt = rlvl->numbands, band = rlvl->bands;
213 bandcnt > 0; --bandcnt, ++band) {
214 if (!band->data) {
217 for (prccnt = rlvl->numprcs, prc = band->prcs;
226 band, cblk, 1, JPC_MAXLYRS)) {
239 static int jpc_dec_decodecblk(jpc_dec_t *dec, jpc_dec_tile_t *tile, jpc_dec_tcomp_t *tcomp, jpc_dec_band_t *band, argument
289 if (cblk->numimsbs > band->numbps) {
294 if (cblk->numimsbs < ccp->roishift - band
[all...]
H A Djpc_enc.h437 /* The per-band information. */
438 struct jpc_enc_band_s *band; member in struct:jpc_enc_prc_s
450 /* Encoder per-band state information. */
457 /* The coefficient data for this band. */
460 /* The orientation of this band (i.e., LL, LH, HL, or HH). */
463 /* The number of bit planes associated with this band. */
473 this band. (The MCT is not considered in this value.) */
476 /* The analysis gain for this band. */
505 relative to the associated LL band. */
509 relative to the associated LL band
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizer.cpp56 Equalizer::SetBand(int band, double value) argument
58 if (band < 0 || band >= BandCount())
61 fBands[band] = value;
66 Equalizer::Band(int band) argument
68 if (band < 0 || band >= BandCount())
71 return fBands[band];
81 Equalizer::BandFrequency(int band) argument
83 if (band <
[all...]
H A DEqualizer.h20 void SetBand(int band, double value);
21 double Band(int band);
23 float BandFrequency(int band);
H A DEqualizerNode.cpp122 int band = id - P_BANDS; local
123 *(float*)value = (float)fEqualizer.Band(band);
124 *lastChangeTime = fBandsLastChanged[band];
551 int band = id - P_BANDS; local
552 if (value != fEqualizer.Band(band)) {
553 fEqualizer.SetBand(band, value);
554 fBandsLastChanged[band] = now;
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dtcd.c61 opj_tcd_band_t *band = &res->bands[bandno]; local
62 fprintf(fd, " band {\n");
65 band->x0, band->y0, band->x1, band->y1, band->stepsize, band->numbps);
67 opj_tcd_precinct_t *prec = &band->precincts[precno];
262 opj_tcd_band_t *band local
367 opj_tcd_band_t *band = &res->bands[bandno]; local
524 opj_tcd_band_t *band = &res->bands[bandno]; local
772 opj_tcd_band_t *band = &res->bands[bandno]; local
875 opj_tcd_band_t *band = &res->bands[bandno]; local
956 opj_tcd_band_t *band = &res->bands[bandno]; local
1038 opj_tcd_band_t *band = &res->bands[bandno]; local
1547 opj_tcd_band_t *band = &res->bands[bandno]; local
[all...]
H A Dt2.c160 opj_tcd_band_t *band = &res->bands[bandno]; local
161 opj_tcd_precinct_t *prc = &band->precincts[precno];
167 tgt_setvalue(prc->imsbtree, cblkno, band->numbps - cblk->numbps);
178 opj_tcd_band_t *band = &res->bands[bandno]; local
179 opj_tcd_precinct_t *prc = &band->precincts[precno];
269 opj_tcd_band_t *band = &res->bands[bandno]; local
270 opj_tcd_precinct_t *prc = &band->precincts[precno];
352 opj_tcd_band_t *band = &res->bands[bandno]; local
353 opj_tcd_precinct_t *prc = &band->precincts[precno];
355 if ((band
438 opj_tcd_band_t *band = &res->bands[bandno]; local
549 opj_tcd_band_t *band = &res->bands[bandno]; local
[all...]
H A Dt1.c1417 opj_tcd_band_t* restrict band = &res->bands[bandno]; local
1418 int bandconst = 8192 * 8192 / ((int) floor(band->stepsize * 8192));
1421 opj_tcd_precinct_t *prc = &band->precincts[precno];
1431 int x = cblk->x0 - band->x0;
1432 int y = cblk->y0 - band->y0;
1433 if (band->bandno & 1) {
1437 if (band->bandno & 2) {
1477 band->bandno,
1481 band->stepsize,
1507 opj_tcd_band_t* restrict band local
[all...]
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dcost.c358 int ctype, band, ctx; local
360 for (band = 0; band < NUM_BANDS; ++band) {
362 const uint8_t* const p = proba->coeffs_[ctype][band][ctx];
363 uint16_t* const table = proba->level_cost_[ctype][band][ctx];
/haiku-fatelf/src/add-ons/media/media-add-ons/radeon/
H A DTuner.cpp217 for (int band = 0; band < kBandsPerTuner; band++) {
218 if (frequency >= kTunerTable[index].bands[band].minFrequency &&
219 frequency <= kTunerTable[index].bands[band].maxFrequency) {
224 kTunerTable[index].bands[band].pll |
301 void CTuner::SetParameters(int divider, int control, int band) argument
310 buffer[3] = (band & 0xff);
314 buffer[1] = (band & 0xff);
H A DTuner.h61 void SetParameters(int divider, int control, int band);
/haiku-fatelf/src/add-ons/print/drivers/gutenprint/
H A DGPBinding.cpp202 GPBand* band = new(nothrow) GPBand(bitmap, validRect, where); local
203 if (band == NULL) {
207 fBands.push_back(band);
231 GPBand* band = *it; local
232 delete band;
H A DGPJob.cpp373 GPBand* band = *it; local
374 rect = rect | band->GetBoundingRectangle();
420 GPBand* band = FindBand(line); local
421 if (band != NULL)
422 FillRow(band, data, size, line);
436 GPBand* band = *it; local
437 if (band->ContainsLine(line)) {
438 fCachedBand = band;
439 return band;
449 GPJob::FillRow(GPBand* band, unsigne argument
[all...]
H A DGPJob.h43 void FillRow(GPBand* band, unsigned char* data, size_t size,
/haiku-fatelf/headers/libs/print/libprint/
H A DGraphicsDriver.h76 bool _PrintBand(BBitmap* band, BPoint* offset);
/haiku-fatelf/src/add-ons/media/plugins/ac3_decoder/liba52/
H A Dparse.c793 int j, end, band, rematflg; local
808 band = rematrix_band[i++];
809 if (band > end)
810 band = end;
818 } while (++j < band);
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_scan.c1070 nbands = (cie->len - 3) / sizeof(cie->band[0]);
1072 schan = cie->band[i].schan;
1073 nchan = cie->band[i].nchan;
1076 cie->band[i].maxtxpwr);
1078 printf(" %u,%u", schan, cie->band[i].maxtxpwr);
/haiku-fatelf/src/libs/print/libgutenprint/src/testpattern/
H A Dtestpattern.c1114 int band = row / global_band_height; local
1118 else if (band >= global_n_testpatterns)
1123 if (band != previous_band)
1134 previous_band = band;
1140 fill_pattern(&(static_testpatterns[band]), data,

Completed in 378 milliseconds

12