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

1 2 3 4 5 6

  /external/chromium_org/third_party/libjpeg_turbo/
tjutil.c 35 LARGE_INTEGER freq; local
36 if(!QueryPerformanceFrequency(&freq)) return 0.0;
37 return (double)freq.QuadPart;
jchuff.h 47 JPP((j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]));
  /external/chromium_org/tools/traceline/traceline/
rdtsc.h 21 LARGE_INTEGER freq, now; local
22 if (QueryPerformanceFrequency(&freq) == 0) {
25 freq_ = freq.QuadPart;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
lsf_to_lsp.c 34 int16_t freq; /* normalized frequency in Q15 (0..1) */ local
39 freq = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(lsf[i], 20861, 15);
46 k = WEBRTC_SPL_RSHIFT_W16(freq, 8);
47 diff = (freq&0x00ff);
lsp_to_lsf.c 35 int16_t freq; /* lsf/(2*pi) (Q16) */ local
73 /* freq in Q16 */
74 freq = (int16_t)WEBRTC_SPL_LSHIFT_W16(k,9)+tmp;
76 /* lsf = freq*2*pi */
77 (*lsfPtr) = (int16_t)(((int32_t)freq*25736)>>15);
  /external/compiler-rt/test/builtins/timing/
timing.h 17 uint64_t freq = 0;
18 size_t freqSize = sizeof( freq );
19 int err2 = sysctlbyname( "hw.cpufrequency", &freq, &freqSize, NULL, 0L );
23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom);
  /external/chromium_org/third_party/opus/src/silk/float/
apply_sine_window_FLP.c 46 silk_float freq, c, S0, S1; local
53 freq = PI / ( length + 1 );
56 c = 2.0f - freq * freq;
63 S1 = freq;
  /external/libopus/silk/float/
apply_sine_window_FLP.c 46 silk_float freq, c, S0, S1; local
53 freq = PI / ( length + 1 );
56 c = 2.0f - freq * freq;
63 S1 = freq;
  /cts/suite/audio_quality/test_description/processing/
playback_sample.py 48 freq = calc_freq(hostRecording, samplingRate)
49 print "Expected Freq ", signalFrequency, "Actual Freq ", freq, "Threshold % ", threshold
50 diff = abs(freq - signalFrequency)
55 outputData.append(freq)
  /external/chromium_org/third_party/speex/libspeex/
lsp.h 56 int lpc_to_lsp (spx_coef_t *a, int lpcrdr, spx_lsp_t *freq, int nb, spx_word16_t delta, char *stack);
57 void lsp_to_lpc(spx_lsp_t *freq, spx_coef_t *ak, int lpcrdr, char *stack);
  /external/deqp/framework/delibs/deutil/
deClock.c 40 LARGE_INTEGER freq; local
43 QueryPerformanceFrequency(&freq);
44 DE_ASSERT(freq.LowPart != 0 || freq.HighPart != 0);
46 DE_ASSERT(freq.QuadPart >= 1000000);
47 return count.QuadPart / (freq.QuadPart / 1000000);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp 35 static LARGE_INTEGER freq; local
38 bNotInit = (QueryPerformanceFrequency( &freq ) == FALSE);
43 return currVal.QuadPart / (freq.QuadPart / 1000);
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
sysfs_power_monitor_unittest.py 193 for freq in results[cpu]:
194 self.assertAlmostEqual(results[cpu][freq],
195 self.expected_freq_percents[cpu][freq])
  /external/jpeg/
jchuff.h 47 JPP((j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]));
  /external/chromium_org/third_party/libwebp/utils/
quant_levels.c 29 int freq[NUM_SYMBOLS] = { 0 }; local
54 num_levels_in += (freq[data[n]] == 0);
57 ++freq[data[n]];
87 if (freq[s] > 0) {
88 q_sum[slot] += s * freq[s];
89 q_count[slot] += freq[s];
108 err += freq[s] * error * error;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-evlist.c 39 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"),
55 if (details.event_group && (details.verbose || details.freq)) {
  /external/chromium_org/media/audio/
simple_sources.h 18 // |channels| is the number of audio channels, |freq| is the frequency in
21 SineWaveAudioSource(int channels, double freq, double sample_freq);
simple_sources_unittest.cc 21 static const int freq = 200; local
27 SineWaveAudioSource source(1, freq, params.sample_rate());
33 uint32 half_period = AudioParameters::kTelephoneSampleRate / (freq * 2);
simple_sources.cc 20 double freq, double sample_freq)
22 f_(freq / sample_freq),
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
vpx_timer.h 82 LARGE_INTEGER freq, diff; local
86 QueryPerformanceFrequency(&freq);
87 return diff.QuadPart * 1000000 / freq.QuadPart;
  /external/chromium_org/third_party/webrtc/sound/
alsasoundsystem.h 77 int freq));
84 int freq);
91 int freq);
  /external/libvpx/libvpx/vpx_ports/
vpx_timer.h 79 LARGE_INTEGER freq, diff; local
83 QueryPerformanceFrequency(&freq);
84 return diff.QuadPart * 1000000 / freq.QuadPart;
  /external/e2fsprogs/misc/
fsck.h 45 int freq; member in struct:fs_info
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_utility.h 49 uint32_t GetCurrentRTP(Clock* clock, uint32_t freq);
54 uint32_t freq);
  /external/lzma/CPP/7zip/UI/Common/
Bench.h 28 UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt64 freq, UInt64 size);
29 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt32 numIterations);

Completed in 1869 milliseconds

1 2 3 4 5 6