Home
last modified time | relevance | path

Searched refs:BINS (Results 1 – 13 of 13) sorted by relevance

/external/opencv3/modules/imgproc/src/opencl/
Dhistogram.cl57 __local int localhist[BINS];
60 for (int i = lid; i < BINS; i += WGS)
111 __global int * hist = (__global int *)(histptr + gid * BINS * (int)sizeof(int));
113 for (int i = lid; i < BINS; i += WGS)
130 #if WGS >= BINS
134 for (int i = lid; i < BINS; i += WGS)
142 for (int j = lid; j < BINS; j += WGS)
143 #if WGS >= BINS
148 ghist += BINS;
151 #if WGS >= BINS
[all …]
/external/autotest/client/site_tests/logging_UserCrash/src/
DMakefile5 BINS = crasher_nobreakpad macro
15 $(TGZ): $(BINS)
17 rm -f $(BINS)
/external/autotest/client/site_tests/hardware_TLBMissCost/src/
DMakefile6 BINS=iTLB_benchmark macro
8 OUTPUTS=$(BINS) $(OBJS) iTLB_benchmark_function.c
/external/libvpx/libvpx/build/make/
DMakefile369 BINS=$(call enabled,BINS) macro
370 .bins: $(BINS)
373 INSTALL-BINS=$(call cond_enabled,CONFIG_INSTALL_BINS,INSTALL-BINS)
375 INSTALL-BINS+=$(call cond_enabled,CONFIG_INSTALL_BINS,DIST-BINS)
377 .install-bins: .bins $(addprefix $(DIST_DIR)/,$(INSTALL-BINS))
381 rm -f .bins .install-bins $(BINS)
/external/autotest/client/site_tests/hardware_PerfCounterVerification/src/
DMakefile3 BINS=iTLB_benchmark dTLB_benchmark noploop macro
5 OUTPUTS=$(BINS) $(OBJS) iTLB_benchmark_function.c noploop_branch.txt
/external/libvpx/libvpx/
Dexamples.mk278 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(ALL_EXAMPLES:.c=$(EXE_SFX)))
279 INSTALL-BINS-$(NOT_MSVS) += $(addprefix bin/,$(UTILS:.c=$(EXE_SFX)))
283 BINS-$(NOT_MSVS) += $(addprefix $(BUILD_PFX),$(ALL_EXAMPLES:.c=$(EXE_SFX)))
298 $(foreach bin,$(BINS-yes),\
345 INSTALL-BINS-$(CONFIG_MSVS) += $(foreach p,$(VS_PLATFORMS),\
Dlibs.mk517 BINS-yes += $(LIBVPX_TEST_BIN)
530 BINS-yes += $(TEST_INTRA_PRED_SPEED_BIN)
/external/opencv3/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/
Dpy_histogram_begins.markdown39 **BINS** :The above histogram shows the number of pixels for every pixel value, ie from 0 to 255. ie
49 where 256 (one for each pixel) while in second case, it is only 16. BINS is represented by the term
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp1480 BINS = 256 enumerator
1494 BINS, compunits, wgs, kercn, in ocl_calcHist1()
1500 _hist.create(BINS, 1, ddepth); in ocl_calcHist1()
1501 UMat src = _src.getUMat(), ghist(1, BINS * compunits, CV_32SC1), in ocl_calcHist1()
1514 BINS, compunits, (int)wgs, ocl::convertTypeStr(CV_32S, ddepth, 1, cvt), in ocl_calcHist1()
1555 histSize.size() == 1 && histSize[0] == BINS && ranges.size() == 2 && in calcHist()
1556 ranges[0] == 0 && ranges[1] == BINS, in calcHist()
3586 BINS, compunits, wgs, kercn, in ocl_equalizeHist()
3592 UMat src = _src.getUMat(), ghist(1, BINS * compunits, CV_32SC1); in ocl_equalizeHist()
3601 wgs = std::min<size_t>(ocl::Device::getDefault().maxWorkGroupSize(), BINS); in ocl_equalizeHist()
[all …]
/external/jemalloc/
DMakefile.in79 BINS := $(objroot)bin/jemalloc-config $(objroot)bin/jemalloc.sh $(objroot)bin/jeprof
308 @for b in $(BINS); do \
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...