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

  /hardware/akm/AK8975_FS/libsensors/
sensors.cpp 117 name: "AKM Sensor module",
137 akm = 1, enumerator in enum:sensors_poll_context_t::__anon32623
170 mSensors[akm] = new AkmSensor();
171 mPollFds[akm].fd = mSensors[akm]->getFd();
172 mPollFds[akm].events = POLLIN;
173 mPollFds[akm].revents = 0;
201 return akm;
290 ((AkmSensor*)(mSensors[akm]))->setAccel(&data[nb-1]);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.c 280 REAL c1, c2, c3, cd, aa, aj, ak, ajm, ajp, akm, akp; local
501 akm = Re [kk] - Re [k2];
513 akp = akm + bjm;
515 akm -= bjm;
518 akp = akm - bjm;
520 akm += bjm;
527 Re [k3] = akm;
534 Re [k3] = akm * c3 - bkm * s3;
537 Im [k3] = akm * s3 + bkm * c3;
606 akm = Re [k1] - Re [k4]
    [all...]

Completed in 263 milliseconds