OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_s
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h
133
//
n_s
-> Defines the minimum number of samples for the stillness.
138
uint32_t
n_s
;
member in struct:AccelCalParameters
187
*
n_s
-> Defines the minimum number of samples for the stillness.
accel_cal.c
126
static void accelStillInit(struct AccelStillDet *asd, uint32_t t0, uint32_t
n_s
,
132
asd->min_batch_size =
n_s
;
189
accelStillInit(&acc->asd, parameters->t0, parameters->
n_s
, parameters->th);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp9.cc
109
// V: |
N_S
|Y|G|-|-|-|
114
// +-+-+-+-+-+-+-+-+ .
N_S
+ 1 times
253
// V: |
N_S
|Y|G|-|-|-|
258
// +-+-+-+-+-+-+-+-+ .
N_S
+ 1 times
408
// V: |
N_S
|Y|G|-|-|-|
413
// +-+-+-+-+-+-+-+-+ .
N_S
+ 1 times
426
uint32_t
n_s
, y_bit, g_bit;
local
427
RETURN_FALSE_ON_ERROR(parser->ReadBits(&
n_s
, 3));
431
vp9->num_spatial_layers =
n_s
+ 1;
Completed in 549 milliseconds