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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
accelerate.cc 59 size_t fs_mult_120 = fs_mult_ * 120; local
62 // Fit as many multiples of |peak_index| as possible in fs_mult_120.
65 peak_index = (fs_mult_120 / peak_index) * peak_index;
68 assert(fs_mult_120 >= peak_index); // Should be handled in Process().
70 output->PushBackInterleaved(input, fs_mult_120 * num_channels_);
73 temp_vector.PushBackInterleaved(&input[fs_mult_120 * num_channels_],
79 &input[(fs_mult_120 + peak_index) * num_channels_],
80 input_length - (fs_mult_120 + peak_index) * num_channels_);
preemptive_expand.cc 67 size_t fs_mult_120 = static_cast<size_t>(fs_mult_ * 120); local
71 (old_data_length_per_channel_ <= fs_mult_120)) ||
77 fs_mult_120);
time_stretch.cc 29 size_t fs_mult_120 = local
86 const int16_t* vec1 = &signal[fs_mult_120 - peak_index];
88 const int16_t* vec2 = &signal[fs_mult_120];
expand.cc 370 size_t fs_mult_120 = static_cast<size_t>(fs_mult * 120); local
405 size_t max_index = std::min(fs_mult_120 - 1,
443 std::max(std::min(distortion_lag + 10, fs_mult_120),
    [all...]

Completed in 617 milliseconds