/external/libogg/doc/ |
D | rfc3533.txt | 26 This document describes the Ogg bitstream format version 0, which is 29 encoding formats as well as other data streams in a single bitstream. 42 4. The Ogg bitstream format . . . . . . . . . . . . . . . . . . . 3 65 The Ogg bitstream format has been developed as a part of a larger 73 This document describes the Ogg bitstream format and how to use it to 75 encoders. The Ogg transport bitstream is designed to provide 96 format of the Ogg bitstream. See the Appendix for a more complete 102 bitstream, provided to the Ogg encapsulation process, has a 105 bitstream and represent meaningful entities for that encoder only 139 in the bitstream. [all …]
|
D | rfc5334.txt | 159 An Ogg bitstream generally consists of one or more logical bitstreams 164 bitstream. Using Ogg Skeleton is REQUIRED for content served under 180 logical bitstream that they cannot decode SHOULD ignore it, while 257 situations where the Ogg bitstream predominantly contains audio data 301 mechanism that encrypts or signs an Ogg bitstream and thus provides 305 content in an Ogg bitstream. Implementations SHOULD NOT execute such 422 Skeleton logical bitstream to identify all other contained logical 480 "video/ogg" SHOULD contain an Ogg Skeleton logical bitstream. 534 Ogg bitstream predominantly contains audio data. Content served 536 bitstream when using the default .oga file extension. The .ogg and [all …]
|
/external/webp/src/mux/ |
D | muxedit.c | 128 static WebPMuxError GetImageData(const WebPData* const bitstream, in GetImageData() argument 132 if (bitstream->size < TAG_SIZE || in GetImageData() 133 memcmp(bitstream->bytes, "RIFF", TAG_SIZE)) { in GetImageData() 135 *image = *bitstream; in GetImageData() 139 WebPMux* const mux = WebPMuxCreate(bitstream, 0); in GetImageData() 216 const WebPData* const bitstream, int copy_data, WebPMuxImage* const wpi) { in SetAlphaAndImageChunks() argument 219 WebPMuxError err = GetImageData(bitstream, &image, &alpha, &is_lossless); in SetAlphaAndImageChunks() 233 WebPMuxError WebPMuxSetImage(WebPMux* mux, const WebPData* bitstream, in WebPMuxSetImage() argument 239 if (mux == NULL || bitstream == NULL || bitstream->bytes == NULL || in WebPMuxSetImage() 240 bitstream->size > MAX_CHUNK_PAYLOAD) { in WebPMuxSetImage() [all …]
|
D | muxread.c | 168 WebPMux* WebPMuxCreateInternal(const WebPData* bitstream, int copy_data, in WebPMuxCreateInternal() argument 184 if (bitstream == NULL) return NULL; in WebPMuxCreateInternal() 186 data = bitstream->bytes; in WebPMuxCreateInternal() 187 size = bitstream->size; in WebPMuxCreateInternal() 372 WebPData* const bitstream) { in SynthesizeBitstream() argument 398 bitstream->bytes = data; in SynthesizeBitstream() 399 bitstream->size = size; in SynthesizeBitstream() 433 return SynthesizeBitstream(wpi, &info->bitstream); in MuxGetImageInternal() 456 return SynthesizeBitstream(wpi, &frame->bitstream); in MuxGetFrameInternal()
|
D | anim_encode.c | 314 WebPDataClear(&encoded_frame->sub_frame_.bitstream); in FrameRelease() 315 WebPDataClear(&encoded_frame->key_frame_.bitstream); in FrameRelease() 990 &curr_enc_frame->sub_frame_.bitstream)) { in IncreasePreviousDuration() 1033 GetEncodedData(&candidates[i].mem_, &dst->bitstream); in PickBestCandidate() 1191 return ((int64_t)encoded_frame->key_frame_.bitstream.size - in KeyFramePenalty() 1192 encoded_frame->sub_frame_.bitstream.size); in KeyFramePenalty() 1418 const WebPData* const image = &frame->bitstream; in DecodeFrameOntoCanvas() 1485 WebPDataInit(&frame.bitstream); in OptimizeSingleFrame() 1510 WebPDataClear(&frame.bitstream); in OptimizeSingleFrame()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | crc.c | 83 int WebRtcIsac_GetCrc(const int16_t* bitstream, in WebRtcIsac_GetCrc() argument 93 if (bitstream == NULL) { in WebRtcIsac_GetCrc() 97 bitstream_ptr_uw8 = (uint8_t *)bitstream; in WebRtcIsac_GetCrc()
|
/external/webp/src/webp/ |
D | mux.h | 136 static WEBP_INLINE WebPMux* WebPMuxCreate(const WebPData* bitstream, in WebPMuxCreate() argument 138 return WebPMuxCreateInternal(bitstream, copy_data, WEBP_MUX_ABI_VERSION); in WebPMuxCreate() 200 WebPData bitstream; // image data: can be a raw VP8/VP8L bitstream member 226 WebPMux* mux, const WebPData* bitstream, int copy_data);
|
/external/webp/include/webp/ |
D | mux.h | 136 static WEBP_INLINE WebPMux* WebPMuxCreate(const WebPData* bitstream, in WebPMuxCreate() argument 138 return WebPMuxCreateInternal(bitstream, copy_data, WEBP_MUX_ABI_VERSION); in WebPMuxCreate() 200 WebPData bitstream; // image data: can be a raw VP8/VP8L bitstream member 226 WebPMux* mux, const WebPData* bitstream, int copy_data);
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | opus_test.cc | 277 uint8_t bitstream[kMaxBytes]; in Run() local 281 &audio[read_samples], frame_length, kMaxBytes, bitstream); in Run() 304 opus_mono_decoder_, bitstream, bitstream_len_byte, in Run() 313 opus_stereo_decoder_, bitstream, bitstream_len_byte, in Run() 324 bitstream, bitstream_len_byte, NULL); in Run()
|
/external/libvorbis/doc/ |
D | 02-bitpacking.tex | 10 bitstream in which bits are coded one-by-one by the encoder and then 16 bitstream into an actual representation in fixed-width words. 59 The Vorbis bitpacking convention specifies storage and bitstream 76 integer to the logical bitstream first, followed by next least 196 bitstream is well defined. There are no artificial alignment 197 boundaries maintained in the bitstream. 212 container structure, such as an Ogg transport bitstream. Externally, 213 each bytestream (encoded bitstream) must begin and end on a byte 214 boundary. Often, the encoded bitstream is not an integer number of
|
D | 05-comment.tex | 9 packets that begin a Vorbis bitstream. It is meant for short text 11 separate logical bitstream (usually an XML stream type) that provides 199 The comment header comprises the entirety of the second bitstream 200 header packet. Unlike the first bitstream header packet, it is not 202 to within the second bitstream page. The length of the comment header 204 optional; it must be present in the bitstream even if it is 208 bitstream mapping which renders least-significant-bit of the word to be 210 bitstream octet first):
|
D | 06-floor0.tex | 40 An end-of-packet condition during any of these bitstream reads renders 43 number for this bitstream is an error condition that also renders the 52 coefficient values from the bitstream, and then computing the floor 64 …7) vector [temp_vector] = read vector from bitstream using codebook number [floor0_book_list] elem… 85 can, in fact, be stored in the bitstream in \link{vorbis:spec:ilog}{ilog}( \varname{[floor0_number_…
|
D | vorbis-errors.txt | 24 OV_EIMPL The bitstream makes use of a feature not implemented in this 31 OV_EBADHEADER Invalid Vorbis bitstream header.
|
D | 01-introduction.tex | 43 codebooks used in the first stage of decoding from the bitstream are 44 packed in their entirety into the Vorbis bitstream headers. In 88 packed into the bitstream header along with extensive CODEC setup 97 bitstream so long as the codec has been initialized/setup with the 102 relatively large as bitstream headers go. The header size is 154 Each Vorbis frame is coded according to a master 'mode'. A bitstream 233 is coded in the bitstream using cascaded (multi-pass) vector 265 bitstream headers matching the stream to be decoded. Vorbis uses 275 The identification header identifies the bitstream as Vorbis, Vorbis 281 string for the application/library that produced the bitstream. The
|
/external/libogg/ |
D | README | 22 the public domain Ogg bitstream format 39 Ogg project codecs use the Ogg bitstream format to arrange the raw, 40 compressed bitstream into a more robust, useful form. For example, 41 the Ogg bitstream makes seeking, time stamping and error recovery 43 streams into a single physical bitstream.
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 190 int *bitstream); 192 int bigendianp,int word,int sgned,int *bitstream, 195 int bigendianp,int word,int sgned,int *bitstream);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | isacfix.c | 42 Bitstr_dec* bitstream) { in InitializeDecoderBitstream() argument 43 bitstream->W_upper = 0xFFFFFFFF; in InitializeDecoderBitstream() 44 bitstream->streamval = 0; in InitializeDecoderBitstream() 45 bitstream->stream_index = 0; in InitializeDecoderBitstream() 46 bitstream->full = 1; in InitializeDecoderBitstream() 47 bitstream->stream_size = (stream_size_bytes + 1) >> 1; in InitializeDecoderBitstream() 48 memset(bitstream->stream, 0, sizeof(bitstream->stream)); in InitializeDecoderBitstream()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | h264_bitstream_parser.cc | 545 void H264BitstreamParser::ParseBitstream(const uint8_t* bitstream, in ParseBitstream() argument 548 std::vector<size_t> slice_markers = FindNaluStartSequences(bitstream, length); in ParseBitstream() 551 ParseSlice(bitstream + slice_markers[i], in ParseBitstream() 555 ParseSlice(bitstream + slice_markers.back(), length - slice_markers.back()); in ParseBitstream()
|
D | h264_bitstream_parser.h | 32 void ParseBitstream(const uint8_t* bitstream, size_t length);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | pack_bits.h | 29 uint16_t *bitstream, /* (o) The packetized bitstream */
|
D | unpack_bits.h | 29 const uint16_t *bitstream, /* (i) The packatized bitstream */
|
D | unpack_bits.c | 26 const uint16_t *bitstream, /* (i) The packatized bitstream */ in WebRtcIlbcfix_UnpackBits() argument 34 bitstreamPtr=bitstream; in WebRtcIlbcfix_UnpackBits()
|
D | pack_bits.c | 26 uint16_t *bitstream, /* (o) The packetized bitstream */ in WebRtcIlbcfix_PackBits() argument 34 bitstreamPtr=bitstream; in WebRtcIlbcfix_PackBits()
|
/external/libvpx/libvpx/vp8/ |
D | vp8cx.mk | 24 VP8_CX_SRCS-yes += encoder/bitstream.c 36 VP8_CX_SRCS-yes += encoder/bitstream.h
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 14 This document describes the LLVM bitstream file format and the encoding of the 21 anachronistically known as bytecode) is actually two things: a `bitstream 24 The bitstream format is an abstract encoding of structured data, very similar to 25 XML in some ways. Like XML, bitstream files contain tags, and nested 27 Unlike XML, the bitstream format is a binary encoding, and unlike XML it 35 This document first describes the LLVM bitstream format, describes the wrapper 43 The bitstream format is literally a stream of bits, with a very simple 75 A bitstream literally consists of a stream of bits, which are read in order 134 Occasionally, it is useful to emit zero bits until the bitstream is a multiple 141 A bitstream is a sequential series of `Blocks`_ and `Data Records`_. Both of [all …]
|