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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_reorder.cpp 131 int32 freq; local
153 for (freq = 0; freq < 3*sfb_lines; freq += 3)
159 Scratch_mem[freq ] = tmp1;
160 Scratch_mem[freq+1] = tmp2;
161 Scratch_mem[freq+2] = tmp3;
174 for (freq = 0; freq < 3*sfb_lines; freq += 3
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
njd.h 60 #define CALCULATE_HINDO(freq, base, high, div) \
61 ((NJ_HINDO)((((freq) * ((high) - (base))) / (div)) + (base)))
63 #define NORMALIZE_HINDO(freq, max, min) \
64 (((freq) < (min)) ? (min) : (((freq) > (max)) ? (max) : (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/qemu/
qemu-timer-common.c 35 LARGE_INTEGER freq; local
37 ret = QueryPerformanceFrequency(&freq);
42 clock_freq = freq.QuadPart;
  /external/compiler-rt/test/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/qemu/distrib/sdl-1.2.15/src/audio/dc/
aica.h 33 void aica_play(int ch,int mode,unsigned long smpptr,int looptst,int loopend,int freq,int vol,int pan,int loopflag);
37 void aica_freq(int ch,int freq);
aica.c 116 static inline unsigned AICA_FREQ(unsigned freq) {
123 while (freq < freq_base && freq_hi > -8) {
127 while (freq < freq_base && freq_hi > -8) {
131 freq_lo = (freq<<10) / freq_base;
145 freq is the sampling rate of the sound
151 void aica_play(int ch,int mode,unsigned long smpptr,int loopst,int loopend,int freq,int vol,int pan,int loopflag) {
179 CHNREG32(ch, 24) = AICA_FREQ(freq);
252 void aica_freq(int ch,int freq) {
253 g2_write_32(CHNREGADDR(ch, 24),AICA_FREQ(freq));
  /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/wpa_supplicant_8/src/p2p/
p2p_utils.c 108 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel)
111 if (freq >= 2412 && freq <= 2472) {
112 if ((freq - 2407) % 5)
116 *channel = (freq - 2407) / 5;
120 if (freq == 2484) {
126 if (freq >= 5180 && freq <= 5240) {
127 if ((freq - 5000) % 5)
131 *channel = (freq - 5000) / 5
291 int freq = 0; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
offchannel.h 13 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq,
17 unsigned int freq, const u8 *dst,
25 unsigned int freq, unsigned int duration);
27 unsigned int freq);
offchannel.c 80 "waiting for another freq=%u (off_channel_freq=%u "
181 * @freq: The frequency in MHz indicating the channel on which the frame is to
199 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq,
203 unsigned int freq, const u8 *dst,
210 wpa_printf(MSG_DEBUG, "Off-channel: Send action frame: freq=%d dst="
212 freq, MAC2STR(dst), MAC2STR(src), MAC2STR(bssid),
234 wpa_s->pending_action_freq = freq;
237 if (freq != 0 && wpa_s->drv_flags & WPA_DRIVER_FLAGS_OFFCHANNEL_TX) {
253 if (freq) {
256 if (tx_iface->assoc_freq == freq) {
    [all...]
gas_query.h 20 const u8 *bssid, const u8 *data, size_t len, int freq);
35 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq,
  /external/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);
  /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);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp 35 static LARGE_INTEGER freq; local
38 bNotInit = (QueryPerformanceFrequency( &freq ) == FALSE);
43 return currVal.QuadPart / (freq.QuadPart / 1000);
  /external/jpeg/
jchuff.h 47 JPP((j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]));
  /external/qemu/audio/
audio_win_int.c 21 wfx->nSamplesPerSec = as->freq;
22 wfx->nAvgBytesPerSec = as->freq << (as->nchannels == 2);
47 dolog ("Internal logic error: Bad audio format %d\n", as->freq);
67 as->freq = wfx->nSamplesPerSec;
wavcapture.c 9 int freq; member in struct:__anon26580
75 wav->freq, wav->bits, wav->nchannels,
84 int wav_start_capture (CaptureState *s, const char *path, int freq,
114 as.freq = freq;
129 le_store (hdr + 24, freq, 4);
130 le_store (hdr + 28, freq << shift, 4);
144 wav->freq = freq;
  /external/qemu/distrib/jpeg-6b/
jchuff.h 47 JPP((j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]));
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_tveille.h 49 unsigned short freq; member in struct:__anon26975
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
EnergyProbe.java 56 public int capture(int freq) throws InterruptedException {
60 if (freq > mMaxFrequency) {
69 if (freq == mMaxFrequency) {
72 int bin = 2 * (freq * CAPTURE_SIZE / mMaxFrequency / 2);
  /external/chromium_org/third_party/libwebp/utils/
quant_levels.c 33 int freq[NUM_SYMBOLS] = { 0 }; local
58 num_levels_in += (freq[data[n]] == 0);
61 ++freq[data[n]];
91 if (freq[s] > 0) {
92 q_sum[slot] += s * freq[s];
93 q_count[slot] += freq[s];
112 err += freq[s] * error * error;
  /external/webp/src/utils/
quant_levels.c 33 int freq[NUM_SYMBOLS] = { 0 }; local
58 num_levels_in += (freq[data[n]] == 0);
61 ++freq[data[n]];
91 if (freq[s] > 0) {
92 q_sum[slot] += s * freq[s];
93 q_count[slot] += freq[s];
112 err += freq[s] * error * error;
  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 137 bool SpellingTable::put_spelling(const char* spelling_str, double freq) {
147 total_freq_ += freq;
155 raw_spellings_[hash_pos].freq += freq;
164 raw_spellings_[hash_pos].freq += freq;
169 raw_spellings_[hash_pos].freq += freq;
241 raw_spellings_[pos].freq /= total_freq_;
244 max_score = raw_spellings_[0].freq;
    [all...]
  /frameworks/av/include/common_time/
cc_helper.h 52 status_t getCommonFreq(uint64_t* freq);
54 status_t getLocalFreq(uint64_t* freq);

Completed in 607 milliseconds

1 2 3 4 5 6 7 8 91011>>