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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_test.c 39 #define BLOCKL_MAX 240
47 int16_t data[BLOCKL_MAX];
48 int16_t encoded_data[ILBCNOOFWORDS_MAX], decoded_data[BLOCKL_MAX];
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
defines.h 14 #define BLOCKL_MAX 160 // max processing block length: 160
  /external/webrtc/src/modules/audio_processing/ns/
defines.h 18 #define BLOCKL_MAX 160 // max processing block length: 160
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
defines.h 30 #define BLOCKL_MAX 240
153 int16_t lpc_buffer[LPC_LOOKBACK + BLOCKL_MAX];

Completed in 64 milliseconds