HomeSort by relevance Sort by last modified time
    Searched refs:Frequency (Results 1 - 25 of 48) sorted by null

1 2

  /external/llvm/lib/Support/
BlockFrequency.cpp 10 // This file implements Block Frequency class.
22 Frequency = Prob.scale(Frequency);
28 BlockFrequency Freq(Frequency);
34 Frequency = Prob.scaleByInverse(Frequency);
39 BlockFrequency Freq(Frequency);
45 uint64_t Before = Freq.Frequency;
46 Frequency += Freq.Frequency;
    [all...]
  /external/llvm/include/llvm/Support/
BlockFrequency.h 1 //===-------- BlockFrequency.h - Block Frequency Wrapper --------*- C++ -*-===//
10 // This file implements Block Frequency class.
24 // This class represents Block Frequency as a 64-bit value.
26 uint64_t Frequency;
29 BlockFrequency(uint64_t Freq = 0) : Frequency(Freq) { }
31 /// \brief Returns the maximum possible frequency, the saturation value.
34 /// \brief Returns the frequency as a fixpoint number scaled by the entry
35 /// frequency.
36 uint64_t getFrequency() const { return Frequency; }
48 /// \brief Adds another block frequency using saturating arithmetic
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
rrtimer.h 34 LARGE_INTEGER Frequency;
35 if(QueryPerformanceFrequency(&Frequency)!=0)
37 tick=(double)1.0/(double)(Frequency.QuadPart);
87 LARGE_INTEGER Frequency, Time;
88 if(QueryPerformanceFrequency(&Frequency)!=0)
91 return (double)Time.QuadPart/(double)Frequency.QuadPart;
  /external/chromium_org/components/wifi/
