OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxStreamPtr
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
arith_routines_hist.c
46
uint16_t *
maxStreamPtr
;
56
maxStreamPtr
= streamData->stream + STREAM_MAXW16_60MS - 1;
114
if( streamPtr >
maxStreamPtr
) {
arith_routines_logist.c
108
uint16_t *
maxStreamPtr
;
118
maxStreamPtr
= streamData->stream + STREAM_MAXW16_60MS - 1;
198
if( streamPtr >
maxStreamPtr
)
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
arith_routines_logist.c
90
uint8_t *
maxStreamPtr
;
99
maxStreamPtr
= streamdata->stream + STREAM_SIZE_MAX_60 - 1;
154
if(stream_ptr >
maxStreamPtr
)
Completed in 628 milliseconds