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

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

Completed in 84 milliseconds