Home
last modified time | relevance | path

Searched refs:thresholds (Results 1 – 25 of 29) sorted by relevance

12

/external/valgrind/callgrind/
Dcallgrind_annotate.in137 my @thresholds;
253 $thresholds[$i] = $th;
256 $thresholds[$i] = 0;
260 @thresholds = ();
488 if (not @thresholds) {
490 push(@thresholds, 0);
492 $thresholds[0] = $single_threshold;
736 print("Thresholds: @thresholds\n");
881 (scalar @sort_order == scalar @thresholds) or
883 " @sort_order\n @thresholds\n");
[all …]
/external/valgrind/cachegrind/
Dcg_annotate.in121 my @thresholds;
207 $thresholds[$i] = $th;
210 $thresholds[$i] = 0;
214 @thresholds = ();
378 if (not @thresholds) {
380 push(@thresholds, 100);
382 $thresholds[0] = $single_threshold;
606 (scalar @sort_order == scalar @thresholds) or
613 foreach my $e (@thresholds) {
624 foreach my $i (0 .. scalar @thresholds - 1) {
[all …]
/external/aac/libSBRenc/src/
Dtran_det.cpp462 FIXP_DBL *RESTRICT thresholds, in calculateThresholds() argument
530 …? fMult(FL2FXCONST_DBL(0.66f), thresholds[i]) + (fMult(FL2FXCONST_DBL(0.34f), std_val) >> commonSc… in calculateThresholds()
533 thresholds[i] = fixMax(ABS_THRES,temp); in calculateThresholds()
545 FIXP_DBL *RESTRICT thresholds, in extractTransientCandidates() argument
584 FIXP_DBL thres = thresholds[i]; in extractTransientCandidates()
586 if((LONG)thresholds[i]>=256) in extractTransientCandidates()
587 i_thres = (LONG)( (LONG)MAXVAL_DBL / ((((LONG)thresholds[i]))+1) )<<(32-24); in extractTransientCandidates()
670 h_sbrTran->thresholds, in FDKsbrEnc_transientDetect()
679 h_sbrTran->thresholds, in FDKsbrEnc_transientDetect()
Dtran_det.h97 FIXP_DBL thresholds[QMF_CHANNELS]; member
/external/valgrind/massif/tests/
Dthresholds_5_10.vgtest1 prog: thresholds
Dthresholds_0_0.vgtest1 prog: thresholds
Dthresholds_10_0.vgtest1 prog: thresholds
Dthresholds_0_10.vgtest1 prog: thresholds
Dthresholds_5_0.vgtest1 prog: thresholds
Dthresholds_10_10.vgtest1 prog: thresholds
Dinsig.vgtest1 # At one point, thresholds less than 1.0% were misprinted as 00.00%, so test that here.
DMakefile.am72 thresholds \ program
/external/llvm/test/CodeGen/PowerPC/
Dfsl-e5500.ll2 ; Test support for Freescale e5500 and its higher memcpy inlining thresholds.
Dfsl-e500mc.ll2 ; Test support for Freescale e500mc and its higher memcpy inlining thresholds.
/external/libopus/celt/
Dbands.h112 int hysteresis_decision(opus_val16 val, const opus_val16 *thresholds, const opus_val16 *hysteresis,…
Dbands.c46 int hysteresis_decision(opus_val16 val, const opus_val16 *thresholds, const opus_val16 *hysteresis,… in hysteresis_decision() argument
51 if (val < thresholds[i]) in hysteresis_decision()
54 if (i>prev && val < thresholds[prev]+hysteresis[prev]) in hysteresis_decision()
56 if (i<prev && val > thresholds[prev-1]-hysteresis[prev-1]) in hysteresis_decision()
/external/autotest/server/site_tests/network_WiFi_WakeOnWiFiThrottling/
Dcontrol16 dark resume too frequently. Test both the short and long thresholds, which are 3
/external/llvm/test/Transforms/SimplifyCFG/
DPhiEliminate3.ll2 ; with various folding thresholds
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c480 static void set_vbp_thresholds(VP9_COMP *cpi, int64_t thresholds[], int q) { in set_vbp_thresholds() argument
487 thresholds[0] = threshold_base; in set_vbp_thresholds()
488 thresholds[1] = threshold_base >> 2; in set_vbp_thresholds()
489 thresholds[2] = threshold_base >> 2; in set_vbp_thresholds()
490 thresholds[3] = threshold_base << 2; in set_vbp_thresholds()
492 thresholds[1] = threshold_base; in set_vbp_thresholds()
494 thresholds[0] = threshold_base >> 2; in set_vbp_thresholds()
495 thresholds[2] = threshold_base << 3; in set_vbp_thresholds()
497 thresholds[0] = threshold_base; in set_vbp_thresholds()
498 thresholds[1] = (5 * threshold_base) >> 2; in set_vbp_thresholds()
[all …]
/external/opencv3/doc/tutorials/imgproc/imgtrans/canny_detector/
Dcanny_detector.markdown55 -# *Hysteresis*: The final step. Canny does use two thresholds (upper and lower):
59 -# If the pixel gradient is between the two thresholds, then it will be accepted only if it is
/external/chromium-trace/catapult/dashboard/docs/
Dpages-and-endpoints.md38 - *config*: JSON containing custom thresholds parameters.
Ddata-format.md201 whether you want to set any special thresholds for alerting.
Dadmin-tasks.md96 The default alert thresholds should work reasonably well for most test
/external/opencv3/doc/py_tutorials/py_imgproc/py_canny/
Dpy_canny.markdown56 …two thresholds are classified edges or non-edges based on their connectivity. If they are connected
/external/opencv3/doc/py_tutorials/py_imgproc/py_thresholding/
Dpy_thresholding.markdown69 image. So we get different thresholds for different regions of the same image and it gives us better

12