HomeSort by relevance Sort by last modified time
    Searched refs:bitstream (Results 76 - 100 of 120) sorted by null

1 2 34 5

  /external/libvpx/libvpx/vp8/
vp8cx.mk 28 VP8_CX_SRCS-yes += encoder/bitstream.c
40 VP8_CX_SRCS-yes += encoder/bitstream.h
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
Android.mk 6 src/bitstream.cpp \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8cx.mk 28 VP8_CX_SRCS-yes += encoder/bitstream.c
40 VP8_CX_SRCS-yes += encoder/bitstream.h
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
datapart_decode.cpp 20 #include "bitstream.h"
28 /* Purpose : Decode a frame of MPEG4 bitstream in datapartitioning mode. */
43 BitstreamDecVideo *stream = video->bitstream;
142 BitstreamDecVideo *stream = video->bitstream;
307 BitstreamDecVideo *stream = video->bitstream;
519 BitstreamDecVideo *stream = video->bitstream;
576 BitstreamDecVideo *stream = video->bitstream;
conceal.cpp 20 #include "bitstream.h"
34 BitstreamDecVideo *stream = video->bitstream;
vlc_dequant.cpp 55 BitstreamDecVideo *stream = video->bitstream;
387 BitstreamDecVideo *stream = video->bitstream;
505 BitstreamDecVideo *stream = video->bitstream;
807 BitstreamDecVideo *stream = video->bitstream;
1069 BitstreamDecVideo *stream = video->bitstream;
    [all...]
combined_decode.cpp 20 #include "bitstream.h"
27 /* Purpose : Decode a frame of MPEG4 bitstream in combined mode. */
47 BitstreamDecVideo *stream = video->bitstream;
347 BitstreamDecVideo *stream = video->bitstream;
528 BitstreamDecVideo *stream = video->bitstream;
  /external/libvorbis/doc/
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] element [booknumber] in VQ context.
85 can, in fact, be stored in the bitstream in \link{vorbis:spec:ilog}{ilog}( \varname{[floor0_number_of_books]} -
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. Th
    [all...]
04-codec.tex 13 and to bitstream packets.
19 A Vorbis bitstream begins with three header packets. The header
76 \item All three 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 \item verify the floor number is not greater than the highest number floor configured for the bitstream. If it is, the bitstream is undecodable
235 \item verify the residue number is not greater than the highest number residue configured for the bitstream. If it is, the bitstream is undecodable
a1-encapsulation-ogg.tex 16 bitstream overview} and \href{framing.html}{Ogg logical
17 bitstream and framing spec} provide detailed descriptions of Ogg
03-codebook.tex 10 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,
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 161 typedef struct __bitstream bitstream; typedef in typeref:struct:__bitstream
175 bitstream_start(bitstream *bs)
183 bitstream_end(bitstream *bs)
195 bitstream_put_ui(bitstream *bs, unsigned int val, int size_in_bits)
226 bitstream_byte_aligning(bitstream *bs, int bit)
282 bitstream *bs)
331 bitstream *bs)
391 bitstream bs;
406 bitstream bs;
    [all...]
mpeg2vaenc.c 161 typedef struct __bitstream bitstream; typedef in typeref:struct:__bitstream
175 bitstream_start(bitstream *bs)
183 bitstream_end(bitstream *bs)
195 bitstream_put_ui(bitstream *bs, unsigned int val, int size_in_bits)
226 bitstream_byte_aligning(bitstream *bs, int bit)
282 bitstream *bs)
331 bitstream *bs)
391 bitstream bs;
406 bitstream bs;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 96 AVCProfile profile; /* profile of the bitstream to be compliant with*/
97 AVCLevel level; /* level of the bitstream to be compliant with*/
239 \param "buffer" "Pointer to the output AVC bitstream buffer, the format will be EBSP,
253 \param "bitstream" "Pointer to the beginning of a NAL unit (start with forbidden_zero_bit, etc.)."
254 \param "size" "size of the bitstream (NumBytesInNALunit + 1)."
258 OSCL_IMPORT_REF AVCEnc_Status PVAVCEncGetNALType(uint8 *bitstream, int size, int *nal_type, int *nal_ref_idc);
residual.cpp 25 AVCEncBitstream *stream = encvid->bitstream;
47 /* at this point bitstream is byte-aligned */
152 AVCEncBitstream *stream = encvid->bitstream;
355 if (status != AVCENC_SUCCESS) /* occasionally check the bitstream */
avcenc_int.h 125 Bitstream structure contains bitstream related parameters such as the pointer
375 AVCEncBitstream *bitstream; /* for current NAL */ member in struct:tagEncObject
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 157 OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint use_ext_timestamp[], uint8* currYUV);
  /external/chromium_org/ppapi/proxy/
ppb_video_decoder_proxy.cc 240 PP_VideoBitstreamBuffer_Dev bitstream = { id, buffer.host_resource(), size };
241 enter.SetResult(enter.object()->Decode(&bitstream, enter.callback()));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
pack_bits.c 22 * unpacking of bits from bitstream, i.e., vector of bytes
26 uint16_t *bitstream, /* (o) The packetized bitstream */
34 bitstreamPtr=bitstream;
unpack_bits.c 22 * unpacking of bits from bitstream, i.e., vector of bytes
26 const uint16_t *bitstream, /* (i) The packatized bitstream */
27 iLBC_bits *enc_bits, /* (o) Paramerers from bitstream */
34 bitstreamPtr=bitstream;
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 238 rbsp_length : the length of the RBSP bitstream
554 bitstream = NULL;
567 bitstream = data;
778 OMX_U8 *sei_msg_start = bitstream;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 228 rbsp_length : the length of the RBSP bitstream
512 bitstream = NULL;
525 bitstream = data;
725 OMX_U8 *sei_msg_start = bitstream;
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 33 /* A 'chained bitstream' is a Vorbis bitstream that contains more than
34 one logical bitstream arranged end to end (the only form of Ogg
35 multiplexing allowed in a Vorbis bitstream; grouping [parallel
45 bitstream structure right off the bat, or find pieces on demand.
47 bitstream, but builds a virtual decoder on the fly when moving
51 information exists in an Ogg bitstream to seek to
461 /* finds each bitstream link one at a time using a bisection search
635 /* Get the offset of the last page of the physical bitstream, or, if
637 files will contain a single logical bitstream */
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 398 #define addBitToStream(/*size_t**/ bitpointer, /*ucvector**/ bitstream, /*unsigned char*/ bit)\
401 if(((*bitpointer) & 7) == 0) ucvector_push_back(bitstream, (unsigned char)0);\
403 (bitstream->data[bitstream->size - 1]) |= (bit << ((*bitpointer) & 0x7));\
407 static void addBitsToStream(size_t* bitpointer, ucvector* bitstream, unsigned value, size_t nbits)
410 for(i = 0; i < nbits; i++) addBitToStream(bitpointer, bitstream, (unsigned char)((value >> i) & 1));
413 static void addBitsToStreamReversed(size_t* bitpointer, ucvector* bitstream, unsigned value, size_t nbits)
416 for(i = 0; i < nbits; i++) addBitToStream(bitpointer, bitstream, (unsigned char)((value >> (nbits - 1 - i)) & 1));
422 #define READBIT(bitpointer, bitstream) ((bitstream[bitpointer >> 3] >> (bitpointer & 0x7)) & (unsigned char)1
    [all...]

Completed in 1340 milliseconds

1 2 34 5