Searched refs:thres (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp265 int thres = InlineThreshold; // -inline-threshold or else selected by local
275 OptSizeThreshold < thres)
276 thres = OptSizeThreshold;
284 if (InlineHint && HintThreshold > thres
287 thres = HintThreshold;
298 ColdThreshold < thres)
299 thres = ColdThreshold;
301 return thres;
335 << ", thres=" << (IC.getCostDelta() + IC.getCost())
418 << ", thres
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c516 LLVMValueRef thres; local
522 thres = bld.zero;
524 thres = lp_build_const_vec(gallivm, src_type, dst_min);
526 tmp[i] = lp_build_max(&bld, tmp[i], thres);
531 thres = bld.one;
533 thres = lp_build_const_vec(gallivm, src_type, dst_max);
535 tmp[i] = lp_build_min(&bld, tmp[i], thres);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c516 LLVMValueRef thres; local
522 thres = bld.zero;
524 thres = lp_build_const_vec(gallivm, src_type, dst_min);
526 tmp[i] = lp_build_max(&bld, tmp[i], thres);
531 thres = bld.one;
533 thres = lp_build_const_vec(gallivm, src_type, dst_max);
535 tmp[i] = lp_build_min(&bld, tmp[i], thres);
/external/kernel-headers/original/uapi/linux/
H A Domap3isp.h451 * @thres: Horizontal median filter threshold.
456 __u8 thres; member in struct:omap3isp_prev_hmed
488 * @thres: Threshold.
493 __u8 thres; member in struct:omap3isp_prev_csup
/external/opencv/cvaux/src/
H A Dcvbgfg_acmmm2003.cpp223 int i, j, b, x, y, thres; local
266 for (thres=PIXELRANGE-2; thres>=0 ; thres--)
268 // fprintf(stderr, "Iter %d\n", thres);
272 // fprintf(stderr, "Iter %d entering loop\n", thres);
273 for (j=thres ; j<PIXELRANGE ; j++) {
279 // fprintf(stderr, "Iter %d finishing loop\n", thres);
282 // fprintf(stderr, "Iter %d sum=%g sqsum=%g count=%d sigma = %g\n", thres, sum, sqsum, count, sigma);
283 // fprintf(stderr, "Writing to %x\n", &(relativeVariance[thres]));
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.c830 unsigned long thres; member in struct:yasm_offset_setter
1305 os->thres = 0;
1335 os->thres = yasm_bc_next_offset(bc);
1342 os->thres = 0;
1450 os->thres = yasm_bc_next_offset(os->bc);
1558 (long *)&os->thres);
/external/aac/libSBRenc/src/
H A Dtran_det.cpp494 FIXP_DBL thres = thresholds[i]; local
539 delta -= thres;

Completed in 1108 milliseconds