Home
last modified time | relevance | path

Searched defs:bit_stream (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/va/
Dpicture_mpeg4.c121 struct bit_stream struct
129 write_bit(struct bit_stream *writer, unsigned int bit) in write_bit() argument
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_speed_test.cc60 float OpusSpeedTest::EncodeABlock(int16_t* in_data, uint8_t* bit_stream, in EncodeABlock()
72 float OpusSpeedTest::DecodeABlock(const uint8_t* bit_stream, in DecodeABlock()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
Disac_speed_test.cc63 float IsacSpeedTest::EncodeABlock(int16_t* in_data, uint8_t* bit_stream, in EncodeABlock()
86 float IsacSpeedTest::DecodeABlock(const uint8_t* bit_stream, in DecodeABlock()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dencode.c174 void WebRtcIsac_ResetBitstream(Bitstr* bit_stream) { in WebRtcIsac_ResetBitstream()