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

1234

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
H A Dg722_encode.c65 static void block4(g722_encode_state_t *s, int band, int d) argument
73 s->band[band].d[0] = d;
74 s->band[band].r[0] = saturate(s->band[band].s + d);
77 s->band[band].p[0] = saturate(s->band[ban
[all...]
H A Dg722_decode.c65 static void block4(g722_decode_state_t *s, int band, int d);
67 static void block4(g722_decode_state_t *s, int band, int d) argument
75 s->band[band].d[0] = d;
76 s->band[band].r[0] = saturate(s->band[band].s + d);
79 s->band[band]
[all...]
H A Dg722_enc_dec.h41 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:__anon15747
98 /*! TRUE if the operating in the special ITU test mode, with the band split filters
126 } band[2]; member in struct:__anon15749
/external/aac/libAACdec/src/
H A Dstereo.cpp113 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...]
H A Daacdec_pns.cpp153 const int band)
155 unsigned pns_band = group*16+band;
167 const int band,
171 unsigned pns_band = group*16+band;
187 const int band)
190 unsigned pns_band = group*16+band;
206 const int band)
209 unsigned pns_band = group*16+band;
224 int band,
228 UINT pns_band = group*16+band;
151 CPns_IsPnsUsed(const CPnsData *pPnsData, const int group, const int band) argument
165 CPns_SetCorrelation(CPnsData *pPnsData, const int group, const int band, const int outofphase) argument
185 CPns_IsCorrelated(const CPnsData *pPnsData, const int group, const int band) argument
204 CPns_IsOutOfPhase(const CPnsData *pPnsData, const int group, const int band) argument
219 CPns_Read(CPnsData *pPnsData, HANDLE_FDK_BITSTREAM bs, const CodeBookDescription *hcb, SHORT *pScaleFactor, UCHAR global_gain, int band, int group ) argument
[all...]
H A Drvlcconceal.cpp116 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...]
H A Dblock.cpp167 int band; local
178 for (band=0; band < ScaleFactorBandsTransmitted; band++)
180 switch (pCodeBook[group*16+band]) {
183 pScaleFactor[group*16+band] = 0;
191 pScaleFactor[group*16+band] = factor - 100;
198 pScaleFactor[group*16+band] = position - 100;
205 CPns_Read( &pAacDecoderChannelInfo->data.aac.PnsData, bs, hcb, pAacDecoderChannelInfo->pDynData->aScaleFactor, pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain, band, group);
216 int band; local
277 int top, band; local
428 int window, group, groupwin, band; local
508 int window,group,groupwin,groupoffset,band; local
[all...]
H A Daacdec_drc.cpp614 pDrcBs->channelData.numBands = 1; /* One band ... */
624 pDrcBs->channelData.numBands = 1; /* One band ... */
855 int band, top, bin, numBands;
937 for (band = 0; band < numBands; band++)
939 UCHAR drcVal = pDrcChData->drcValue[band];
940 top = fixMin((int)( (pDrcChData->bandTop[band]+1)<<2 ), aacFrameSize);
942 fact_mantissa[band] = FL2FXCONST_DBL(0.5f);
943 fact_exponent[band]
[all...]
H A Drvlc.cpp196 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...]
/external/aac/libAACdec/src/arm/
H A Dblock_arm.cpp110 for (int band=0; band < max_band; band++)
113 band_offset = BandOffsets[band+1];
115 int scale = SpecScale_window-pSfbScale[window*16+band];
/external/aac/libSBRenc/src/
H A Dcode_env.cpp427 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_band
[all...]
H A Dnf_est.cpp128 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...]
H A Dps_encode.cpp220 INT idx, band; local
223 for (band=0; band<nBands;band++) {
225 if( fixp_abs((input[band]>>1)-(quantTable[idx+1]>>1)) >
226 fixp_abs((input[band]>>1)-(quantTable[idx]>>1)) )
231 quantErr += (fixp_abs(input[band]-quantTable[idx])>>PS_QUANT_SCALE); /* don't scale before subtraction; diff smaller (64-25)/64 */
232 quantOut[band] = idx - idxOffset;
352 INT env, band; local
373 for(band
583 INT env, band; local
855 int group, bin, col, subband, band; local
[all...]
/external/aac/libSBRdec/src/
H A Dsbrdec_drc.cpp111 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]
202 int band, bottomMdct, topMdct, bin, useLP; local
[all...]
H A Dpsdec_hybrid.cpp489 int k, band; local
503 QMF samples in the low-band buffer.
506 for(band = 0; band < hHybrid->nQmfBands; band++) {
508 /* get hybrid resolution per qmf band */
509 /* in case of baseline ps 10/20 band stereo mode : */
515 /* (split the 3 lower qmf band to 12 hybrid bands) */
517 hybridRes = (HYBRID_RES)hHybrid->pResolution[band];
519 FDKmemcpy(pWorkRealSlot, hHybrid->mQmfBufferRealSlot[band], hHybri
628 int k, band; local
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Drate.h53 static OPUS_INLINE int bits2pulses(const CELTMode *m, int band, int LM, int bits) argument
60 cache = m->cache.bits + m->cache.index[LM*m->nbEBands+band];
80 static OPUS_INLINE int pulses2bits(const CELTMode *m, int band, int LM, int pulses) argument
85 cache = m->cache.bits + m->cache.index[LM*m->nbEBands+band];
90 * band.
93 each band
95 @param pulses Number of pulses per band (returned)
/external/libopus/celt/
H A Drate.h53 static OPUS_INLINE int bits2pulses(const CELTMode *m, int band, int LM, int bits) argument
60 cache = m->cache.bits + m->cache.index[LM*m->nbEBands+band];
80 static OPUS_INLINE int pulses2bits(const CELTMode *m, int band, int LM, int pulses) argument
85 cache = m->cache.bits + m->cache.index[LM*m->nbEBands+band];
90 * band.
93 each band
95 @param pulses Number of pulses per band (returned)
/external/libvorbis/lib/
H A Denvelope.c53 e->band[0].begin=2; e->band[0].end=4;
54 e->band[1].begin=4; e->band[1].end=5;
55 e->band[2].begin=6; e->band[2].end=6;
56 e->band[3].begin=9; e->band[3].end=8;
57 e->band[4].begin=13; e->band[
[all...]
H A Denvelope.h61 envelope_band band[VE_BANDS]; member in struct:__anon24744
/external/iproute2/tc/
H A Dq_prio.c60 unsigned band; local
66 if (get_unsigned(&band, *argv, 10)) {
70 if (band > opt.bands) {
78 opt.priomap[idx++] = band;
H A Dq_rr.c61 unsigned band; local
67 if (get_unsigned(&band, *argv, 10)) {
71 if (band > opt.bands) {
79 opt.priomap[idx++] = band;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dtokenize.c118 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 fo
430 int type, band, pt, t; local
529 int band; local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dtokenize.c118 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 fo
430 int type, band, pt, t; local
529 int band; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_detokenize.c35 ++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/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.c63 ++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 490 milliseconds

1234