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

  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h 164 * n_s -> Defines the minimum number of samples for the stillness.
169 void accelCalInit(struct AccelCal *acc, uint32_t t0, uint32_t n_s, float th,
accel_cal.c 121 static void accelStillInit(struct AccelStillDet *asd, uint32_t t0, uint32_t n_s,
127 asd->min_batch_size = n_s;
166 void accelCalInit(struct AccelCal *acc, uint32_t t0, uint32_t n_s, float th,
174 accelStillInit(&acc->asd, t0, n_s, 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;
  /toolchain/binutils/binutils-2.25/binutils/
winduni.c 708 iconv_onechar (iconv_t cd, ICONV_CONST char *s, char *d, int d_len, const char **n_s, char **n_d)
724 *n_s = tmp_s;

Completed in 158 milliseconds