OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:number_of_samples
(Results
1 - 11
of
11
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/ecs1030/
ecs1030.cxx
60
for (int i = 0; i <
NUMBER_OF_SAMPLES
; i++) {
68
rms = rms / (float)
NUMBER_OF_SAMPLES
;
77
for (int i = 0; i <
NUMBER_OF_SAMPLES
; i++) {
86
return ( ratio * sqrt(sumCurrency /
NUMBER_OF_SAMPLES
) );
ecs1030.h
33
#define
NUMBER_OF_SAMPLES
500
77
static const uint8_t DELAY_MS = 20000 /
NUMBER_OF_SAMPLES
; /* 1/50Hz is 20ms period */
/external/webrtc/webrtc/modules/audio_coding/neteq/
comfort_noise.cc
65
size_t
number_of_samples
= requested_length;
local
69
number_of_samples
= requested_length + overlap_length_;
72
output->AssertSize(
number_of_samples
);
82
if (WebRtcCng_Generate(cng_inst, &(*output)[0][0],
number_of_samples
,
/external/llvm/include/llvm/ProfileData/
SampleProfReader.h
24
// offset1[.discriminator]:
number_of_samples
[fn1:num fn2:num ... ]
25
// offset2[.discriminator]:
number_of_samples
[fn3:num fn4:num ... ]
27
// offsetN[.discriminator]:
number_of_samples
[fn5:num fn6:num ... ]
29
// offsetA1[.discriminator]:
number_of_samples
[fn7:num fn8:num ... ]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isacfix.c
774
size_t
number_of_samples
;
local
806
&
number_of_samples
);
822
memset(decoded, 0, sizeof(int16_t) *
number_of_samples
);
830
memset(decoded, 0, sizeof(int16_t) *
number_of_samples
);
835
return (int)
number_of_samples
;
873
size_t
number_of_samples
;
local
906
&
number_of_samples
);
922
memset(decoded, 0, sizeof(int16_t) *
number_of_samples
);
930
memset(decoded, 0, sizeof(int16_t) *
number_of_samples
);
937
if (
number_of_samples
>FRAMESAMPLES)
[
all
...]
/external/opencv3/apps/createsamples/
createsamples.cpp
87
" [-bg <background_file_name>]\n [-num <
number_of_samples
= %d>]\n"
/external/opencv3/doc/tutorials/objdetect/
traincascade.markdown
111
- -num \<
number_of_samples
\>
/external/clang/docs/
UsersManual.rst
[
all
...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
LocalizedFormats.java
184
NUMBER_OF_SAMPLES
("number of samples ({0})"), /* keep */
/external/opencv3/modules/ml/include/opencv2/
ml.hpp
428
`<
number_of_samples
> * k` size.
431
sample. It is a single-precision floating-point vector with `<
number_of_samples
>` elements.
433
precision floating-point matrix of `<
number_of_samples
> * k` size.
435
is a single-precision floating-point matrix of `<
number_of_samples
> * k` size.
[
all
...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomDataImpl.java
[
all
...]
Completed in 454 milliseconds