HomeSort by relevance Sort by last modified time
    Searched defs:mean_x (Results 1 - 4 of 4) sorted by null

  /device/google/contexthub/firmware/os/algos/
time_sync.c 114 float mean_x = 0.0f; local
120 mean_x += floatFromUint64(sync->time2[ii] - time2_base) * invN;
135 float x = floatFromUint64(sync->time2[ii] - time2_base) - mean_x;
146 float alpha = mean_y - beta * mean_x;
  /device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_stillness_detect.h 69 float mean_x, mean_y, mean_z; member in struct:GyroStillDet
  /external/libaom/libaom/aom_dsp/
noise_util.c 157 double *mean_x, *mean_y, *var_x, *var_y; local
161 mean_x = (double *)aom_malloc(sizeof(*mean_x) * w);
163 mean_y = (double *)aom_malloc(sizeof(*mean_x) * h);
166 memset(mean_x, 0, sizeof(*mean_x) * w);
176 mean_x[x] += d;
201 mean_x[x] /= w;
202 var_x[x] = var_x[x] / w - mean_x[x] * mean_x[x]
    [all...]
  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h 53 float mean_x, mean_y, mean_z; member in struct:AccelStillDet

Completed in 266 milliseconds