OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STREAM_MAXW16_60MS
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/src/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
119
maxStreamPtr = streamData->stream +
STREAM_MAXW16_60MS
- 1;
structs.h
41
WebRtc_UWord16 stream[
STREAM_MAXW16_60MS
]; /* Vector for adding encoded bytestream */
isacfix.c
252
ISAC_inst->ISACenc_obj.payloadLimitBytes60 =
STREAM_MAXW16_60MS
<< 1;
253
ISAC_inst->ISACenc_obj.maxPayloadBytes =
STREAM_MAXW16_60MS
<< 1;
258
for (k=0; k<
STREAM_MAXW16_60MS
; k++){
[
all
...]
Completed in 45 milliseconds