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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 19 #define LEVINSON_EPS 1.0e-10
85 if (r[0] < LEVINSON_EPS) { /* if r[0] <= 0, set LPC coeff. to zero */
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 19 #define LEVINSON_EPS 1.0e-10
85 if (r[0] < LEVINSON_EPS) { /* if r[0] <= 0, set LPC coeff. to zero */

Completed in 92 milliseconds