OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:samplesPerValue
(Results
1 - 2
of
2
) sorted by null
/external/sonic/
Sonic.java
496
int
samplesPerValue
= numChannels*skip;
502
for(int j = 0; j <
samplesPerValue
; j++) {
503
value += samples[position + i*
samplesPerValue
+ j];
505
value /=
samplesPerValue
;
sonic.c
593
int
samplesPerValue
= stream->numChannels*skip;
600
for(j = 0; j <
samplesPerValue
; j++) {
603
value /=
samplesPerValue
;
Completed in 111 milliseconds