Home
last modified time | relevance | path

Searched refs:BINS (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A 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 filter_plane()
94 htype fine[BINS][BINS] = { { 0 } }; in filter_plane()
95 htype luc[BINS] = { 0 }; in filter_plane()
109 s->hmuladd(coarse, &ccoarse[0], radius, BINS); in filter_plane()
111 s->hadd(coarse, &ccoarse[BINS * in filter_plane()
[all...]
H A Daf_drmeter.c29 #define BINS 32768 macro
36 uint32_t peaks[BINS+1];
37 uint32_t rms[BINS+1];
78 rms_bin = av_clip(lrintf(rms * BINS), 0, BINS); in finish_block()
79 peak_bin = av_clip(lrintf(peak * BINS), 0, BINS); in finish_block()
149 for (i = 0; i <= BINS; i++) { in print_stats()
150 if (p->peaks[BINS - i]) { in print_stats()
157 secondpeak = (BINS in print_stats()
[all...]
/third_party/musl/libc-test/
H A DMakefile54 $(1).BINS := $$($$(D).BINS_TEMPL:bin%=$(B)/$(1)%)
56 #$$(warning D $$(D) N $$(N) B $$($(1).BINS))
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)
[all...]

Completed in 2 milliseconds