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

  /external/aac/libSBRenc/src/
code_env.h 135 const FREQ_RES *freq_res,
code_env.cpp 246 Arguments: INT offset, INT index, FREQ_RES res
251 static INT indexLow2High(INT offset, INT index, FREQ_RES res)
284 Arguments: INT currVal,INT* prevData, INT offset, INT index, FREQ_RES res
289 static void mapLowResEnergyVal(SCHAR currVal, SCHAR* prevData, INT offset, INT index, FREQ_RES res)
405 const FREQ_RES *freq_res,
419 const FREQ_RES *freq_res,
493 if (freq_res[i] == FREQ_RES_HIGH)
522 mapLowResEnergyVal(curr_nrg, h_sbrCodeEnvelope->sfb_nrg_prev, offset, 0, freq_res[i])
    [all...]
env_est.cpp 586 FREQ_RES freq_res; local
632 freq_res = frame_info->freqRes[i];
633 no_of_bands = h_con->nSfb[freq_res];
644 li = h_con->freqBandTable[freq_res][j];
645 ui = h_con->freqBandTable[freq_res][j + 1];
647 if(freq_res == FREQ_RES_HIGH){
666 if(freq_res == FREQ_RES_HIGH){
855 if (freq_res==FREQ_RES_HIGH && h_sbr->sbrExtractEnvelope.envelopeCompensation[j]){
    [all...]
  /external/aac/libSBRdec/src/
env_calc.cpp 614 UCHAR freq_res = hFrameData->frameInfo.freqRes[i]; /* Frequency resolution for current envelope. */ local
656 hFreq->nSfb[freq_res],
657 hFreq->freqBandTable[freq_res],
667 UCHAR * table = hFreq->freqBandTable[freq_res];
677 for (j = 0; j < hFreq->nSfb[freq_res]; j++) {
    [all...]

Completed in 36 milliseconds