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

  /frameworks/av/media/libstagefright/codecs/aacdec/
sbr_find_start_andstop_band.cpp 128 SBR_ERROR sbr_find_start_andstop_band(const Int32 samplingFreq,
135 *lsbM = get_sbr_startfreq(samplingFreq, startFreq);
145 *usb = get_sbr_stopfreq(samplingFreq, stopFreq);
175 if ((samplingFreq == 44100) && ((*usb - *lsbM) > 35))
183 if ((samplingFreq >= 48000) && ((*usb - *lsbM) > 32))
sbr_find_start_andstop_band.h 77 SBR_ERROR sbr_find_start_andstop_band(const Int32 samplingFreq,
sbr_reset_dec.cpp 146 Int32 samplingFreq = sbrDec->outSampleRate;
151 err = sbr_find_start_andstop_band(samplingFreq,
  /external/aac/libSBRenc/src/
sbrenc_freq_sca.h 119 FDKsbrEnc_FindStartAndStopBand(const INT samplingFreq,
sbrenc_freq_sca.cpp 330 FDKsbrEnc_FindStartAndStopBand(const INT samplingFreq,
340 *k0 = getStartFreq(samplingFreq, startFreq);
344 ( samplingFreq*noChannels <
345 2**k0 * samplingFreq) ) {
352 *k2 = getStopFreq(samplingFreq, stopFreq, noChannels);
367 if ( (samplingFreq == 44100) && ( (*k2 - *k0) > MAX_FREQ_COEFFS_FS44100 ) )
370 if ( (samplingFreq >= 48000) && ( (*k2 - *k0) > MAX_FREQ_COEFFS_FS48000 ) )
  /external/aac/libAACenc/src/
psy_configuration.cpp 288 static FIXP_DBL FDKaacEnc_BarcLineValue(INT noOfLines, INT fftLine, LONG samplingFreq)
304 center_freq = fftLine * samplingFreq; /* q11 or q8 */
314 center_freq = (fftLine * samplingFreq) << 3; // q13
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h 229 // - samplingFreq : Sampling Frequency
237 int WebRtcAecm_InitCore(AecmCore_t * const aecm, int samplingFreq);
aecm_core.c 554 // - samplingFreq : Sampling Frequency
562 int WebRtcAecm_InitCore(AecmCore_t * const aecm, int samplingFreq)
568 if (samplingFreq != 8000 && samplingFreq != 16000)
570 samplingFreq = 8000;
574 aecm->mult = (WebRtc_Word16)samplingFreq / 8000;
616 if (samplingFreq == 8000)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c 122 static Word16 BarcLineValue(Word16 noOfLines, Word16 fftLine, Word32 samplingFreq)
127 center_freq = (fftLine * samplingFreq) / (noOfLines << 1);
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_API.c 597 M4OSA_UInt32 width, height, samplingFreq;
    [all...]

Completed in 432 milliseconds