Searched refs:read_be16 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | isacfix.c | 354 static void read_be16(const uint8_t* src, size_t nbytes, uint16_t* dest) { in read_be16() function 649 read_be16(encoded, kRequiredEncodedLenBytes, streamdata.stream); in WebRtcIsacfix_UpdateBwEstimate1() 725 read_be16(encoded, kRequiredEncodedLenBytes, streamdata.stream); in WebRtcIsacfix_UpdateBwEstimate() 800 read_be16(encoded, len, ISAC_inst->ISACdec_obj.bitstr_obj.stream); in WebRtcIsacfix_Decode() 900 read_be16(encoded, len, ISAC_inst->ISACdec_obj.bitstr_obj.stream); in WebRtcIsacfix_DecodeNb() 1284 read_be16(encoded, kRequiredEncodedLenBytes, streamdata.stream); in WebRtcIsacfix_ReadFrameLen() 1323 read_be16(encoded, kRequiredEncodedLenBytes, streamdata.stream); in WebRtcIsacfix_ReadBwIndex()
|