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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c 26 static const int16_t kIntrpCoef[PITCH_FRACS][PITCH_FRACORDER] = {
117 fracoeffQQ = kIntrpCoef[frcQQ];
190 fracoeffQQ = kIntrpCoef[frcQQ];
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_filter.c 37 static const double kIntrpCoef[PITCH_FRACS][PITCH_FRACORDER] = {
224 parameters->interpol_coeff = kIntrpCoef[fraction_index];

Completed in 57 milliseconds