Home | History | Annotate | Download | only in src

Lines Matching defs:band

430   INT band;
435 for(band = 0 ; band < hInvFilt->noDetectorBands; band++){
436 INT startChannel = hInvFilt->freqBandTableInvFilt[band];
437 INT stopChannel = hInvFilt->freqBandTableInvFilt[band+1];
443 &hInvFilt->detectorValues[band],
450 infVec[band]= decisionAlgorithm( hInvFilt->detectorParams,
451 &hInvFilt->detectorValues[band],
453 &hInvFilt->prevRegionSbr[band],
454 &hInvFilt->prevRegionOrig[band]);
471 INT* freqBandTableDetector, /*!< Frequency band table for the inverse filtering. */
518 INT* freqBandTableDetector, /*!< Frequency band table for the inverse filtering. */