Searched defs:streamval (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Darith_routines_hist.c78 streamData->streamval += W_lower;
81 if (streamData->streamval < W_lower)
100 /* renormalize interval, store most significant byte of streamval and update streamval
106 *streamPtr++ += (WebRtc_UWord16) WEBRTC_SPL_RSHIFT_W32(streamData->streamval, 24);
110 WEBRTC_SPL_RSHIFT_W32(streamData->streamval, 24), 8);
117 streamData->streamval = WEBRTC_SPL_LSHIFT_W32(streamData->streamval, 8);
159 WebRtc_UWord32 streamval; local
178 streamval
296 WebRtc_UWord32 streamval; local
[all...]
H A Dstructs.h31 WebRtc_UWord32 streamval; member in struct:Bitstreamstruct_dec
43 WebRtc_UWord32 streamval; member in struct:Bitstreamstruct_enc
371 WebRtc_UWord32 streamval; member in struct:__anon28968
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Darith_routines_hist.c53 streamdata->streamval += W_lower;
56 if (streamdata->streamval < W_lower)
63 /* renormalize interval, store most significant byte of streamval and update streamval */
67 *stream_ptr++ = (WebRtc_UWord8) (streamdata->streamval >> 24);
68 streamdata->streamval <<= 8;
94 WebRtc_UWord32 streamval; local
110 streamval = *stream_ptr << 24;
111 streamval |= *++stream_ptr << 16;
112 streamval |
202 WebRtc_UWord32 streamval; local
[all...]
H A Darith_routines_logist.c138 streamdata->streamval += W_lower;
141 if (streamdata->streamval < W_lower)
148 /* renormalize interval, store most significant byte of streamval and update streamval */
152 *stream_ptr++ = (WebRtc_UWord8) (streamdata->streamval >> 24);
158 streamdata->streamval <<= 8;
182 WebRtc_UWord32 streamval; local
193 streamval = *stream_ptr << 24;
194 streamval |= *++stream_ptr << 16;
195 streamval |
[all...]
H A Dstructs.h30 WebRtc_UWord32 streamval; member in struct:Bitstreamstruct
426 WebRtc_UWord32 streamval; member in struct:__anon28991

Completed in 136 milliseconds