network_properties.h 16 typedef int32 Frequency;
25 typedef std::set<Frequency> FrequencySet;
47 Frequency frequency; member in struct:wifi::NetworkProperties
wifi_service_win.cc 347 // |properties| is not empty, then it is not changed and |frequency| is set
361 // or just network sid. If |frequency| is not |kFrequencyUnknown| then
362 // connects only to BSS which uses that frequency and returns
364 DWORD Connect(const std::string& network_guid, Frequency frequency);
371 Frequency GetFrequencyToConnect(const std::string& network_guid) const;
374 // given |frequency|.
376 Frequency frequency,
379 // Normalizes |frequency_in_mhz| into one of |Frequency| values
1317 Frequency frequency = GetNormalizedFrequency( local
1473 int frequency; local
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
sinusoidal_linear_chirp_source.h 36 double Frequency(int position);
sinusoidal_linear_chirp_source.cc 35 if (Frequency(current_index_) > 0.5 * sample_rate_) {
52 double SinusoidalLinearChirpSource::Frequency(int position) {
push_sinc_resampler_unittest.cc 131 // Nyquist frequency for the input sampling rate.
190 // Range of the Nyquist frequency (0.5 * min(input rate, output_rate)) which
206 if (pure_source.Frequency(i) < low_frequency_range) {
209 } else if (pure_source.Frequency(i) < high_frequency_range) {
236 // All conversions currently have a high frequency error around -6 dbFS.
sinc_resampler_unittest.cc 256 // Nyquist frequency for the input sampling rate.
292 // Range of the Nyquist frequency (0.5 * min(input rate, output_rate)) which
307 if (pure_source.Frequency(i) < low_frequency_range) {
310 } else if (pure_source.Frequency(i) < high_frequency_range) {
330 // All conversions currently have a high frequency error around -6 dbFS.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddbeep.h 34 ULONG Frequency;
tuner.h 229 STDMETHOD_(HRESULT,put_CarrierFrequency)(THIS_ __LONG32 Frequency) PURE;
255 #define ILocator_put_CarrierFrequency(This,Frequency) (This)->lpVtbl->put_CarrierFrequency(This,Frequency)
295 STDMETHOD_(HRESULT,put_CarrierFrequency)(THIS_ __LONG32 Frequency) PURE;
323 #define IDigitalLocator_put_CarrierFrequency(This,Frequency) (This)->lpVtbl->put_CarrierFrequency(This,Frequency)
363 STDMETHOD_(HRESULT,put_CarrierFrequency)(THIS_ __LONG32 Frequency) PURE;
403 #define IDVBSLocator_put_CarrierFrequency(This,Frequency) (This)->lpVtbl->put_CarrierFrequency(This,Frequency)
455 STDMETHOD_(HRESULT,put_CarrierFrequency)(THIS_ __LONG32 Frequency) PURE
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/interface/
audio_conference_mixer.h 28 enum Frequency
75 // Set the minimum sampling frequency at which to mix. The mixing algorithm
76 // may still choose to mix at a higher samling frequency to avoid
78 virtual int32_t SetMinimumMixingFrequency(Frequency freq) = 0;
  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.h 83 virtual int32_t SetMinimumMixingFrequency(Frequency freq) OVERRIDE;
91 // Set/get mix frequency
92 int32_t SetOutputFrequency(const Frequency frequency);
93 Frequency OutputFrequency() const;
109 // Return the lowest mixing frequency that can be used without having to
172 Frequency _minimumMixingFreq;
182 // The current sample frequency and sample size when mixing.
183 Frequency _outputFrequency;
audio_conference_mixer_impl.cc 234 // supported so use the closest higher frequency to not lose any
405 const Frequency frequency) {
408 _outputFrequency = frequency;
414 AudioConferenceMixer::Frequency
568 Frequency freq) {
570 // higher sampling frequency to avoid losing information.
583 "SetMinimumMixingFrequency incorrect frequency: %i",freq);
589 // Check all AudioFrames that are to be mixed. The highest sampling frequency
599 // Check if the user specified a lowest mixing frequency
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 43 /* Fs Sampling frequency index */
64 /* Fc is the centre frequency, DC to Fs/50 */
65 /* Fs is the sample frequency, 8000 to 48000 in descrete steps */
75 /* the frequency of the filter. */
94 LVM_UINT16 Frequency = pFilterDefinition->Frequency;
117 T0 = (LVM_INT32)Frequency * LVEQNB_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */
181 /* Fs Sampling frequency index */
202 /* Fc is the centre frequency, DC to Nyquist */
203 /* Fs is the sample frequency, 8000 to 48000 in descrete steps *
    [all...]
LVEQNB_Control.c 36 #define LOW_FREQ 298 /* 32768/110 for low test frequency */
37 #define HIGH_FREQ 386 /* 32768/85 for high test frequency */
147 LVM_UINT32 fc; /* Filter centre frequency */
158 fc = (LVM_UINT32)pParams->pBandDefinition[i].Frequency; /* Get the band centre frequency */
378 if((pInstance->pBandDefinitions[i].Frequency != pParams->pBandDefinition[i].Frequency )||
  /external/chromium_org/third_party/webrtc/modules/utility/interface/
file_player.h 78 virtual int32_t Frequency() const = 0;
  /external/chromium_org/media/base/
sinc_resampler_unittest.cc 176 if (Frequency(current_index_) > 0.5 * sample_rate_) {
188 double Frequency(int position) {
234 // Nyquist frequency for the input sampling rate.
272 // Range of the Nyquist frequency (0.5 * min(input rate, output_rate)) which
287 if (pure_source.Frequency(i) < low_frequency_range) {
290 } else if (pure_source.Frequency(i) < high_frequency_range) {
310 // All conversions currently have a high frequency error around -6 dbFS.
  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_player_impl.h 59 virtual int32_t Frequency() const;
  /frameworks/av/media/libeffects/lvm/lib/Eq/lib/
LVEQNB.h 58 /* Frequency is the centre frequency in Hz, range DC to Nyquist */
63 /* Frequency = 2467 Centre frequency = 2.467kHz */
246 LVM_UINT16 Frequency; /* Band centre frequency in Hz */
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 22 #define LOW_FREQ 298 /* 32768/110 for low test frequency */
23 #define HIGH_FREQ 386 /* 32768/85 for high test frequency */
194 re-initializes parameters if sample frequency has changed */
206 /* Count the number of relevant filters. If the center frequency of the filter is
207 bigger than the nyquist frequency, then the filter is not relevant and doesn't
274 LVM_UINT32 fc; /* Filter centre frequency */
282 fc = (LVM_UINT32)pInst->pFiltersParams[ii].CenterFrequency; /* Get the band centre frequency */
438 /* Fs Sampling frequency index */
455 /* Fc is the centre frequency, DC to Nyquist */
456 /* Fs is the sample frequency, 8000 to 48000 in descrete steps *
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
LVM.h 166 /* Bass Enhancement centre frequency selection control */
247 LVM_UINT16 Frequency; /* Band centre frequency in Hz */
255 LVM_UINT16 Limit_Low; /* Low frequency limit of the band in Hertz */
256 LVM_UINT16 Limit_High; /* High frequency limit of the band in Hertz */
284 LVM_BE_CentreFreq_en BE_CentreFreq; /* Bass Enhancement centre frequency */
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Control.c 141 if(((pParams->pEQNB_BandDefinition[i].Frequency < LVM_EQNB_MIN_BAND_FREQ) ||
142 (pParams->pEQNB_BandDefinition[i].Frequency > LVM_EQNB_MAX_BAND_FREQ)) ||
457 if((pParams->pEQNB_BandDefinition[ii].Frequency >= pInstance->HeadroomParams.pHeadroomDefinition[jj].Limit_Low) &&
458 (pParams->pEQNB_BandDefinition[ii].Frequency <= pInstance->HeadroomParams.pHeadroomDefinition[jj].Limit_High))
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType1HalftoneDictionary_autogen.cpp 47 double SkPdfType1HalftoneDictionary::Frequency(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("Frequency", "");
56 return get("Frequency", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType1HalftoneDictionary_autogen.cpp 47 double SkPdfType1HalftoneDictionary::Frequency(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("Frequency", "");
56 return get("Frequency", "") != NULL;

Completed in 578 milliseconds

1 2