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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h 98 #define STREAM_MAXW16_60MS 200 /* 200 Word16 = 400 bytes = 53.4 kbit/s @ 60 ms.framelength */
arith_routines_hist.c 56 maxStreamPtr = streamData->stream + STREAM_MAXW16_60MS - 1;
arith_routines_logist.c 118 maxStreamPtr = streamData->stream + STREAM_MAXW16_60MS - 1;
structs.h 43 uint16_t stream[STREAM_MAXW16_60MS]; /* Vector for adding encoded bytestream */
isacfix.c 39 * i.e. >= 0 && <= STREAM_MAXW16_60MS
331 ISAC_inst->ISACenc_obj.payloadLimitBytes60 = STREAM_MAXW16_60MS << 1;
332 ISAC_inst->ISACenc_obj.maxPayloadBytes = STREAM_MAXW16_60MS << 1;
337 for (k=0; k<STREAM_MAXW16_60MS; k++){
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
isac_speed_test.cc 46 EXPECT_GE(max_bytes_, static_cast<size_t>(STREAM_MAXW16_60MS));

Completed in 212 milliseconds