Searched refs:psyOutChanR (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacenc/src/
H A Dadj_thr.c592 PSY_OUT_CHANNEL *psyOutChanR = &psyOutChannel[1]; local
601 minEn > psyOutChanR->sfbEnergy[sfb]) {
603 psyOutChanR->sfbThreshold[sfb] = L_add(psyOutChanR->sfbEnergy[sfb], psyOutChanR->sfbEnergy[sfb]);
608 minEn = L_mpy_ls(psyOutChanR->sfbEnergy[sfb], (minSnrLimit * psyOutChanR->sfbMinSnr[sfb]) >> 16);

Completed in 157 milliseconds