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

  /external/aac/libSBRenc/src/
code_env.h 135 const FREQ_RES *freq_res,
env_est.h 172 FREQ_RES res[MAX_NUM_NOISE_VALUES];
fram_gen.h 226 FREQ_RES freqRes[MAX_ENVELOPES]; /*!< frequency resolution of each envelope */
sbr_def.h 283 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...]
fram_gen.cpp 331 static const FREQ_RES freqRes_table_8[] = {FREQ_RES_LOW, FREQ_RES_LOW, FREQ_RES_LOW, FREQ_RES_LOW, FREQ_RES_LOW,
334 static const FREQ_RES freqRes_table_16[16] = {
700 const FREQ_RES *freqResTable = NULL;
    [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...]

Completed in 78 milliseconds