Home
last modified time | relevance | path

Searched refs:weighted (Results 1 – 25 of 56) sorted by relevance

123

/external/llvm/test/tools/llvm-profdata/
Dweight-sample.test1 Tests for weighted merge of sample profiles.
4 RUN: llvm-profdata merge -sample -text -weighted-input=1,%p/Inputs/weight-sample-bar.proftext -weig…
5 RUN: llvm-profdata merge -sample -text -weighted-input=1,%p/Inputs/weight-sample-bar.proftext %p/In…
24 RUN: llvm-profdata merge -sample -text -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weig…
43 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight…
44 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight…
45 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight…
46 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight…
47 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight…
51 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/does-not-exist.proftext -weighted-…
Dweight-instr.test1 Tests for weighted merge of instrumented profiles.
4 RUN: llvm-profdata merge -instr -weighted-input=1,%p/Inputs/weight-instr-bar.profdata -weighted-inp…
6 RUN: llvm-profdata merge -instr -weighted-input=1,%p/Inputs/weight-instr-bar.profdata %p/Inputs/wei…
31 RUN: llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted-inp…
56 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted
57 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted
58 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted
59 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted
60 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted
64 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/does-not-exist.profdata -weighted-i…
/external/libavc/common/arm/
Dih264_weighted_pred_a9q.s26 @* Contains function definitions for weighted prediction.
46 @* This routine performs the default weighted prediction as described in sec
50 @* This function gets a ht x wd block, calculates the weighted sample, rounds
69 @* weight for the weighted prediction
148 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from rows 1,2
149 vrshl.s16 q3, q3, q0 @rounds off the weighted samples from rows 3,4
182 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from row 1
183 vrshl.s16 q3, q3, q0 @rounds off the weighted samples from row 2
184 vrshl.s16 q4, q4, q0 @rounds off the weighted samples from row 3
186 vrshl.s16 q5, q5, q0 @rounds off the weighted samples from row 4
[all …]
Dih264_weighted_bi_pred_a9q.s26 @* Contains function definitions for weighted biprediction.
46 @* This routine performs the weighted biprediction as described in sec
50 @* This function gets two ht x wd blocks, calculates the weighted samples,
75 @* weight for the weighted prediction
78 @* weight for the weighted prediction
190 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from rows 1,2
191 vrshl.s16 q4, q4, q0 @rounds off the weighted samples from rows 3,4
238 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from row 1
239 vrshl.s16 q4, q4, q0 @rounds off the weighted samples from row 2
240 vrshl.s16 q6, q6, q0 @rounds off the weighted samples from row 3
[all …]
Dih264_default_weighted_pred_a9q.s26 @* Contains function definitions for default weighted prediction.
46 @* This routine performs the default weighted prediction as described in sec
220 @* This routine performs the default weighted prediction as described in sec
/external/opencv/cvaux/src/
Dcvclique.cpp129 void cvStartFindCliques( CvGraph* graph, CvCliqueFinder* finder, int reverse, int weighted, int wei…
133 if (weighted)
135 finder->weighted = 1;
152 else finder->weighted = 0;
250 if(finder->weighted)
288 if( (!finder->weighted) && (k + ce[k] - ne[k] < finder->best_score) )
294 if( finder->weighted && !finder->weighted_edges &&
379 if( finder->weighted )
393 if( finder->weighted )
415 if( finder->weighted )
/external/llvm/docs/CommandGuide/
Dllvm-profdata.rst45 input file by using the ``-weighted-input`` option.
60 .. option:: -weighted-input=weight,filename
109 …llvm-profdata merge -weighted-input=10,foo.profdata bar.profdata baz.profdata -output merged.profd…
115 …llvm-profdata merge -weighted-input=10,foo.profdata -weighted-input=1,bar.profdata -weighted-input…
/external/opencv3/doc/py_tutorials/py_imgproc/py_thresholding/
Dpy_thresholding.markdown76 - cv2.ADAPTIVE_THRESH_GAUSSIAN_C : threshold value is the weighted sum of neighbourhood
81 **C** - It is just a constant which is subtracted from the mean or weighted mean calculated.
180 minimizes the **weighted within-class variance** given by the relation :
/external/autotest/client/tests/ffsb/
DREADME24 (5) Exert weighted combination of I/O workloads to analyze the I/O performace
/external/llvm/test/Analysis/BlockFrequencyInfo/
Dbasic.ll10 ; Loop backedges are weighted and thus their bodies have a greater frequency.
/external/opencv3/doc/py_tutorials/py_feature2d/py_sift_intro/
Dpy_sift_intro.markdown84 360 degrees is created. (It is weighted by gradient magnitude and gaussian-weighted circular window
/external/deqp/doc/testspecs/GLES2/
Dperformance.txt98 The result is MPix/s, MVert/s or weighted sum of both depending on test
/external/deqp/doc/testspecs/GLES3/
Dperformance.txt98 The result is MPix/s, MVert/s or weighted sum of both depending on test
/external/opencv3/doc/py_tutorials/py_ml/py_svm/py_svm_opencv/
Dpy_svm_opencv.markdown38 sub-square, calculate the histogram of direction (16 bins) weighted with their magnitude. So each
/external/mesa3d/src/gallium/docs/source/cso/
Dsampler.rst58 linearly weighted and blended together.
/external/opencv3/doc/py_tutorials/py_photo/py_inpainting/
Dpy_inpainting.markdown31 on the neigbourhood to be inpainted. This pixel is replaced by normalized weighted sum of all the
/external/opencv3/doc/py_tutorials/py_feature2d/py_orb/
Dpy_orb.markdown25 It computes the intensity weighted centroid of the patch with located corner at center. The
/external/opencv3/doc/py_tutorials/py_video/py_bg_subtraction/
Dpy_bg_subtraction.markdown115 inference. The estimates are adaptive; newer observations are more heavily weighted than old
/external/opencv3/doc/py_tutorials/py_imgproc/py_filtering/
Dpy_filtering.markdown126 neighbourhood around the pixel and find its gaussian weighted average. This gaussian filter is a
/external/opencv3/doc/py_tutorials/py_photo/py_non_local_means/
Dpy_non_local_means.markdown19 weighted average, median of the values etc to replace the central element. In short, noise removal
/external/opencv3/doc/tutorials/core/mat-mask-operations/
Dmat_mask_operations.markdown7 mathematical point of view we make a weighted average, with our specified values.
/external/opencv3/modules/ml/doc/
Dml_intro.markdown60 certain number (__K__) of the nearest neighbors of the sample using voting, calculating weighted
200 \f$f_{m(x)}\f$ is trained on the weighted training data (step 3a). Its weighted training error and
204 sign of the weighted sum over the individual weak classifiers (step 4).
/external/opencv3/doc/py_tutorials/py_objdetect/py_face_detection/
Dpy_face_detection.markdown54 Final classifier is a weighted sum of these weak classifiers. It is called weak because it alone
/external/opencv3/doc/tutorials/imgproc/gausian_median_blur_bilateral_filter/
Dgausian_median_blur_bilateral_filter.markdown28 weighted sum of input pixel values (i.e. \f$f(i+k,j+l)\f$) :
/external/opencv3/doc/tutorials/core/interoperability_with_OpenCV_1/
Dinteroperability_with_OpenCV_1.markdown118 this by using the weighted addition function:

123