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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_c.c 37 for (j = 0; j < PITCH_FRACORDER; j++) {
settings.h 158 #define PITCH_FRACORDER 9
pitch_filter.c 37 static const WebRtc_Word16 kIntrpCoef[PITCH_FRACS][PITCH_FRACORDER] = {
91 COMPILE_ASSERT(PITCH_FRACORDER == 9);
235 for (m = 0; m < PITCH_FRACORDER; m++) {
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
settings.h 143 #define PITCH_FRACORDER 9
pitch_filter.c 37 static const double kIntrpCoef[PITCH_FRACS][PITCH_FRACORDER] = {
156 for (m = 0; m < PITCH_FRACORDER; ++m) {
176 for (m = PITCH_FRACORDER-1; m >= m_tmp; --m) {

Completed in 29 milliseconds