Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dmedian_template.c43 #define BINS (1 << SHIFT) macro
44 #define MASK (BINS - 1)
49 #define PICK_COARSE_BIN(x, y) (BINS * (x) + ((y) >> SHIFT))
50 #define PICK_FINE_BIN(x, y, z) (BINS * ((x) * ((y) >> SHIFT) + (z)) + ((y) & MASK))
93 htype coarse[BINS] = { 0 }; in fn()
94 htype fine[BINS][BINS] = { { 0 } }; in fn()
95 htype luc[BINS] = { 0 }; in fn()
109 s->hmuladd(coarse, &ccoarse[0], radius, BINS); in fn()
111 s->hadd(coarse, &ccoarse[BINS * j], BINS); in fn()
112 for (int k = 0; k < BINS; k++) in fn()
[all …]
/third_party/musl/libc-test/
DMakefile54 $(1).BINS := $$($$(D).BINS_TEMPL:bin%=$(B)/$(1)%)
64 BINS:=$(foreach n,$(NAMES),$($(n).BINS)) $(B)/api/main.exe macro
66 ERRS:=$(BINS:%.exe=%.err)
70 @echo BINS $(BINS)
82 rm -f $$(filter $(B)/$(1)/%,$$(OBJS) $$(LOBJS) $$(BINS) $$(LIBS)) $(B)/$(1)/*.err
99 $(BINS) $(LIBS): $(B)/common/libtest.a
123 …rm -f $(OBJS) $(BINS) $(LIBS) $(B)/common/libtest.a $(B)/common/runtest.exe $(B)/common/options.h …
DREADME97 $(N).BINS are the targets (if empty no binaries are built)
/third_party/musl/libc-test/src/regression/
Dtls_get_new-dtv_dso.mk1 $(N).BINS:=
Dtls_get_new-dtv.mk1 $(N).BINS:=$(B)/$(N).exe
/third_party/musl/libc-test/src/functional/
Dtls_init_dso.mk1 $(N).BINS:=
Dtls_align_dso.mk1 $(N).BINS:=
Ddlopen_dso.mk1 $(N).BINS:=
Dtls_align_dlopen.mk1 $(N).BINS:=$(B)/$(N).exe
Dtls_init_dlopen.mk1 $(N).BINS:=$(B)/$(N).exe
Ddlopen.mk1 $(N).BINS:=$(B)/$(N).exe