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

  /external/libopus/celt/
modes.h 61 opus_int32 Fs;
  /external/libopus/src/
opus_multistream_decoder.c 65 opus_int32 Fs,
96 ret=opus_decoder_init((OpusDecoder*)ptr, Fs, 2);
102 ret=opus_decoder_init((OpusDecoder*)ptr, Fs, 1);
111 opus_int32 Fs,
135 ret = opus_multistream_decoder_init(st, Fs, channels, streams, coupled_streams, mapping);
156 opus_int32 len, int nb_streams, opus_int32 Fs)
174 tmp_samples = opus_packet_get_nb_samples(data, packet_offset, Fs);
195 opus_int32 Fs;
205 opus_multistream_decoder_ctl(st, OPUS_GET_SAMPLE_RATE(&Fs));
206 frame_size = IMIN(frame_size, Fs/25*3)
    [all...]
opus_decoder.c 59 opus_int32 Fs; /** Sampling rate (at the API level) */
101 int opus_decoder_init(OpusDecoder *st, opus_int32 Fs, int channels)
107 if ((Fs!=48000&&Fs!=24000&&Fs!=16000&&Fs!=12000&&Fs!=8000)
124 st->Fs = Fs;
125 st->DecControl.API_sampleRate = st->Fs;
    [all...]
opus_multistream_encoder.c 396 opus_int32 Fs,
433 ret = opus_encoder_init((OpusEncoder*)ptr, Fs, 2, application);
441 ret = opus_encoder_init((OpusEncoder*)ptr, Fs, 1, application);
458 opus_int32 Fs,
466 return opus_multistream_encoder_init_impl(st, Fs, channels, streams, coupled_streams, mapping, application, 0);
471 opus_int32 Fs,
516 return opus_multistream_encoder_init_impl(st, Fs, channels, *streams, *coupled_streams,
521 opus_int32 Fs,
546 ret = opus_multistream_encoder_init(st, Fs, channels, streams, coupled_streams, mapping, application);
558 opus_int32 Fs,
    [all...]
opus_encoder.c 74 opus_int32 Fs;
162 int opus_encoder_init(OpusEncoder* st, opus_int32 Fs, int channels, int application)
169 if((Fs!=48000&&Fs!=24000&&Fs!=16000&&Fs!=12000&&Fs!=8000)||(channels!=1&&channels!=2)||
187 st->Fs = Fs;
197 st->silk_mode.API_sampleRate = st->Fs;
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c 110 * Do not apply filter if w =2*pi*fc/fs >= 2.9
148 LVM_INT32 Fs = LVM_GetFsFromTable(pPrivate->NewParams.SampleRate);
149 LVM_UINT32 DelayLengthSamples = (LVM_UINT32)(Fs * pPrivate->RoomSizeInms);
180 Temp = (MaxT_Delay[i] - MaxAP_Delay[i]) * Fs / 48000;
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 31 LVPSA_RETURN LVPSA_BPSinglePrecCoefs( LVM_UINT16 Fs,
35 LVPSA_RETURN LVPSA_BPDoublePrecCoefs( LVM_UINT16 Fs,
39 LVPSA_RETURN LVPSA_BPDoublePrecCoefs( LVM_UINT16 Fs,
77 if(pNewParams->Fs >= LVPSA_NR_SUPPORTED_RATE)
117 pParams->Fs = pLVPSA_Inst->CurrentParams.Fs;
195 if(Params.Fs != pInst->CurrentParams.Fs)
197 pInst->CurrentParams.Fs = Params.Fs;
273 LVM_UINT32 fs = (LVM_UINT32)LVPSA_SampleRateTab[(LVM_UINT16)pParams->Fs]; \/* Sample rate *\/ local
    [all...]
  /frameworks/av/tools/resampler_tools/
fir.cpp 98 double Fs = 48000;
138 // with dw the transition width = 2*pi*dF/Fs
178 Fs = atof(optarg);
220 // cut off frequency ratio Fc/Fs
221 double Fcr = Fc / Fs;
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
LVPSA.h 84 LVM_Fs_en Fs; /* Input sampling rate */
  /external/svox/pico/lib/
picosig2.c     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /external/robolectric/v3/
robolectric-resources-3.1-SNAPSHOT.jar 

Completed in 9104 milliseconds