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

1 2 3 4

  /external/qemu/android/skin/
region.h 99 SkinRegionRun* band; member in struct:SkinRegionIterator
  /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/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/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.*
308 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/chromium_org/third_party/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:__anon20365
98 /*! TRUE if the operating in the special ITU test mode, with the band split filters
126 } band[2]; member in struct:__anon20367
  /external/libvorbis/lib/
envelope.h 61 envelope_band band[VE_BANDS]; member in struct:__anon8442
  /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
388 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/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
tokenize.c 118 int band, rc, v, token; local
130 /* c = band for this case */
157 band = vp8_coef_bands[c];
164 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt];
168 ++x->coef_counts [1] [band] [pt] [token];
175 band = vp8_coef_bands[c];
177 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt];
181 ++x->coef_counts [1] [band] [pt] [DCT_EOB_TOKEN];
209 int band, rc, v; local
229 /* c = band for this case *
430 int type, band, pt, t; local
529 int band; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_detokenize.c 35 ++coef_counts[band][ctx][token]; \
64 int band, c = 0; local
120 band = *band_translate++;
121 prob = coef_probs[band][ctx];
123 ++eob_branch_count[band][ctx];
137 band = *band_translate++;
138 prob = coef_probs[band][ctx];
  /external/chromium_org/third_party/libwebp/enc/
cost.c 354 int ctype, band, ctx; local
359 for (band = 0; band < NUM_BANDS; ++band) {
361 const uint8_t* const p = proba->coeffs_[ctype][band][ctx];
362 uint16_t* const table = proba->level_cost_[ctype][band][ctx];
  /external/libvpx/libvpx/vp8/encoder/
tokenize.c 118 int band, rc, v, token; local
130 /* c = band for this case */
157 band = vp8_coef_bands[c];
164 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt];
168 ++x->coef_counts [1] [band] [pt] [token];
175 band = vp8_coef_bands[c];
177 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt];
181 ++x->coef_counts [1] [band] [pt] [DCT_EOB_TOKEN];
209 int band, rc, v; local
229 /* c = band for this case *
430 int type, band, pt, t; local
529 int band; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 63 ++coef_counts[band][ctx][token]; \
90 int band, c = 0; local
107 band = *band_translate++;
108 prob = coef_probs[band][ctx];
110 ++eob_branch_count[band][ctx];
124 band = *band_translate++;
125 prob = coef_probs[band][ctx];

Completed in 1060 milliseconds

1 2 3 4