Home
last modified time | relevance | path

Searched refs:thres (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DInliner.cpp256 int thres = InlineThreshold; // -inline-threshold or else selected by in getInlineThreshold() local
266 OptSizeThreshold < thres) in getInlineThreshold()
267 thres = OptSizeThreshold; in getInlineThreshold()
275 if (InlineHint && HintThreshold > thres in getInlineThreshold()
278 thres = HintThreshold; in getInlineThreshold()
280 return thres; in getInlineThreshold()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c516 LLVMValueRef thres; in lp_build_conv() local
522 thres = bld.zero; in lp_build_conv()
524 thres = lp_build_const_vec(gallivm, src_type, dst_min); in lp_build_conv()
526 tmp[i] = lp_build_max(&bld, tmp[i], thres); in lp_build_conv()
531 thres = bld.one; in lp_build_conv()
533 thres = lp_build_const_vec(gallivm, src_type, dst_max); in lp_build_conv()
535 tmp[i] = lp_build_min(&bld, tmp[i], thres); in lp_build_conv()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c516 LLVMValueRef thres; in lp_build_conv() local
522 thres = bld.zero; in lp_build_conv()
524 thres = lp_build_const_vec(gallivm, src_type, dst_min); in lp_build_conv()
526 tmp[i] = lp_build_max(&bld, tmp[i], thres); in lp_build_conv()
531 thres = bld.one; in lp_build_conv()
533 thres = lp_build_const_vec(gallivm, src_type, dst_max); in lp_build_conv()
535 tmp[i] = lp_build_min(&bld, tmp[i], thres); in lp_build_conv()
/external/opencv/cvaux/src/
Dcvbgfg_acmmm2003.cpp223 int i, j, b, x, y, thres; in cvChangeDetection() local
266 for (thres=PIXELRANGE-2; thres>=0 ; thres--) in cvChangeDetection()
273 for (j=thres ; j<PIXELRANGE ; j++) { in cvChangeDetection()
284 relativeVariance[thres] = sigma; in cvChangeDetection()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.c830 unsigned long thres; member
1305 os->thres = 0; in yasm_object_optimize()
1335 os->thres = yasm_bc_next_offset(bc); in yasm_object_optimize()
1342 os->thres = 0; in yasm_object_optimize()
1450 os->thres = yasm_bc_next_offset(os->bc); in yasm_object_optimize()
1558 (long *)&os->thres); in yasm_object_optimize()
/external/aac/libSBRenc/src/
Dtran_det.cpp494 FIXP_DBL thres = thresholds[i]; in extractTransientCandidates() local
539 delta -= thres; in extractTransientCandidates()