HomeSort by relevance Sort by last modified time
    Searched defs:band (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xc16x/
bit.s 7 band r0.1,r0.4 label
  /external/iproute2/tc/
q_prio.c 60 unsigned band; local
66 if (get_unsigned(&band, *argv, 10)) {
70 if (band >= opt.bands) {
78 opt.priomap[idx++] = band;
q_rr.c 61 unsigned band; local
67 if (get_unsigned(&band, *argv, 10)) {
71 if (band > opt.bands) {
79 opt.priomap[idx++] = band;
  /external/opencv3/3rdparty/libjasper/
jpc_tsfb.c 181 jpc_tsfb_band_t *band; local
183 band = bands;
186 &band, tsfb->numlvls);
189 band->xstart = xstart;
190 band->ystart = ystart;
191 band->xend = xend;
192 band->yend = yend;
193 band->locxstart = xstart;
194 band->locystart = ystart;
195 band->locxend = band->locxstart + band->xend - band->xstart
212 jpc_tsfb_band_t *band; local
    [all...]
  /external/libnl/src/
disabled-nl-qdisc-add.c 98 int prio, band; local
107 band = strtoul(argv[i+1], NULL, 0);
109 map[prio] = band;
122 "MAP := <prio> <band>\n");
  /external/opencv3/3rdparty/libwebp/enc/
cost.c 358 int ctype, band, ctx; local
363 for (band = 0; band < NUM_BANDS; ++band) {
365 const uint8_t* const p = proba->coeffs_[ctype][band][ctx];
366 uint16_t* const table = proba->level_cost_[ctype][band][ctx];
  /external/aac/libAACdec/src/
stereo.cpp 113 int group,band; local
129 for (band=0; band<scaleFactorBandsTransmitted; band++)
131 pJointStereoData->MsUsed[band] |= (FDKreadBits(bs,1) << group);
138 for (band=0; band<scaleFactorBandsTransmitted; band++)
140 pJointStereoData->MsUsed[band] = 255 ; /* set all flags to 1 */
168 int band; local
246 int band; local
    [all...]
rvlcconceal.cpp 116 int band,bnds,group,startBand; local
140 for (band=startBand; band >= 0; band--) {
141 bnds = 16*group+band;
191 int band,bnds,group,startBand; local
216 for (band=startBand; band < pRvlc->maxSfbTransmitted; band++) {
217 bnds = 16*group+band;
269 int band,bnds,startBand,endBand,group; local
405 int band,bnds,startBand,endBand,group; local
535 int band,bnds,group; local
643 int band,bnds,group; local
    [all...]
rvlc.cpp 196 int group, band, bnds; local
201 for (band=0; band < pRvlc->maxSfbTransmitted; band++) {
202 bnds = 16*group+band;
419 int band = 0; local
448 for (band=0; band < pRvlc->maxSfbTransmitted; band++) {
449 bnds = 16*group+band;
610 SHORT band, group, dpcm, offset; local
930 int band; local
958 int band; local
1058 int group,band; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_imdct_synth.cpp 224 int32 band; local
239 for (band = 0; band < bands2process; band++)
241 uint32 current_blk_type = (band < mx_band) ? LONG : blk_type;
243 int32 * out = in + (band * FILTERBANK_BANDS);
244 int32 * history = overlap + (band * FILTERBANK_BANDS);
317 if (band & 1)
332 for (band = bands2process; band < SUBBANDS_NUMBER; band++
    [all...]
  /external/aac/libSBRdec/src/
sbrdec_drc.cpp 111 int band; local
117 for (band = 0; band < (64); band++) {
118 hDrcData->prevFact_mag[band] = FL2FXCONST_DBL(0.5f);
121 for (band = 0; band < SBRDEC_MAX_DRC_BANDS; band++) {
122 hDrcData->currFact_mag[band] = FL2FXCONST_DBL(0.5f);
123 hDrcData->nextFact_mag[band] = FL2FXCONST_DBL(0.5f)
202 int band, bottomMdct, topMdct, bin, useLP; local
    [all...]
env_dec.cpp 141 int index, /*!< index to scalefactor band */
179 int index, /*!< index to scalefactor band */
745 int i, domain, no_of_bands, band, freqRes; local
766 for (band = 1; band < no_of_bands; band++)
769 mapLowResEnergyVal(*ptr_nrg, sfb_nrg_prev, offset, band, freqRes);
775 for (band = 0; band < no_of_bands; band++
    [all...]
sbrdec_freq_sca.cpp 109 \brief Retrieve QMF-band where the SBR range starts
114 \return Number of start band
121 INT band; local
129 band = FDK_sbrDecoder_sbr_start_freq_88[startFreq];
132 band = FDK_sbrDecoder_sbr_start_freq_64[startFreq];
135 band = FDK_sbrDecoder_sbr_start_freq_48[startFreq];
138 band = FDK_sbrDecoder_sbr_start_freq_44[startFreq];
141 band = FDK_sbrDecoder_sbr_start_freq_32[startFreq];
144 band = FDK_sbrDecoder_sbr_start_freq_24[startFreq];
147 band = FDK_sbrDecoder_sbr_start_freq_22[startFreq]
    [all...]
  /external/aac/libSBRenc/src/
code_env.cpp 427 INT i, no_of_bands, band; local
526 for (band = no_of_bands - 1; band > 0; band--) {
527 if ( ptr_nrg[band] - ptr_nrg[band-1] > codeBookScfLavBalanceFreq ) {
528 ptr_nrg[band-1] = ptr_nrg[band] - codeBookScfLavBalanceFreq;
531 for (band = 1; band < no_of_bands; band++)
    [all...]
nf_est.cpp 128 INT i,band,env; local
144 for (band = 0; band < noNoiseBands; band++){
147 accu += fMultDiv2(smoothFilter[i], prevNoiseLevels[i][band]);
149 FDK_ASSERT( (band + env*noNoiseBands) < MAX_NUM_NOISE_VALUES);
150 NoiseLevels[band+ env*noNoiseBands] = accu<<1;
171 INT startChannel, /*!< Start channel of the current noise floor band.*/
172 INT stopChannel, /*!< Stop channel of the current noise floor band. */
178 INVF_MODE inverseFilteringLevel) /*!< Inverse filtering level of the current band.*
309 INT nNoiseEnvelopes, startPos[2], stopPos[2], env, band; local
    [all...]
invf_est.cpp 430 INT band; local
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],
    [all...]
ps_main.cpp 551 INT group, bin, col, band; local
600 for (band=0; band<psBands; band++) {
602 dynBandScale[band] = CountLeadingBits(fixMax(maxVal[0][band],maxBandValue[band]));
604 dynBandScale[band] = fixMax(0,CountLeadingBits(fixMax(maxVal[0][band],maxBandValue[band]))-FRACT_BITS)
    [all...]
  /external/libvorbis/lib/
envelope.h 61 envelope_band band[VE_BANDS]; member in struct:__anon17837
  /external/opencv3/modules/imgcodecs/src/
grfmt_gdal.cpp 362 // iterate over each raster band
379 // get the GDAL Band
380 GDALRasterBand* band = m_dataset->GetRasterBand(c+1); local
382 // make sure the image band has the same dimensions as the image
383 if( band->GetXSize() != m_width || band->GetYSize() != m_height ){ return false; }
386 nRows = band->GetYSize();
387 nCols = band->GetXSize();
396 band->RasterIO( GF_Read, 0, y, nCols, 1, scanline, nCols, 1, GDT_Float64, 0, 0);
453 // make sure we have at least one band/channe
    [all...]
  /external/webp/src/enc/
cost.c 61 int ctype, band, ctx; local
67 for (band = 0; band < NUM_BANDS; ++band) {
69 const uint8_t* const p = proba->coeffs_[ctype][band][ctx];
70 uint16_t* const table = proba->level_cost_[ctype][band][ctx];
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_enc_dec.h 41 To allow fast and flexible interworking with narrow band telephony, the encoder and decoder
60 /*! TRUE if the operating in the special ITU test mode, with the band split filters
88 } band[2]; member in struct:__anon27729
98 /*! TRUE if the operating in the special ITU test mode, with the band split filters
126 } band[2]; member in struct:__anon27731
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.cpp 105 void AudioEqualizer::setGain(int band, int32_t millibel) {
106 ALOGV("AudioEqualizer::setGain(band=%d, millibel=%d)", band, millibel);
107 assert(band >= 0 && band < mNumPeaking + 2);
108 if (band == 0) {
110 } else if (band == mNumPeaking + 1) {
113 mpPeakingFilters[band - 1].setGain(millibel);
118 void AudioEqualizer::setFrequency(int band, uint32_t millihertz) {
119 ALOGV("AudioEqualizer::setFrequency(band=%d, millihertz=%d)", band
264 int band = mNumPeaking; local
    [all...]
  /frameworks/wilhelm/src/itf/
IEqualizer.c 145 static SLresult IEqualizer_SetBandLevel(SLEqualizerItf self, SLuint16 band, SLmillibel level)
151 (band >= thiz->mNumBands)) {
156 thiz->mLevels[band] = level;
164 android_eq_setParam(thiz->mEqEffect, EQ_PARAM_BAND_LEVEL, band, &level);
175 static SLresult IEqualizer_GetBandLevel(SLEqualizerItf self, SLuint16 band, SLmillibel *pLevel)
184 if (band >= thiz->mNumBands) {
190 level = thiz->mLevels[band];
197 android_eq_getParam(thiz->mEqEffect, EQ_PARAM_BAND_LEVEL, band, &level);
210 static SLresult IEqualizer_GetCenterFreq(SLEqualizerItf self, SLuint16 band, SLmilliHertz *pCenter)
218 if (band >= thiz->mNumBands)
302 const struct EqualizerBand *band; local
321 uint16_t band = 0; local
384 SLuint16 band; local
    [all...]
  /hardware/qcom/audio/post_proc/
equalizer.c 85 int equalizer_get_band_level(equalizer_context_t *context, int32_t band)
87 ALOGV("%s: band: %d level: %d", __func__, band,
88 context->band_levels[band] * 100);
89 return context->band_levels[band] * 100;
92 int equalizer_set_band_level(equalizer_context_t *context, int32_t band,
95 ALOGV("%s: band: %d, level: %d", __func__, band, level);
101 context->band_levels[band] = level;
116 int equalizer_get_center_frequency(equalizer_context_t *context __unused, int32_t band)
353 int32_t band; local
    [all...]
  /external/autotest/server/cros/ap_configurators/
ap_spec.py 83 def band_string_for_band(band):
84 """Returns a human readable string of the band
86 @param band: band object
87 @returns: string representation of the band
89 if band == BAND_2GHZ:
91 elif band == BAND_5GHZ:
133 band=None, mode=None, channel=None, hostnames=None,
149 if band == BAND_2GHZ or not band
202 def band(self): member in class:APSpec
    [all...]

Completed in 841 milliseconds

1 2 3 4 5