Searched refs:bit_stream (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | isac_speed_test.cc | 28 virtual float EncodeABlock(int16_t* in_data, uint8_t* bit_stream, 30 virtual float DecodeABlock(const uint8_t* bit_stream, size_t encoded_bytes, 63 float IsacSpeedTest::EncodeABlock(int16_t* in_data, uint8_t* bit_stream, in EncodeABlock() argument 74 bit_stream); in EncodeABlock() 86 float IsacSpeedTest::DecodeABlock(const uint8_t* bit_stream, in DecodeABlock() argument 92 value = WebRtcIsacfix_Decode(ISACFIX_main_inst_, bit_stream, encoded_bytes, in DecodeABlock()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_speed_test.cc | 26 virtual float EncodeABlock(int16_t* in_data, uint8_t* bit_stream, 28 virtual float DecodeABlock(const uint8_t* bit_stream, size_t encoded_bytes, 60 float OpusSpeedTest::EncodeABlock(int16_t* in_data, uint8_t* bit_stream, in EncodeABlock() argument 65 bit_stream); in EncodeABlock() 72 float OpusSpeedTest::DecodeABlock(const uint8_t* bit_stream, in DecodeABlock() argument 77 value = WebRtcOpus_Decode(opus_decoder_, bit_stream, encoded_bytes, out_data, in DecodeABlock()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/tools/ |
D | audio_codec_speed_test.h | 39 virtual float EncodeABlock(int16_t* in_data, uint8_t* bit_stream, 47 virtual float DecodeABlock(const uint8_t* bit_stream, size_t encoded_bytes,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | codec.h | 25 void WebRtcIsac_ResetBitstream(Bitstr* bit_stream);
|
D | encode.c | 174 void WebRtcIsac_ResetBitstream(Bitstr* bit_stream) { in WebRtcIsac_ResetBitstream() argument 175 bit_stream->W_upper = 0xFFFFFFFF; in WebRtcIsac_ResetBitstream() 176 bit_stream->stream_index = 0; in WebRtcIsac_ResetBitstream() 177 bit_stream->streamval = 0; in WebRtcIsac_ResetBitstream()
|