Searched refs:accel_lpf (Results 1 – 2 of 2) sorted by relevance
187 inv_obj->accel_lpf[kk] = in MLAccelMotionDetection()188 inv_q30_mult(((1L << 30) - gain), inv_obj->accel_lpf[kk]); in MLAccelMotionDetection()189 inv_obj->accel_lpf[kk] += inv_q30_mult(gain, accel[kk]); in MLAccelMotionDetection()190 temp = accel[0] - inv_obj->accel_lpf[0]; in MLAccelMotionDetection()
403 long accel_lpf[3]; member