Home
last modified time | relevance | path

Searched defs:bitstream (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dpack_bits.c26 uint16_t *bitstream, /* (o) The packetized bitstream */ in WebRtcIlbcfix_PackBits()
Dunpack_bits.c26 const uint16_t *bitstream, /* (i) The packatized bitstream */ in WebRtcIlbcfix_UnpackBits()
/external/aac/libSACdec/src/
Dsac_bitdec.cpp218 HANDLE_FDK_BITSTREAM bitstream, SPATIAL_SPECIFIC_CONFIG *config, in SpatialDecParseExtensionConfig()
280 HANDLE_FDK_BITSTREAM bitstream, in SpatialDecParseSpecificConfigHeader()
322 HANDLE_FDK_BITSTREAM bitstream, in SpatialDecParseMps212Config()
440 HANDLE_FDK_BITSTREAM bitstream, in SpatialDecParseSpecificConfig()
771 HANDLE_FDK_BITSTREAM bitstream, LOSSLESSDATA *const llData, in ecDataDec()
908 HANDLE_FDK_BITSTREAM bitstream) { in parseArbitraryDownmixData()
954 HANDLE_FDK_BITSTREAM bitstream, in SpatialDecParseFrameData()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dcrc.c83 int WebRtcIsac_GetCrc(const int16_t* bitstream, in WebRtcIsac_GetCrc()
/external/webp/src/mux/
Dmuxedit.c128 static WebPMuxError GetImageData(const WebPData* const bitstream, in GetImageData()
216 const WebPData* const bitstream, int copy_data, WebPMuxImage* const wpi) { in SetAlphaAndImageChunks()
233 WebPMuxError WebPMuxSetImage(WebPMux* mux, const WebPData* bitstream, in WebPMuxSetImage()
269 const WebPData* const bitstream = &info->bitstream; in WebPMuxPushFrame() local
Dmuxread.c168 WebPMux* WebPMuxCreateInternal(const WebPData* bitstream, int copy_data, in WebPMuxCreateInternal()
375 WebPData* const bitstream) { in SynthesizeBitstream()
/external/aac/libSACenc/src/
Dsacenc_bitstream.cpp263 static void ecData(HANDLE_FDK_BITSTREAM bitstream, in ecData()
547 FDK_BITSTREAM bitstream; in fdk_sacenc_writeSpatialSpecificConfig() local
715 HANDLE_FDK_BITSTREAM bitstream, HANDLE_BSF_INSTANCE self) { in WriteSpatialExtensionFrame()
739 FDK_BITSTREAM bitstream; in fdk_sacenc_writeSpatialFrame() local
/external/webp/include/webp/
Dmux.h136 static WEBP_INLINE WebPMux* WebPMuxCreate(const WebPData* bitstream, in WebPMuxCreate()
200 WebPData bitstream; // image data: can be a raw VP8/VP8L bitstream member
/external/webp/src/webp/
Dmux.h136 static WEBP_INLINE WebPMux* WebPMuxCreate(const WebPData* bitstream, in WebPMuxCreate()
200 WebPData bitstream; // image data: can be a raw VP8/VP8L bitstream member
/external/webrtc/webrtc/modules/audio_coding/test/
Dopus_test.cc277 uint8_t bitstream[kMaxBytes]; in Run() local
/external/libxaac/decoder/
Dixheaacd_mps_parse.c238 ia_mps_dec_state_struct *self, ia_handle_bit_buf_struct bitstream, in ixheaacd_mps_ecdata_decoding()
353 ia_handle_bit_buf_struct bitstream) { in ixheaacd_mps_frame_parsing()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dh264_bitstream_parser.cc545 void H264BitstreamParser::ParseBitstream(const uint8_t* bitstream, in ParseBitstream()
/external/mesa3d/src/gallium/state_trackers/omx/
Dvid_enc.c63 struct pipe_resource *bitstream; member
75 struct pipe_resource *bitstream; member
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.h80 struct nouveau_bo *bitstream; member
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp398 #define addBitToStream(/*size_t**/ bitpointer, /*ucvector**/ bitstream, /*unsigned char*/ bit)\ argument
407 static void addBitsToStream(size_t* bitpointer, ucvector* bitstream, unsigned value, size_t nbits) in addBitsToStream()
413 static void addBitsToStreamReversed(size_t* bitpointer, ucvector* bitstream, unsigned value, size_t… in addBitsToStreamReversed()
422 #define READBIT(bitpointer, bitstream) ((bitstream[bitpointer >> 3] >> (bitpointer & 0x7)) & (unsig… argument
424 static unsigned char readBitFromStream(size_t* bitpointer, const unsigned char* bitstream) in readBitFromStream()
431 static unsigned readBitsFromStream(size_t* bitpointer, const unsigned char* bitstream, size_t nbits) in readBitsFromStream()
2319 static unsigned char readBitFromReversedStream(size_t* bitpointer, const unsigned char* bitstream) in readBitFromReversedStream()
2326 static unsigned readBitsFromReversedStream(size_t* bitpointer, const unsigned char* bitstream, size… in readBitsFromReversedStream()
2338 static void setBitOfReversedStream0(size_t* bitpointer, unsigned char* bitstream, unsigned char bit) in setBitOfReversedStream0()
2350 static void setBitOfReversedStream(size_t* bitpointer, unsigned char* bitstream, unsigned char bit) in setBitOfReversedStream()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c42 Bitstr_dec* bitstream) { in InitializeDecoderBitstream()
/external/tremolo/Tremolo/
Dvorbisfile.c1580 long ov_read(OggVorbis_File *vf,void *buffer,int bytes_req,int *bitstream){ in ov_read()