HomeSort by relevance Sort by last modified time
    Searched refs:BINS (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/build/make/
Makefile 305 BINS=$(call enabled,BINS)
306 .bins: $(BINS)
309 INSTALL-BINS=$(call cond_enabled,CONFIG_INSTALL_BINS,INSTALL-BINS)
311 INSTALL-BINS+=$(call cond_enabled,CONFIG_INSTALL_BINS,DIST-BINS)
313 .install-bins: .bins $(addprefix $(DIST_DIR)/,$(INSTALL-BINS)
    [all...]
  /hardware/invensense/mlsdk/mllite/
ml.h 225 /* Gyroscope Temperature Compensation bins */
227 #define BINS (25)
231 #define TEMP_PER_BIN ((MAX_TEMP - MIN_TEMP) / BINS)
344 float x_gyro_temp_data[BINS][PTS_PER_BIN];
345 float y_gyro_temp_data[BINS][PTS_PER_BIN];
346 float z_gyro_temp_data[BINS][PTS_PER_BIN];
347 float temp_data[BINS][PTS_PER_BIN];
348 int temp_ptrs[BINS];
349 long temp_valid_data[BINS];
ml_stored_data.c 92 if (bin > BINS - 1)
93 bin = BINS - 1;
116 BINS * PTS_PER_BIN * 4 * 4 + BINS * 4 * 2 + // gyro cal
406 for (i = 0; i < BINS; i++) {
414 for (i = 0; i < BINS; i++) {
424 for (i = 0; i < BINS; i++) {
440 for (i = 0; i < BINS; i++) {
455 for (i = 0; i < BINS; i++) {
470 for (i = 0; i < BINS; i++)
    [all...]
  /external/libvpx/libvpx/
examples.mk 172 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(ALL_EXAMPLES:.c=$(EXE_SFX)))
173 INSTALL-BINS-$(NOT_MSVS) += $(addprefix bin/,$(UTILS:.c=$(EXE_SFX)))
177 BINS-$(NOT_MSVS) += $(addprefix $(BUILD_PFX),$(ALL_EXAMPLES:.c=$(EXE_SFX)))
183 $(foreach bin,$(BINS-yes),\
240 INSTALL-BINS-$(CONFIG_MSVS) += $(foreach p,$(VS_PLATFORMS),\
libs.mk 416 BINS-$(BUILD_LIBVPX) += $(LIBVPX_TEST_BINS)
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 699 final int BINS = SignalStrength.NUM_SIGNAL_STRENGTH_BINS;
701 for (int i = 0; i < BINS; i++) {
    [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 121 milliseconds