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

/external/aac/libSBRenc/src/
H A Dcode_env.h135 const FREQ_RES *freq_res,
H A Dcode_env.cpp405 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]);
568 delta_T[band] = curr_nrg - h_sbrCodeEnvelope->sfb_nrg_prev[indexLow2High(offset, band, freq_res[i])];
572 mapLowResEnergyVal(curr_nrg, h_sbrCodeEnvelope->sfb_nrg_prev, offset, band, freq_res[i]);
418 FDKsbrEnc_codeEnvelope(SCHAR *sfb_nrg, const FREQ_RES *freq_res, SBR_CODE_ENVELOPE *h_sbrCodeEnvelope, INT *directionVec, INT coupling, INT nEnvelopes, INT channel, INT headerActive) argument
H A Denv_est.cpp583 FREQ_RES freq_res; local
629 freq_res = frame_info->freqRes[i];
630 no_of_bands = h_con->nSfb[freq_res];
641 li = h_con->freqBandTable[freq_res][j];
642 ui = h_con->freqBandTable[freq_res][j + 1];
644 if(freq_res == FREQ_RES_HIGH){
663 if(freq_res == FREQ_RES_HIGH){
852 if (freq_res==FREQ_RES_HIGH && h_sbr->sbrExtractEnvelope.envelopeCompensation[j]){
/external/aac/libSBRdec/src/
H A Denv_calc.cpp614 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++) {

Completed in 126 milliseconds