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

  /frameworks/av/media/libstagefright/codecs/aacdec/
sbr_decode_envelope.cpp 114 Int32 indexLow2High(Int32 offset,
185 *iEnvelope += sfb_nrg_prev[ indexLow2High(offset, band, freqRes)];
249 Int32 indexLow2High(Int32 offset,
  /external/aac/libSBRenc/src/
code_env.cpp 240 Functionname: indexLow2High
251 static INT indexLow2High(INT offset, INT index, FREQ_RES res)
568 delta_T[band] = curr_nrg - h_sbrCodeEnvelope->sfb_nrg_prev[indexLow2High(offset, band, freq_res[i])];
  /external/aac/libSBRdec/src/
env_dec.cpp 140 static int indexLow2High(int offset, /*!< mapping factor */
777 *ptr_nrg = *ptr_nrg + sfb_nrg_prev[indexLow2High(offset, band, freqRes)];

Completed in 94 milliseconds