Searched refs:downsamp_temp_len (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dmerge.cc275 // TODO(hlundin): Should |downsamp_temp_len| be corrected for round-off
277 int16_t downsamp_temp_len = temp_len / decimation_factor; local
279 input_downsampled_, downsamp_temp_len,
282 memset(&input_downsampled_[downsamp_temp_len], 0,
283 sizeof(int16_t) * (kInputDownsampLength - downsamp_temp_len));

Completed in 60 milliseconds