Home
last modified time | relevance | path

Searched refs:STREAM_MAXW16_60MS (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dsettings.h98 #define STREAM_MAXW16_60MS 200 /* 200 Word16 = 400 bytes = 53.4 kbit/s @ 60 ms.framelength */ macro
Disacfix.c331 ISAC_inst->ISACenc_obj.payloadLimitBytes60 = STREAM_MAXW16_60MS << 1; in WebRtcIsacfix_EncoderInit()
332 ISAC_inst->ISACenc_obj.maxPayloadBytes = STREAM_MAXW16_60MS << 1; in WebRtcIsacfix_EncoderInit()
337 for (k=0; k<STREAM_MAXW16_60MS; k++){ in WebRtcIsacfix_EncoderInit()
Dstructs.h43 uint16_t stream[STREAM_MAXW16_60MS]; /* Vector for adding encoded bytestream */
Darith_routines_hist.c56 maxStreamPtr = streamData->stream + STREAM_MAXW16_60MS - 1; in WebRtcIsacfix_EncHistMulti()
Darith_routines_logist.c118 maxStreamPtr = streamData->stream + STREAM_MAXW16_60MS - 1; in WebRtcIsacfix_EncLogisticMulti2()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
Disac_speed_test.cc46 EXPECT_GE(max_bytes_, static_cast<size_t>(STREAM_MAXW16_60MS)); in SetUp()