HomeSort by relevance Sort by last modified time
    Searched defs:noSubbands (Results 1 - 4 of 4) sorted by null

  /external/opencore/codecs_v2/audio/aac/dec/src/
s_sbr_dec.h 120 Int32 noSubbands;
calc_sbr_envelope.cpp 141 Int32 noSubbands,
174 Int32 noSubbands,
330 Int32 noSubbands = freqBandTable1[LOW_RES][nSfb[LOW_RES]] - lowSubband;
334 /* ensure that noSubbands in the range [0,64] */
335 noSubbands = (noSubbands >> 31) ^ noSubbands;
336 if (noSubbands > 64)
338 noSubbands = 64;
956 noSubbands,
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
s_sbr_dec.h 120 Int32 noSubbands;
calc_sbr_envelope.cpp 141 Int32 noSubbands,
174 Int32 noSubbands,
330 Int32 noSubbands = freqBandTable1[LOW_RES][nSfb[LOW_RES]] - lowSubband;
334 /* ensure that noSubbands in the range [0,64] */
335 noSubbands = (noSubbands >> 31) ^ noSubbands;
336 if (noSubbands > 64)
338 noSubbands = 64;
956 noSubbands,
    [all...]

Completed in 74 milliseconds