OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nxb
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/inc/algos/
accel_cal.h
32
* (nx,
nxb
,ny,nyb,nz,nzb,nle). Once the buckets are full the data is used to
78
uint32_t nx,
nxb
, ny, nyb, nz, nzb, nle;
member in struct:accelGoodData_t
/device/google/contexthub/firmware/src/algos/
accel_cal.c
135
agd->nx = agd->
nxb
= 0;
317
// Negative x bucket
nxb
.
318
if (PHIb > asd->mean_x && ac1->agd.
nxb
< ac1->agd.nfxb) {
319
ac1->agd.
nxb
+= 1;
364
if (ac1->agd.nx == ac1->agd.nfx && ac1->agd.
nxb
== ac1->agd.nfxb &&
402
if (ac1->agd.nx > ac1->agd.nfx || ac1->agd.
nxb
> ac1->agd.nfxb ||
717
(unsigned)acc->ac1[0].agd.nx,(unsigned)acc->ac1[0].agd.
nxb
,
723
(unsigned)acc->ac1[1].agd.nx,(unsigned)acc->ac1[1].agd.
nxb
,
Completed in 2128 milliseconds