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

  /external/aac/libAACenc/src/
aacEnc_ram.h 140 INT bandwidth90dB;
aacenc.cpp 561 hAacEnc->bandwidth90dB = (INT)hAacEnc->config->bandWidth;
582 hAacEnc->bandwidth90dB,
629 /* Calc meanPe: qcInit.meanPe = 10.0f * FRAME_LEN_LONG * hAacEnc->bandwidth90dB/(config->sampleRate/2.0f); */
630 bw_ratio = fDivNorm((FIXP_DBL)(10*config->framelength*hAacEnc->bandwidth90dB), (FIXP_DBL)(config->sampleRate), &qbw);
    [all...]

Completed in 63 milliseconds