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

  /external/aac/libAACenc/src/
qc_main.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
adj_thr.c 547 PSY_OUT_CHANNEL* psyOutCh = psyOutChannel;
550 psyOutCh->sfbMinSnr[sfb] < minSnrLimit) {
551 psyOutCh->sfbMinSnr[sfb] = minSnrLimit;
552 psyOutCh->sfbThreshold[sfb] =
553 L_mpy_ls(psyOutCh->sfbEnergy[sfb], psyOutCh->sfbMinSnr[sfb]);
561 peChan += 1; psyOutCh += 1;
    [all...]

Completed in 74 milliseconds