HomeSort by relevance Sort by last modified time
    Searched full:noisenrg (Results 1 - 9 of 9) sorted by null

  /external/aac/libAACenc/src/
aacenc_pns.cpp 118 INT *noiseNrg );
179 calculated noiseNrg at active PNS
197 INT *noiseNrg )
209 noiseNrg[sfb] = NO_NOISE_PNS; /* clear nrg's of previous frame */
314 calculate noiseNrg's
319 noiseNrg );
384 description: Calculate the NoiseNrg's
387 if pnsFlag calculate NoiseNrg
389 pointer to noiseNrg (modified)
390 output: noiseNrg's in pnsFlaged sfb'
    [all...]
dyn_bits.cpp 250 const INT* const noiseNrg,
262 if(noiseNrg[i] != NO_NOISE_PNS){
397 const INT* const noiseNrg,
441 FDKaacEnc_gmStage0(huffsection, bitLookUp, sectionData->maxSfbPerGroup, noiseNrg+grpNdx, isBook+grpNdx);
670 INT noisePreCount(const INT *noiseNrg, INT maxSfb)
677 if (noiseNrg[i] != NO_NOISE_PNS) {
681 lastValPns = noiseNrg[i];
684 deltaPns = noiseNrg[i]-lastValPns;
685 lastValPns = noiseNrg[i];
697 const INT* const noiseNrg
    [all...]
dyn_bits.h 147 INT noisePreCount(const INT *noiseNrg, INT maxSfb);
161 const INT* const noiseNrg,
pns_func.h 124 INT *noiseNrg );
130 INT *noiseNrg,
bitenc.cpp 296 INT *RESTRICT noiseNrg,
333 deltaPns = noiseNrg[j]-lastValPns;
334 lastValPns = noiseNrg[j];
    [all...]
interface.h 130 INT noiseNrg[MAX_GROUPED_SFB];
psy_main.cpp     [all...]
qc_main.cpp     [all...]
  /external/aac/libAACdec/src/
rvlc.cpp 427 SHORT noisenrg = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET - 90 - 256; local
493 noisenrg += pRvlc->dpcm_noise_nrg;
494 pScfFwd[bnds] = 100 + noisenrg;
495 pRvlc->lastNrg = noisenrg;
522 noisenrg += dpcm;
523 pScfFwd[bnds] = 100 + noisenrg;
524 pRvlc->lastNrg = noisenrg;
615 SHORT noisenrg = pRvlc->rev_global_gain + pRvlc->dpcm_noise_last_position - SF_OFFSET - 90 - 256; local
719 pScfBwd[bnds] = noisenrg;
726 pScfBwd[bnds] = noisenrg;
    [all...]

Completed in 976 milliseconds