HomeSort by relevance Sort by last modified time
    Searched full:abs_shift (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator.c 330 int abs_shift = abs(delay_shift); local
337 shift_size = self->history_size - abs_shift;
342 dest_index = abs_shift;
344 src_index = abs_shift;
353 sizeof(*self->binary_far_history) * abs_shift);
358 sizeof(*self->far_bit_counts) * abs_shift);

Completed in 89 milliseconds