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

  /external/aac/libSBRenc/src/
code_env.cpp 429 SCHAR *ptr_nrg; local
499 ptr_nrg = sfb_nrg;
500 curr_nrg = *ptr_nrg;
527 if ( ptr_nrg[band] - ptr_nrg[band-1] > codeBookScfLavBalanceFreq ) {
528 ptr_nrg[band-1] = ptr_nrg[band] - codeBookScfLavBalanceFreq;
532 if ( ptr_nrg[band-1] - ptr_nrg[band] > codeBookScfLavBalanceFreq ) {
533 ptr_nrg[band] = ptr_nrg[band-1] - codeBookScfLavBalanceFreq
    [all...]
  /external/aac/libSBRdec/src/
env_dec.cpp 748 FIXP_SGL *ptr_nrg = h_sbr_data->iEnvelope; local
764 mapLowResEnergyVal(*ptr_nrg, sfb_nrg_prev, offset, 0, freqRes);
765 ptr_nrg++;
768 *ptr_nrg = *ptr_nrg + *(ptr_nrg-1);
769 mapLowResEnergyVal(*ptr_nrg, sfb_nrg_prev, offset, band, freqRes);
770 ptr_nrg++;
777 *ptr_nrg = *ptr_nrg + sfb_nrg_prev[indexLow2High(offset, band, freqRes)]
    [all...]

Completed in 85 milliseconds