Home
last modified time | relevance | path

Searched refs:bitstream (Results 1 – 25 of 32) sorted by relevance

12

/external/libogg/doc/
Drfc3533.txt26 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 …]
Drfc5334.txt159 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/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dcrc.c83 WebRtc_Word16 WebRtcIsac_GetCrc(const WebRtc_Word16* bitstream, in WebRtcIsac_GetCrc() argument
93 if (bitstream == NULL) { in WebRtcIsac_GetCrc()
97 bitstream_ptr_uw8 = (WebRtc_UWord8 *)bitstream; in WebRtcIsac_GetCrc()
/external/libvorbis/doc/
D02-bitpacking.tex10 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
D05-comment.tex9 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):
Dvorbis-errors.txt24 OV_EIMPL The bitstream makes use of a feature not implemented in this
31 OV_EBADHEADER Invalid Vorbis bitstream header.
D06-floor0.tex40 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_…
D01-introduction.tex43 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
D04-codec.tex13 and to bitstream packets.
19 A Vorbis bitstream begins with three header packets. The header
76 … fields set to the same value implies a fixed rate, or tightly bounded, nearly fixed-rate bitstream
78 \item Maximum and or minimum set implies a VBR bitstream that obeys the bitrate limits
123 configuration placeholder values must be read to maintain bitstream
233 …t greater than the highest number floor configured for the bitstream. If it is, the bitstream is u…
235 …greater than the highest number residue configured for the bitstream. If it is, the bitstream is …
D03-codebook.tex10 decoding configuration, VQ and Huffman, into the bitstream itself in
374 codeword from the bitstream, decoding it into an entry number, and then
389 Using a codebook to read from the packet bitstream consists first of
390 reading and decoding the next codeword in the bitstream. The decoder
393 Huffman decode tree by reading one bit at a time from the bitstream,
Da1-encapsulation-ogg.tex16 bitstream overview} and \href{framing.html}{Ogg logical
17 bitstream and framing spec} provide detailed descriptions of Ogg
D07-floor1.tex33 a difference value decoded from the bitstream packet.
241 values taken from the bitstream. The second step plots the curve
/external/libogg/
DREADME22 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.
DCHANGES48 * basic Ogg bitstream sync and coding support
/external/libvorbis/include/vorbis/
Dvorbisfile.h190 int *bitstream);
192 int bigendianp,int word,int sgned,int *bitstream,
195 int bigendianp,int word,int sgned,int *bitstream);
/external/llvm/docs/
DBitCodeFormat.rst14 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
34 This document first describes the LLVM bitstream format, describes the wrapper
42 The bitstream format is literally a stream of bits, with a very simple
74 A bitstream literally consists of a stream of bits, which are read in order
133 Occasionally, it is useful to emit zero bits until the bitstream is a multiple
140 A bitstream is a sequential series of `Blocks`_ and `Data Records`_. Both of
[all …]
/external/libvpx/libvpx/vp8/
Dvp8cx.mk31 VP8_CX_SRCS-yes += encoder/bitstream.c
43 VP8_CX_SRCS-yes += encoder/bitstream.h
/external/tremolo/Tremolo/
Divorbisfile.h134 int *bitstream);
Dvorbisfile.c1580 long ov_read(OggVorbis_File *vf,void *buffer,int bytes_req,int *bitstream){ in ov_read() argument
1595 if(bitstream)*bitstream=vf->current_link; in ov_read()
/external/libvpx/mips/
Dlibvpx_srcs.txt79 vp8/encoder/bitstream.c
80 vp8/encoder/bitstream.h
/external/libvpx/generic/
Dlibvpx_srcs.txt79 vp8/encoder/bitstream.c
80 vp8/encoder/bitstream.h
/external/libvpx/mips-dspr2/
Dlibvpx_srcs.txt85 vp8/encoder/bitstream.c
86 vp8/encoder/bitstream.h
/external/libvorbis/lib/
Dvorbisfile.c1847 int bigendianp,int word,int sgned,int *bitstream, in ov_read_filter() argument
1975 if(bitstream)*bitstream=vf->current_link; in ov_read_filter()
1983 int bigendianp,int word,int sgned,int *bitstream){ in ov_read() argument
1984 return ov_read_filter(vf, buffer, length, bigendianp, word, sgned, bitstream, NULL, NULL); in ov_read()
2002 int *bitstream){ in ov_read_float() argument
2015 if(bitstream)*bitstream=vf->current_link; in ov_read_float()
/external/libvpx/armv7a/
Dlibvpx_srcs.txt119 vp8/encoder/bitstream.c
120 vp8/encoder/bitstream.h
/external/libvpx/armv7a-neon/
Dlibvpx_srcs.txt157 vp8/encoder/bitstream.c
158 vp8/encoder/bitstream.h

12