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

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
adj_thr.c 633 Word16 enIdx;
673 for (enIdx=0; enIdx<4; enIdx++) {
675 enFac = ((6-(enIdx << 1)) * enDiff);
676 en[enIdx] = fixmul(avgEn, pow2_xy(L_negate(enFac),7*4));
689 enIdx = 0;
699 if (ahFlag[ch][sfb] != NO_AH && psyOutChan->sfbEnergy[sfb] < en[enIdx]){
717 enIdx = enIdx + 1
    [all...]
  /external/aac/libAACenc/src/
adj_thr.cpp     [all...]

Completed in 135 milliseconds