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

  /external/aac/libAACenc/src/
bandwidth.h 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
87 contents/description: bandwidth expert
97 AAC_ENCODER_ERROR FDKaacEnc_DetermineBandWidth(INT* bandWidth,
bandwidth.cpp 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
87 contents/description: bandwidth expert
92 #include "bandwidth.h"
202 INT bandwidth = -1; local
258 bandwidth = (entryNo==0)
272 bandwidth = (INT)scaleValue(fMult(bwFac_fix, (FIXP_DBL)(endBw-startBw)),q_res) + startBw;
276 bandwidth = -1;
283 return bandwidth;
287 AAC_ENCODER_ERROR FDKaacEnc_DetermineBandWidth(INT* bandWidth,
308 *bandWidth = proposedBandWidth
    [all...]
aacenc.h 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
194 INT bandWidth; /* targeted audio bandwidth in Hz */
aacenc.cpp 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
98 #include "bandwidth.h"
279 config->bandWidth = 0; /* get bandwidth from table */
512 ErrorStatus = FDKaacEnc_DetermineBandWidth(&hAacEnc->config->bandWidth,
513 config->bandWidth,
523 hAacEnc->bandwidth90dB = (INT)hAacEnc->config->bandWidth;
    [all...]
aacenc_lib.cpp 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
424 config->userBandwidth = hAacConfig->bandWidth;
499 /* Consider bandwidth channel bit rate limit (see bandwidth.cpp: GetBandwidthEntry()) */
613 hAacConfig->bandWidth = config->userBandwidth;
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
aacenc_core.h 44 Word16 bandWidth; /* targeted audio bandwidth in Hz */
  /external/aac/libAACdec/src/
aacdec_pns.cpp 14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
354 int bandWidth = BandOffsets [band + 1] - BandOffsets [band] ;
357 FDK_ASSERT(bandWidth >= 0);
361 noise_e = GenerateRandomVector (spectrum + BandOffsets [band], bandWidth,
368 noise_e = GenerateRandomVector (spectrum + BandOffsets [band], bandWidth,
374 ScaleBand (spectrum + BandOffsets [band], bandWidth,
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
aacenc_core.c 47 config->bandWidth = 0;
94 hAacEnc->config.bandWidth);
115 qcInit.meanPe = (Word16) ((10 * FRAME_LEN_LONG * hAacEnc->config.bandWidth) /
aacenc.c 143 config.bandWidth = 20000;
374 /* check the bandwidth */
384 config.bandWidth = BandwithCoefTab[i][SampleRateIdx];
441 /* check the bandwidth */
451 config.bandWidth = BandwithCoefTab[i][SampleRateIdx];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 300 milliseconds