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

  /frameworks/base/media/libstagefright/codecs/aacdec/
sbr_aliasing_reduction.h 75 void sbr_aliasing_reduction(Int32 *degreeAlias,
calc_sbr_envelope.h 118 Int32 *degreeAlias,
sbr_generate_high_freq.h 127 Int32 *degreeAlias,
sbr_generate_high_freq.cpp 121 Int32 *degreeAlias,
129 Int32 *degreeAlias,
204 Int32 *degreeAlias,
265 degreeAlias,
402 pv_memset((void *) &degreeAlias[targetStopBand], 0, numBandsInPatch*sizeof(*degreeAlias));
423 degreeAlias,
481 Int32 *degreeAlias,
640 degreeAlias[1] = 0;
643 degreeAlias[loBand] = 0
    [all...]
sbr_aliasing_reduction.cpp 147 void sbr_aliasing_reduction(Int32 *degreeAlias,
181 if (degreeAlias[k + lowSubband + 1] && dontUseTheseGainValues[k] == 0)
277 alpha = degreeAlias[temp1 + 1] > degreeAlias[temp1 ] ?
278 degreeAlias[temp1 + 1] : degreeAlias[temp1 ];
282 alpha = degreeAlias[temp1];
s_sbr_frame_data.h 148 Int32 degreeAlias[64];
sbr_dec.cpp 280 hFrameData->degreeAlias,
301 hFrameData->degreeAlias,
calc_sbr_envelope.cpp 224 Int32 *degreeAlias,
950 sbr_aliasing_reduction(degreeAlias,
    [all...]

Completed in 236 milliseconds