HomeSort by relevance Sort by last modified time
    Searched refs:psyOutChan (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
adj_thr.c 77 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch];
78 for(sfbGrp = 0; sfbGrp < psyOutChan->sfbCnt; sfbGrp+= psyOutChan->sfbPerGroup)
80 psfbThre = psyOutChan->sfbThreshold + sfbGrp;
81 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
106 PSY_OUT_CHANNEL* psyOutChan = &psyOutChannel[ch];
111 for (sfbOffs=0; sfbOffs<psyOutChan->sfbCnt; sfbOffs+=psyOutChan->sfbPerGroup) {
112 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
113 avgEn = L_add(avgEn, psyOutChan->sfbEnergy[sfbOffs+sfb])
    [all...]
line_pe.c 51 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch];
53 for(sfbGrp=0;sfbGrp<psyOutChan->sfbCnt; sfbGrp+=psyOutChan->sfbPerGroup){
54 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
85 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch];
87 const Word32 *sfbEnergy = psyOutChan->sfbEnergy;
88 const Word32 *sfbThreshold = psyOutChan->sfbThreshold;
94 for(sfbGrp=0; sfbGrp<psyOutChan->sfbCnt; sfbGrp+=psyOutChan->sfbPerGroup) {
95 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++)
    [all...]
sf_estim.c 98 PSY_OUT_CHANNEL *psyOutChan)
105 for (sfbOffs=0; sfbOffs<psyOutChan->sfbCnt; sfbOffs+=psyOutChan->sfbPerGroup){
106 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
109 if (psyOutChan->sfbEnergy[i] > psyOutChan->sfbThreshold[i]) {
112 sfbw = psyOutChan->sfbOffsets[i+1] - psyOutChan->sfbOffsets[i];
114 mdctSpec = psyOutChan->mdctSpectrum + psyOutChan->sfbOffsets[i]
    [all...]
  /external/aac/libAACenc/src/
sf_estim.cpp 120 PSY_OUT_CHANNEL *RESTRICT psyOutChan)
125 int tmp0 = psyOutChan->sfbCnt;
126 int tmp1 = psyOutChan->maxSfbPerGroup;
127 int step = psyOutChan->sfbPerGroup;
132 for(j=psyOutChan->sfbOffsets[sfbGrp+sfb]; j<psyOutChan->sfbOffsets[sfbGrp+sfb+1]; j++ ) {
133 formFactor += sqrtFixp(fixp_abs(psyOutChan->mdctSpectrum[j]))>>FORM_FAC_SHIFT;
138 for ( ; sfb < psyOutChan->sfbPerGroup; sfb++) {
304 static FIXP_DBL FDKaacEnc_calcSpecPeDiff(PSY_OUT_CHANNEL *psyOutChan,
323 /* sfbConstPePart[sfb] = (float)log(psyOutChan->sfbEnergy[sfb] * 6.75f / sfbFormFactor[sfb]) * LOG2_1; *
    [all...]
adj_thr.cpp 559 PSY_OUT_CHANNEL *psyOutChan = psyOutChannel[ch];
560 for(sfbGrp = 0;sfbGrp < psyOutChan->sfbCnt;sfbGrp+= psyOutChan->sfbPerGroup){
561 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
597 PSY_OUT_CHANNEL *psyOutChan = psyOutChannel[ch];
599 psyOutChan->sfbEnergyLdData,
600 psyOutChan->sfbThresholdLdData,
602 psyOutChan->sfbOffsets,
603 psyOutChan->sfbCnt,
604 psyOutChan->sfbPerGroup
    [all...]
aacenc.cpp 723 PSY_OUT_CHANNEL *psyOutChan = psyOut->psyOutElement[el]->psyOutChannel[ch];
726 psyOutChan->mdctSpectrum = qcOutChan->mdctSpectrum;
727 psyOutChan->sfbSpreadEnergy = qcOutChan->sfbSpreadEnergy;
728 psyOutChan->sfbEnergy = qcOutChan->sfbEnergy;
729 psyOutChan->sfbEnergyLdData = qcOutChan->sfbEnergyLdData;
730 psyOutChan->sfbMinSnrLdData = qcOutChan->sfbMinSnrLdData;
731 psyOutChan->sfbThresholdLdData = qcOutChan->sfbThresholdLdData;
    [all...]

Completed in 87 milliseconds