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

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
grp_data.h 31 SFB_THRESHOLD *sfbThreshold,
psy_data.h 55 SFB_THRESHOLD sfbThreshold; /* adapt */
interface.h 61 Word32 *sfbThreshold;
91 SFB_THRESHOLD *sfbThreshold,
  /external/aac/libAACenc/src/
grp_data.h 100 SFB_THRESHOLD *sfbThreshold, /* in-out */
psy_data.h 98 * sfbEnergy.Long and sfbEnergyMS.Long and sfbThreshold.Long are used as a temporary storage for the regrouped
138 SFB_THRESHOLD sfbThreshold; /* adapt */
grp_data.cpp 103 SFB_THRESHOLD *sfbThreshold, /* in-out */
181 FIXP_DBL thresh = sfbThreshold->Short[wnd][sfb];
184 thresh = nrgAddSaturate(thresh, sfbThreshold->Short[wnd+j][sfb]);
186 sfbThreshold->Long[i++] = thresh;
pns_func.h 131 FIXP_DBL *sfbThreshold );
ms_stereo.cpp 110 FIXP_DBL *sfbThresholdLeft = psyData[0]->sfbThreshold.Long; /* modified where msMask==1 */
111 FIXP_DBL *sfbThresholdRight = psyData[1]->sfbThreshold.Long; /* modified where msMask==1 */
psy_main.cpp 574 pSfbThreshold[ch] = psyData[ch]->sfbThreshold.Short[0];
588 pSfbThreshold[ch] = psyData[ch]->sfbThreshold.Long;
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
grp_data.c 37 SFB_THRESHOLD *sfbThreshold,
110 Word32 thresh = sfbThreshold->sfbShort[wnd][sfb];
112 thresh = L_add(thresh, sfbThreshold->sfbShort[wnd+j][sfb]);
114 sfbThreshold->sfbLong[i] = thresh;
line_pe.c 88 const Word32 *sfbThreshold = psyOutChan->sfbThreshold;
97 Word32 thres = sfbThreshold[sfbGrp+sfb];
psy_main.c 360 &psyData[ch].sfbThreshold,
392 psyData[0].sfbThreshold.sfbLong,
393 psyData[1].sfbThreshold.sfbLong,
409 psyData[0].sfbThreshold.sfbLong,
410 psyData[1].sfbThreshold.sfbLong,
431 &psyData[ch].sfbThreshold,
448 &psyData[ch].sfbThreshold,
533 data1 = psyData->sfbThreshold.sfbLong;
561 psyData->sfbThreshold.sfbLong);
564 data0 = psyData->sfbThreshold.sfbLong
    [all...]
interface.c 70 psyOutCh->sfbThreshold = groupedSfbThreshold->sfbLong;
adj_thr.c 80 psfbThre = psyOutChan->sfbThreshold + sfbGrp;
306 (psyOutChan->sfbEnergy[sfbGrp+sfb] <= psyOutChan->sfbThreshold[sfbGrp+sfb]) ||
381 psfbThr = psyOutChan->sfbThreshold + sfbGrp;
476 sfbThr = psyOutChan->sfbThreshold[sfbGrp+sfb];
512 psyOutChan->sfbThreshold[sfbGrp+sfb] = sfbThrReduced;
552 psyOutCh->sfbThreshold[sfb] =
607 psyOutChanR->sfbThreshold[sfb] = L_add(psyOutChanR->sfbEnergy[sfb], psyOutChanR->sfbEnergy[sfb]);
617 psyOutChanL->sfbThreshold[sfb] = L_add(psyOutChanL->sfbEnergy[sfb], psyOutChanL->sfbEnergy[sfb]);
656 (psyOutChan->sfbEnergy[sfb] > psyOutChan->sfbThreshold[sfb])) {
702 psyOutChan->sfbThreshold[sfb] = L_add(psyOutChan->sfbEnergy[sfb], psyOutChan->sfbEnergy[sfb])
    [all...]
sf_estim.c 109 if (psyOutChan->sfbEnergy[i] > psyOutChan->sfbThreshold[i]) {
666 if (sfbDistNew[sfb] > psyOutChan->sfbThreshold[sfb]) {
718 thresh = psyOutChan->sfbThreshold[i];

Completed in 466 milliseconds