HomeSort by relevance Sort by last modified time
    Searched defs:streamval (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
arith_routines_hist.c 53 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++ = (uint8_t) (streamdata->streamval >> 24);
68 streamdata->streamval <<= 8;
94 uint32_t streamval; local
110 streamval = *stream_ptr << 24;
111 streamval |= *++stream_ptr << 16;
112 streamval |= *++stream_ptr << 8
202 uint32_t streamval; local
    [all...]
arith_routines_logist.c 138 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++ = (uint8_t) (streamdata->streamval >> 24);
158 streamdata->streamval <<= 8;
182 uint32_t streamval; local
193 streamval = *stream_ptr << 24;
194 streamval |= *++stream_ptr << 16;
195 streamval |= *++stream_ptr << 8
    [all...]
structs.h 29 uint32_t streamval; member in struct:Bitstreamstruct
425 uint32_t streamval; member in struct:__anon19698
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
arith_routines_hist.c 53 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 |= *++stream_ptr << 8
202 WebRtc_UWord32 streamval; local
    [all...]
arith_routines_logist.c 138 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 |= *++stream_ptr << 8
    [all...]
structs.h 30 WebRtc_UWord32 streamval; member in struct:Bitstreamstruct
426 WebRtc_UWord32 streamval; member in struct:__anon37154
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
arith_routines_hist.c 78 streamData->streamval += W_lower;
81 if (streamData->streamval < W_lower)
100 /* renormalize interval, store most significant byte of streamval and update streamval
106 *streamPtr++ += (uint16_t) 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 uint32_t streamval; local
178 streamval = WEBRTC_SPL_LSHIFT_W32((uint32_t)*streamPtr++, 16)
296 uint32_t streamval; local
    [all...]
structs.h 31 uint32_t streamval; member in struct:Bitstreamstruct_dec
44 uint32_t streamval; member in struct:Bitstreamstruct_enc
372 uint32_t streamval; member in struct:__anon19676
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
arith_routines_hist.c 78 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 = WEBRTC_SPL_LSHIFT_W32((WebRtc_UWord32)*streamPtr++, 16)
296 WebRtc_UWord32 streamval; local
    [all...]
structs.h 31 WebRtc_UWord32 streamval; member in struct:Bitstreamstruct_dec
43 WebRtc_UWord32 streamval; member in struct:Bitstreamstruct_enc
371 WebRtc_UWord32 streamval; member in struct:__anon37131

Completed in 113 milliseconds