OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subblock_length
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
isac_speed_test.cc
67
const int
subblock_length
= 10 * input_sampling_khz_;
local
72
for (int idx = 0; idx < subblocks; idx++, pointer +=
subblock_length
) {
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
neteq_isac_quality_test.cc
84
const int
subblock_length
= 10 * kIsacInputSamplingKhz;
local
88
for (int idx = 0; idx < subblocks; idx++, pointer +=
subblock_length
) {
Completed in 70 milliseconds