Home
last modified time | relevance | path

Searched refs:bit_stream (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
Disac_speed_test.cc28 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/
Dopus_speed_test.cc26 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/swiftshader/third_party/SPIRV-Tools/test/
DCMakeLists.txt186 TARGET bit_stream
187 SRCS bit_stream.cpp
188 ${CMAKE_CURRENT_SOURCE_DIR}/../source/comp/bit_stream.cpp
189 ${CMAKE_CURRENT_SOURCE_DIR}/../source/comp/bit_stream.h
195 ${CMAKE_CURRENT_SOURCE_DIR}/../source/comp/bit_stream.cpp
196 ${CMAKE_CURRENT_SOURCE_DIR}/../source/comp/bit_stream.h
/external/deqp-deps/SPIRV-Tools/test/
DCMakeLists.txt186 TARGET bit_stream
187 SRCS bit_stream.cpp
188 ${CMAKE_CURRENT_SOURCE_DIR}/../source/comp/bit_stream.cpp
189 ${CMAKE_CURRENT_SOURCE_DIR}/../source/comp/bit_stream.h
195 ${CMAKE_CURRENT_SOURCE_DIR}/../source/comp/bit_stream.cpp
196 ${CMAKE_CURRENT_SOURCE_DIR}/../source/comp/bit_stream.h
/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
137 write_bits(struct bit_stream *writer, unsigned int bits, unsigned int len) in write_bits()
148 struct bit_stream bs_vop = {vop, sizeof(vop)*8, 32}; in vlVaDecoderFixMPEG4Startcode()
163 struct bit_stream bs_gvop = {group_of_vop, sizeof(group_of_vop)*8, 32}; in vlVaDecoderFixMPEG4Startcode()
/external/webrtc/webrtc/modules/audio_coding/codecs/tools/
Daudio_codec_speed_test.h39 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/swiftshader/third_party/SPIRV-Tools/source/comp/
DCMakeLists.txt17 bit_stream.cpp
18 bit_stream.h
/external/deqp-deps/SPIRV-Tools/source/comp/
DCMakeLists.txt17 bit_stream.cpp
18 bit_stream.h
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dcodec.h25 void WebRtcIsac_ResetBitstream(Bitstr* bit_stream);
Dencode.c174 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()