Searched refs:threshold (Results 1 - 25 of 36) sorted by relevance

12

/external/opencore/pvmi/pvmf/src/
H A Dpvmf_timestamp.cpp23 PVMFTimestamp threshold = PVMFTIMESTAMP_LESSTHAN_THRESHOLD)
27 if (c < threshold)
/external/srec/srec/Semproc/include/
H A DSR_SemprocDefinitions.h207 #define MEMCHK(rc, val, threshold) \
209 if(val > threshold) \
212 PLogError(L("%s: %d > %d\n"), ESR_rc2str(rc), (val), (threshold)); \
216 #define LENCHK(rc, val, threshold) \
218 if(LSTRLEN(val) > threshold) \
221 PLogError(L("%s: %s > %d\n"), ESR_rc2str(rc), (val), (threshold)); \
/external/opencore/pvmi/pvmf/include/
H A Dpvmf_timestamp.h57 PVMFTimestamp threshold = PVMFTIMESTAMP_LESSTHAN_THRESHOLD);
/external/srec/srec/clib/
H A Dvoicing.c60 int threshold; local
96 threshold = (chan->b1 + (SHIFT_DOWN(
101 if (enval > (threshold + chan->margin))
108 if (enval > (threshold + chan->fast_margin))
113 if (enval <= (threshold + chan->quiet_margin))
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dprune.h33 // Pruning threshold.
34 Weight threshold; member in class:fst::PruneOptions
46 : threshold(t), filter(f), idistance(id), fdistance(fd) {}
53 // 'opts.threshold' Times() the weight of the shortest path. Weights
90 Weight ceiling = Times((*fdistance)[fst->Start()], opts.threshold);
123 // the pruning threshold as an argument. Delete states and arcs in
125 // more than 'opts.threshold' Times() the weight of the shortest
128 void Prune(MutableFst<Arc> *fst, typename Arc::Weight threshold) { argument
129 PruneOptions<Arc, AnyArcFilter<Arc> > opts(threshold, AnyArcFilter<Arc>());
137 // 'ifst' whose weight is no more than 'opts.threshold' Time
238 Prune(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, typename Arc::Weight threshold) argument
[all...]
/external/iptables/extensions/
H A Dlibip6t_NFLOG.c21 { "nflog-threshold", 1, 0, NFLOG_THRESHOLD },
29 " --nflog-threshold NUM Message threshold of in-kernel queue\n"
39 info->threshold = XT_NFLOG_DEFAULT_THRESHOLD;
98 "Can't specify --nflog-threshold twice");
102 "Invalid --nflog-threshold, must be >= 1");
103 info->threshold = n;
125 if (info->threshold != XT_NFLOG_DEFAULT_THRESHOLD)
126 printf("%snflog-threshold %u ", prefix, info->threshold);
[all...]
H A Dlibipt_NFLOG.c21 { "nflog-threshold", 1, 0, NFLOG_THRESHOLD },
29 " --nflog-threshold NUM Message threshold of in-kernel queue\n"
39 info->threshold = XT_NFLOG_DEFAULT_THRESHOLD;
98 "Can't specify --nflog-threshold twice");
102 "Invalid --nflog-threshold, must be >= 1");
103 info->threshold = n;
125 if (info->threshold != XT_NFLOG_DEFAULT_THRESHOLD)
126 printf("%snflog-threshold %u ", prefix, info->threshold);
[all...]
/external/opencore/fileformats/mp4/parser/src/
H A Dsamplesizeatom.cpp199 uint32 threshold = 0; local
202 threshold = TABLE_ENTRIES_THRESHOLD_MBDS;
206 threshold = TABLE_ENTRIES_THRESHOLD_FILE;
209 sample_cnt += threshold;
H A Dchunkoffsetatom.cpp197 const uint32 threshold = 512; local
198 sample_cnt += threshold;
H A Dcompositionoffsetatom.cpp278 const uint32 threshold = 1024; local
279 entry_cnt += threshold;
H A Dtimetosampleatom.cpp223 const uint32 threshold = 1024; local
224 entry_cnt += threshold;
/external/freetype/src/autofit/
H A Dafcjk.c810 /* with a different threshold */
901 FT_Pos threshold = 64; local
910 threshold = 64 - AF_LIGHT_MODE_MAX_HORZ_GAP;
912 threshold = 64 - AF_LIGHT_MODE_MAX_VERT_GAP;
917 threshold = 64 - AF_LIGHT_MODE_MAX_HORZ_GAP / 3;
919 threshold = 64 - AF_LIGHT_MODE_MAX_VERT_GAP / 3;
941 if ( cur_len <= threshold )
954 if ( threshold < 64 )
956 if ( d_off1 >= threshold || u_off1 >= threshold ||
[all...]
/external/qemu/audio/
H A Dalsaaudio.c124 unsigned int threshold; member in struct:__anon3369
305 static void alsa_set_threshold (snd_pcm_t *handle, snd_pcm_uframes_t threshold) argument
319 err = FF(snd_pcm_sw_params_set_start_threshold) (handle, sw_params, threshold);
322 alsa_logerr (err, "Failed to set software threshold to %ld\n",
323 threshold);
516 if (!in && conf.threshold) {
517 snd_pcm_uframes_t threshold; local
538 threshold = (conf.threshold * bytes_per_sec) / 1000;
539 alsa_set_threshold (handle, threshold);
[all...]
H A Dfmodaudio.c50 int threshold; member in struct:__anon3384
248 && (conf.threshold && live <= conf.threshold)) {
653 {"THRESHOLD", AUD_OPT_INT, &conf.threshold,
/external/e2fsprogs/e2fsck/
H A Ddirinfo.c42 unsigned int threshold; local
50 "numdirs_threshold", 0, 0, &threshold);
55 (threshold && num_dirs <= threshold))
/external/srec/portable/src/
H A Dphashtable.c62 unsigned int threshold; member in struct:PHashTable_t
121 tmp->threshold = (unsigned int)(tmp->args.capacity * tmp->args.maxLoadFactor);
291 table->threshold = (unsigned int)(newCapacity * table->args.maxLoadFactor);
361 if (table->size >= table->threshold)
/external/freetype/src/pshinter/
H A Dpshalgo.c1519 FT_Int threshold,
1554 if ( d < threshold && -d < threshold )
1574 if ( d < threshold && -d < threshold )
1611 if ( d < threshold && -d < threshold )
1628 if ( d < threshold && -d < threshold )
1683 FT_Int threshold; local
1516 psh_hint_table_find_strong_points( PSH_Hint_Table table, PSH_Point point, FT_UInt count, FT_Int threshold, FT_Int major_dir ) argument
[all...]
H A Dpshglob.c411 /* The blue threshold is the font units distance under */
420 FT_Int threshold = blues->blue_shift; local
423 while ( threshold > 0 && FT_MulFix( threshold, scale ) > 32 )
424 threshold--;
426 blues->blue_threshold = threshold;
/external/opencore/nodes/streaming/jitterbuffernode/src/
H A Dpvmf_jitter_buffer_extension_interface.cpp53 void PVMFJitterBufferExtensionInterfaceImpl::setPlayBackThresholdInMilliSeconds(uint32 threshold) argument
55 iContainer->SetPlayBackThresholdInMilliSeconds(threshold);
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11mouse.c190 denumenator and threshold.
257 &mouse_accel.threshold);
273 mouse_accel.threshold);
H A DSDL_x11video.h99 int threshold; member in struct:SDL_PrivateVideoData::__anon3700
/external/freetype/src/truetype/
H A Dttinterp.h186 FT_F26Dot6 threshold; member in struct:TT_ExecContextRec_
/external/opencore/nodes/streaming/jitterbuffernode/include/
H A Dpvmf_jitter_buffer_ext_interface.h65 OSCL_IMPORT_REF virtual void setPlayBackThresholdInMilliSeconds(uint32 threshold) = 0; //Not used as of now [replace with wait for OOO timeout]
H A Dpvmf_jitter_buffer_internal.h146 OSCL_IMPORT_REF void setPlayBackThresholdInMilliSeconds(uint32 threshold);
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
H A DSDL_cgxvideo.h78 int threshold; member in struct:SDL_PrivateVideoData::__anon3647

Completed in 218 milliseconds

12