/external/valgrind/callgrind/ |
D | callgrind_annotate.in | 137 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/ |
D | cg_annotate.in | 121 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/ |
D | tran_det.cpp | 462 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()
|
D | tran_det.h | 97 FIXP_DBL thresholds[QMF_CHANNELS]; member
|
/external/valgrind/massif/tests/ |
D | thresholds_5_10.vgtest | 1 prog: thresholds
|
D | thresholds_0_0.vgtest | 1 prog: thresholds
|
D | thresholds_10_0.vgtest | 1 prog: thresholds
|
D | thresholds_0_10.vgtest | 1 prog: thresholds
|
D | thresholds_5_0.vgtest | 1 prog: thresholds
|
D | thresholds_10_10.vgtest | 1 prog: thresholds
|
D | insig.vgtest | 1 # At one point, thresholds less than 1.0% were misprinted as 00.00%, so test that here.
|
D | Makefile.am | 72 thresholds \ program
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fsl-e5500.ll | 2 ; Test support for Freescale e5500 and its higher memcpy inlining thresholds.
|
D | fsl-e500mc.ll | 2 ; Test support for Freescale e500mc and its higher memcpy inlining thresholds.
|
/external/libopus/celt/ |
D | bands.h | 112 int hysteresis_decision(opus_val16 val, const opus_val16 *thresholds, const opus_val16 *hysteresis,…
|
D | bands.c | 46 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/ |
D | control | 16 dark resume too frequently. Test both the short and long thresholds, which are 3
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | PhiEliminate3.ll | 2 ; with various folding thresholds
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 480 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/ |
D | canny_detector.markdown | 55 -# *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/ |
D | pages-and-endpoints.md | 38 - *config*: JSON containing custom thresholds parameters.
|
D | data-format.md | 201 whether you want to set any special thresholds for alerting.
|
D | admin-tasks.md | 96 The default alert thresholds should work reasonably well for most test
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_canny/ |
D | py_canny.markdown | 56 …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/ |
D | py_thresholding.markdown | 69 image. So we get different thresholds for different regions of the same image and it gives us better
|