#include <stdint.h>
#include <string.h>
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
Data Structures | |
struct | GetByteContext |
struct | PutByteContext |
Defines | |
#define | DEF(type, name, bytes, read, write) |
#define | bytestream2_get_ne16 bytestream2_get_le16 |
#define | bytestream2_get_ne24 bytestream2_get_le24 |
#define | bytestream2_get_ne32 bytestream2_get_le32 |
#define | bytestream2_get_ne64 bytestream2_get_le64 |
#define | bytestream2_get_ne16u bytestream2_get_le16u |
#define | bytestream2_get_ne24u bytestream2_get_le24u |
#define | bytestream2_get_ne32u bytestream2_get_le32u |
#define | bytestream2_get_ne64u bytestream2_get_le64u |
#define | bytestream2_put_ne16 bytestream2_put_le16 |
#define | bytestream2_put_ne24 bytestream2_put_le24 |
#define | bytestream2_put_ne32 bytestream2_put_le32 |
#define | bytestream2_put_ne64 bytestream2_put_le64 |
#define | bytestream2_peek_ne16 bytestream2_peek_le16 |
#define | bytestream2_peek_ne24 bytestream2_peek_le24 |
#define | bytestream2_peek_ne32 bytestream2_peek_le32 |
#define | bytestream2_peek_ne64 bytestream2_peek_le64 |
Functions | |
static av_always_inline void | bytestream2_init (GetByteContext *g, const uint8_t *buf, int buf_size) |
static av_always_inline void | bytestream2_init_writer (PutByteContext *p, uint8_t *buf, int buf_size) |
static av_always_inline unsigned int | bytestream2_get_bytes_left (GetByteContext *g) |
static av_always_inline unsigned int | bytestream2_get_bytes_left_p (PutByteContext *p) |
static av_always_inline void | bytestream2_skip (GetByteContext *g, unsigned int size) |
static av_always_inline void | bytestream2_skipu (GetByteContext *g, unsigned int size) |
static av_always_inline void | bytestream2_skip_p (PutByteContext *p, unsigned int size) |
static av_always_inline int | bytestream2_tell (GetByteContext *g) |
static av_always_inline int | bytestream2_tell_p (PutByteContext *p) |
static av_always_inline int | bytestream2_size (GetByteContext *g) |
static av_always_inline int | bytestream2_size_p (PutByteContext *p) |
static av_always_inline int | bytestream2_seek (GetByteContext *g, int offset, int whence) |
static av_always_inline int | bytestream2_seek_p (PutByteContext *p, int offset, int whence) |
static av_always_inline unsigned int | bytestream2_get_buffer (GetByteContext *g, uint8_t *dst, unsigned int size) |
static av_always_inline unsigned int | bytestream2_get_bufferu (GetByteContext *g, uint8_t *dst, unsigned int size) |
static av_always_inline unsigned int | bytestream2_put_buffer (PutByteContext *p, const uint8_t *src, unsigned int size) |
static av_always_inline unsigned int | bytestream2_put_bufferu (PutByteContext *p, const uint8_t *src, unsigned int size) |
static av_always_inline void | bytestream2_set_buffer (PutByteContext *p, const uint8_t c, unsigned int size) |
static av_always_inline void | bytestream2_set_bufferu (PutByteContext *p, const uint8_t c, unsigned int size) |
static av_always_inline unsigned int | bytestream2_get_eof (PutByteContext *p) |
static av_always_inline unsigned int | bytestream_get_buffer (const uint8_t **b, uint8_t *dst, unsigned int size) |
static av_always_inline void | bytestream_put_buffer (uint8_t **b, const uint8_t *src, unsigned int size) |
Variables | |
uint64_t | |
le64 | |
AV_RL64 | |
AV_WL64_TMPL unsigned | int |
AV_WL64_TMPL unsigned | le32 |
AV_WL64_TMPL unsigned | AV_RL32 |
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned | le24 |
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned | AV_RL24 |
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned | le16 |
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned | AV_RL16 |
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL | be64 |
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL | AV_RB64 |
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_WB64_TMPL unsigned | be32 |
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_WB64_TMPL unsigned | AV_RB32 |
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_WB64_TMPL unsigned AV_WB32_TMPL unsigned | be24 |
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_WB64_TMPL unsigned AV_WB32_TMPL unsigned | AV_RB24 |
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_WB64_TMPL unsigned AV_WB32_TMPL unsigned AV_WB24_TMPL unsigned | be16 |
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_WB64_TMPL unsigned AV_WB32_TMPL unsigned AV_WB24_TMPL unsigned | AV_RB16 |
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_WB64_TMPL unsigned AV_WB32_TMPL unsigned AV_WB24_TMPL unsigned AV_WB16_TMPL unsigned | byte |
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_WB64_TMPL unsigned AV_WB32_TMPL unsigned AV_WB24_TMPL unsigned AV_WB16_TMPL unsigned | AV_RB8 |
#define bytestream2_get_ne16 bytestream2_get_le16 |
Definition at line 112 of file bytestream.h.
#define bytestream2_get_ne16u bytestream2_get_le16u |
#define bytestream2_get_ne24 bytestream2_get_le24 |
Definition at line 113 of file bytestream.h.
#define bytestream2_get_ne24u bytestream2_get_le24u |
Definition at line 117 of file bytestream.h.
#define bytestream2_get_ne32 bytestream2_get_le32 |
Definition at line 114 of file bytestream.h.
#define bytestream2_get_ne32u bytestream2_get_le32u |
Definition at line 118 of file bytestream.h.
#define bytestream2_get_ne64 bytestream2_get_le64 |
Definition at line 115 of file bytestream.h.
#define bytestream2_get_ne64u bytestream2_get_le64u |
Definition at line 119 of file bytestream.h.
#define bytestream2_peek_ne16 bytestream2_peek_le16 |
Definition at line 124 of file bytestream.h.
#define bytestream2_peek_ne24 bytestream2_peek_le24 |
Definition at line 125 of file bytestream.h.
#define bytestream2_peek_ne32 bytestream2_peek_le32 |
Definition at line 126 of file bytestream.h.
#define bytestream2_peek_ne64 bytestream2_peek_le64 |
Definition at line 127 of file bytestream.h.
#define bytestream2_put_ne16 bytestream2_put_le16 |
Definition at line 120 of file bytestream.h.
#define bytestream2_put_ne24 bytestream2_put_le24 |
Definition at line 121 of file bytestream.h.
#define bytestream2_put_ne32 bytestream2_put_le32 |
Definition at line 122 of file bytestream.h.
#define bytestream2_put_ne64 bytestream2_put_le64 |
Definition at line 123 of file bytestream.h.
#define DEF | ( | type, | |||
name, | |||||
bytes, | |||||
read, | |||||
write | ) |
Definition at line 41 of file bytestream.h.
Referenced by avg_pixels16_TMPL(), avg_pixels16_x2_TMPL(), avg_pixels16_xy2_TMPL(), avg_pixels16_y2_TMPL(), pixels16_xy2(), pixels16_y2(), put_no_rnd_pixels16_x2_TMPL(), put_no_rnd_pixels16_y2_TMPL(), and put_pixels16_y2_TMPL().
static av_always_inline unsigned int bytestream2_get_buffer | ( | GetByteContext * | g, | |
uint8_t * | dst, | |||
unsigned int | size | |||
) | [static] |
Definition at line 258 of file bytestream.h.
Referenced by bethsoftvid_decode_frame(), bfi_decode_frame(), copy4h(), decode_bdlt(), decode_copy(), decode_format80(), decode_frame(), decode_wdlt(), ff_amf_read_string(), flic_decode_frame_8BPP(), ipvideo_decode_block_opcode_0x9(), ipvideo_decode_block_opcode_0xA(), ipvideo_decode_block_opcode_0xB(), old_codec37(), paf_vid_decode(), pcm_bluray_decode_frame(), targa_decode_rle(), tgq_decode_mb(), txd_decode_frame(), vb_decode_framedata(), vqa_decode_chunk(), and xan_unpack().
static av_always_inline unsigned int bytestream2_get_bufferu | ( | GetByteContext * | g, | |
uint8_t * | dst, | |||
unsigned int | size | |||
) | [static] |
Definition at line 268 of file bytestream.h.
Referenced by add_string_metadata(), decode_frame(), decode_packet(), old_codec37(), old_codec47(), op(), paf_vid_decode(), process_block(), rle_decode(), tiff_decode_tag(), and xwd_decode_frame().
static av_always_inline unsigned int bytestream2_get_bytes_left | ( | GetByteContext * | g | ) | [static] |
Definition at line 149 of file bytestream.h.
Referenced by add_doubles_metadata(), add_shorts_metadata(), add_string_metadata(), adpcm_decode_frame(), bfi_decode_frame(), codec2subblock(), decode_0(), decode_6(), decode_bdlt(), decode_codestream(), decode_dds1(), decode_dsw1(), decode_frame(), decode_init(), decode_packet(), decode_tsw1(), decode_wdlt(), dfa_decode_frame(), expand_rle_row(), flic_decode_frame_15_16BPP(), flic_decode_frame_8BPP(), get_coc(), get_cod(), get_cox(), get_qcc(), get_qcx(), get_siz(), get_sot(), handle_notify(), ipvideo_decode_opcodes(), jp2_find_codestream(), kmvc_decode_inter_8x8(), kmvc_decode_intra_8x8(), mm_decode_inter(), mm_decode_intra(), msrle_decode_8_16_24_32(), msrle_decode_pal4(), mss3_decode_frame(), mss4_decode_frame(), old_codec1(), old_codec37(), old_codec47(), op(), opcode_0xf7(), opcode_0xf8(), paf_vid_decode(), png_decode_idat(), process_block(), qpeg_decode_inter(), qpeg_decode_intra(), read_connect(), read_frame_header(), read_rle_sgi(), read_uncompressed_sgi(), rle_decode(), roqvideo_decode_frame(), set_palette(), targa_decode_rle(), tgq_decode_mb(), tiff_decode_tag(), tscc2_decode_frame(), txd_decode_frame(), ulti_decode_frame(), vb_decode_framedata(), vqa_decode_chunk(), xan_decode_chroma(), xan_unpack(), xan_unpack_luma(), and xwd_decode_frame().
static av_always_inline unsigned int bytestream2_get_bytes_left_p | ( | PutByteContext * | p | ) | [static] |
Definition at line 154 of file bytestream.h.
static av_always_inline unsigned int bytestream2_get_eof | ( | PutByteContext * | p | ) | [static] |
Definition at line 323 of file bytestream.h.
static av_always_inline void bytestream2_init | ( | GetByteContext * | g, | |
const uint8_t * | buf, | |||
int | buf_size | |||
) | [static] |
Definition at line 130 of file bytestream.h.
Referenced by aasc_decode_frame(), adpcm_decode_frame(), alac_set_info(), bethsoftvid_decode_frame(), bfi_decode_frame(), bmp_decode_frame(), decode_frame(), decode_i2_frame(), decode_init(), decode_p_frame(), dfa_decode_frame(), dpcm_decode_frame(), find_tracked_method(), flic_decode_frame_15_16BPP(), flic_decode_frame_8BPP(), handle_notify(), ipvideo_decode_frame(), mimic_decode_frame(), mm_decode_frame(), mm_decode_inter(), msrle_decode_frame(), mss2_decode_frame(), mss3_decode_frame(), mss4_decode_frame(), paf_vid_decode(), pcm_bluray_decode_frame(), qtrle_decode_frame(), read_connect(), roq_decode_frame(), rtmp_send_packet(), send_invoke_response(), smc_decode_frame(), tgq_decode_frame(), tm2_read_stream(), tscc2_decode_frame(), txd_decode_frame(), ulti_decode_frame(), vqa_decode_chunk(), vqa_decode_frame(), xan_decode_frame(), and xwd_decode_frame().
static av_always_inline void bytestream2_init_writer | ( | PutByteContext * | p, | |
uint8_t * | buf, | |||
int | buf_size | |||
) | [static] |
Definition at line 139 of file bytestream.h.
Referenced by encode_frame(), handle_notify(), jpeg_create_header(), send_invoke_response(), sunrast_encode_frame(), and utvideo_encode_frame().
static av_always_inline unsigned int bytestream2_put_buffer | ( | PutByteContext * | p, | |
const uint8_t * | src, | |||
unsigned int | size | |||
) | [static] |
Definition at line 277 of file bytestream.h.
Referenced by encode_plane(), handle_notify(), jpeg_create_header(), and sunrast_image_write_image().
static av_always_inline unsigned int bytestream2_put_bufferu | ( | PutByteContext * | p, | |
const uint8_t * | src, | |||
unsigned int | size | |||
) | [static] |
Definition at line 292 of file bytestream.h.
static av_always_inline int bytestream2_seek | ( | GetByteContext * | g, | |
int | offset, | |||
int | whence | |||
) | [static] |
Definition at line 203 of file bytestream.h.
Referenced by adpcm_decode_frame(), decode_frame(), process_block(), qtrle_decode_frame(), read_rle_sgi(), tiff_decode_tag(), vqa_decode_chunk(), xan_decode_chroma(), xan_decode_frame_type0(), xan_decode_frame_type1(), and xan_unpack_luma().
static av_always_inline int bytestream2_seek_p | ( | PutByteContext * | p, | |
int | offset, | |||
int | whence | |||
) | [static] |
static av_always_inline void bytestream2_set_buffer | ( | PutByteContext * | p, | |
const uint8_t | c, | |||
unsigned int | size | |||
) | [static] |
static av_always_inline void bytestream2_set_bufferu | ( | PutByteContext * | p, | |
const uint8_t | c, | |||
unsigned int | size | |||
) | [static] |
Definition at line 315 of file bytestream.h.
static av_always_inline int bytestream2_size | ( | GetByteContext * | g | ) | [static] |
Definition at line 193 of file bytestream.h.
Referenced by smc_decode_stream(), tiff_decode_tag(), and xan_decode_frame_type0().
static av_always_inline int bytestream2_size_p | ( | PutByteContext * | p | ) | [static] |
Definition at line 198 of file bytestream.h.
static av_always_inline void bytestream2_skip | ( | GetByteContext * | g, | |
unsigned int | size | |||
) | [static] |
Definition at line 159 of file bytestream.h.
Referenced by adpcm_decode_frame(), bfi_decode_frame(), decode_0(), decode_codestream(), decode_frame(), decode_packet(), dfa_decode_frame(), flic_decode_frame_15_16BPP(), flic_decode_frame_8BPP(), get_nb_samples(), ipvideo_decode_opcodes(), j2k_flush(), mimic_decode_frame(), mm_decode_pal(), msrle_decode_8_16_24_32(), msrle_decode_pal4(), mss3_decode_frame(), mss4_decode_frame(), old_codec37(), old_codec47(), paf_vid_decode(), pcm_bluray_decode_frame(), png_decode_idat(), process_frame_obj(), qtrle_decode_2n4bpp(), qtrle_decode_frame(), read_frame_header(), read_uncompressed_sgi(), smc_decode_stream(), tgq_decode_frame(), tgq_decode_mb(), tm2_read_stream(), tscc2_decode_frame(), txd_decode_frame(), vqa_decode_chunk(), xan_decode_chroma(), and xan_unpack_luma().
static av_always_inline void bytestream2_skip_p | ( | PutByteContext * | p, | |
unsigned int | size | |||
) | [static] |
Definition at line 171 of file bytestream.h.
Referenced by handle_notify(), and sunrast_image_write_image().
static av_always_inline void bytestream2_skipu | ( | GetByteContext * | g, | |
unsigned int | size | |||
) | [static] |
Definition at line 165 of file bytestream.h.
Referenced by adpcm_decode_frame(), alac_set_info(), decode_0(), decode_frame(), decode_init(), dpcm_decode_frame(), get_sot(), jp2_find_codestream(), and xwd_decode_frame().
static av_always_inline int bytestream2_tell | ( | GetByteContext * | g | ) | [static] |
Definition at line 183 of file bytestream.h.
Referenced by adpcm_decode_frame(), arith2_get_consumed_bytes(), bethsoftvid_decode_frame(), bytestream2_seek(), decode_0(), decode_codestream(), decode_format80(), decode_frame(), flic_decode_frame_15_16BPP(), flic_decode_frame_8BPP(), ipvideo_decode_opcodes(), mss2_decode_frame(), old_codec1(), old_codec47(), pcm_bluray_decode_frame(), process_block(), roqvideo_decode_frame(), tiff_decode_tag(), tm2_read_stream(), tscc2_decode_frame(), vqa_decode_chunk(), and xan_unpack_luma().
static av_always_inline int bytestream2_tell_p | ( | PutByteContext * | p | ) | [static] |
Definition at line 188 of file bytestream.h.
Referenced by bytestream2_seek_p(), jpeg_create_header(), sunrast_encode_frame(), sunrast_image_write_image(), and utvideo_encode_frame().
static av_always_inline unsigned int bytestream_get_buffer | ( | const uint8_t ** | b, | |
uint8_t * | dst, | |||
unsigned int | size | |||
) | [static] |
Definition at line 328 of file bytestream.h.
Referenced by cdg_decode_frame(), flac_read_header(), gif_read_header1(), gif_read_image(), ogm_header(), and rtmp_write().
static av_always_inline void bytestream_put_buffer | ( | uint8_t ** | b, | |
const uint8_t * | src, | |||
unsigned int | size | |||
) | [static] |
Definition at line 337 of file bytestream.h.
Referenced by adx_encode_header(), av_packet_merge_side_data(), encode_frame(), encode_packet(), ff_amf_write_field_name(), ff_amf_write_string(), ff_rtp_send_jpeg(), ff_vorbiscomment_write(), get_packet(), gif_image_write_header(), gif_image_write_image(), imx_dump_header(), mjpega_dump_header(), ogg_build_flac_headers(), ogg_build_speex_headers(), ogg_write_header(), prores_encode_frame(), qtrle_encode_line(), write_codebooks(), write_typecode(), and xwd_encode_frame().
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_WB64_TMPL unsigned AV_WB32_TMPL unsigned AV_WB24_TMPL unsigned AV_RB16 |
Definition at line 84 of file bytestream.h.
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_WB64_TMPL unsigned AV_WB32_TMPL unsigned AV_RB24 |
Definition at line 84 of file bytestream.h.
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_WB64_TMPL unsigned AV_RB32 |
Definition at line 84 of file bytestream.h.
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_RB64 |
Definition at line 84 of file bytestream.h.
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_WB64_TMPL unsigned AV_WB32_TMPL unsigned AV_WB24_TMPL unsigned AV_WB16_TMPL unsigned AV_RB8 |
Definition at line 84 of file bytestream.h.
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_RL16 |
Definition at line 84 of file bytestream.h.
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_RL24 |
Definition at line 84 of file bytestream.h.
AV_WL64_TMPL unsigned AV_RL32 |
Definition at line 84 of file bytestream.h.
AV_RL64 |
Definition at line 84 of file bytestream.h.
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_WB64_TMPL unsigned AV_WB32_TMPL unsigned AV_WB24_TMPL unsigned be16 |
Definition at line 84 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_WB64_TMPL unsigned AV_WB32_TMPL unsigned be24 |
Definition at line 84 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_WB64_TMPL unsigned be32 |
Definition at line 84 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL be64 |
Definition at line 84 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_WB64_TMPL unsigned AV_WB32_TMPL unsigned AV_WB24_TMPL unsigned AV_WB16_TMPL unsigned byte |
Definition at line 84 of file bytestream.h.
Referenced by adpcm_decode_frame(), bfi_decode_frame(), fill_picture(), fill_picture_monoblack(), g723_1_read_packet(), process_audio_header_elements(), read_arbitary(), roqvideo_decode_frame(), and xan_huffman_decode().
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL AV_WB64_TMPL unsigned AV_WB32_TMPL unsigned AV_WB24_TMPL unsigned AV_WB16_TMPL unsigned int |
Definition at line 84 of file bytestream.h.
Referenced by adaptive_quantization(), adpcm_ms_expand_nibble(), affine_1d_MMX(), allocStuff(), asf_write_packet(), audio_encode_example(), av_ext2dbl(), avfilter_config_links(), avfilter_transform(), calculate_display_rect(), calculate_visual_weight(), checksum_plane(), config_props(), control(), dct_quantize_trellis_c(), dct_unquantize_mpeg1_inter_c(), dct_unquantize_mpeg1_intra_c(), dct_unquantize_mpeg2_inter_c(), dct_unquantize_mpeg2_intra_bitexact(), dct_unquantize_mpeg2_intra_c(), decode_fixed_vector(), decode_str(), encode_block(), ff_convert_matrix(), ff_draw_slice(), ff_end_frame(), ff_filter_samples_framed(), ff_rate_estimate_qscale(), ff_rtp_send_mpegvideo(), ff_start_frame(), ff_wma_init(), ffio_fdopen(), fill_filter_caches_inter(), filter_samples(), finish_file(), flush_encoders(), get_audio_frame(), get_qminmax(), get_vcd_padding_size(), global_mv(), hScale8To15_c(), hScale8To19_c(), hScale_altivec_real(), http_prepare_data(), hyscale(), id3v2_encode_string(), idct248_ref(), init(), init_pass2(), initNoise(), initPv(), INTERPOLATE_METHOD(), mediumthresh_c(), mov_read_default(), mov_read_tkhd(), mov_read_udta_string(), MPA_encode_init(), opt_output_file(), optimum_block_height(), optimum_block_width(), pix_norm1_altivec(), pix_sum_altivec(), postProcess_TMPL(), predictor(), psycho_acoustic_model(), put_float(), put_image(), qdm2_decode(), quantize_bands(), ring2_test(), round_sample(), rv10_write_header(), sad16_altivec(), sad16_x2_altivec(), sad16_xy2_altivec(), sad16_y2_altivec(), sad8_altivec(), sign_extend(), softthresh_c(), sse16_altivec(), sse8_altivec(), sws_getGaussianVec(), sws_printVec2(), synchronize_audio(), udp_port(), value_string(), wma_decode_block(), xget_zpixmap(), xvid_correct_framerate(), yae_flush(), and zero_extend().
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned le16 |
Definition at line 84 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned le24 |
Definition at line 84 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
AV_WL64_TMPL unsigned le32 |
Definition at line 84 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
Definition at line 84 of file bytestream.h.
Referenced by pcm_decode_frame(), and pcm_encode_frame().
AV_WL64_TMPL unsigned AV_WL32_TMPL unsigned AV_WL24_TMPL unsigned AV_WL16_TMPL uint64_t |
Definition at line 84 of file bytestream.h.
Referenced by aac_sync(), ac3_sync(), adx_parse(), aiff_read_header(), aiff_write_header(), asf_read_header(), asf_read_seek(), ass_get_duration(), av_adler32_update(), av_bswap64(), av_dbl2ext(), av_des_crypt_mac(), av_ext2dbl(), av_image_check_size(), av_int2dbl(), av_md5_final(), av_opt_get(), av_packet_merge_side_data(), AV_RB64(), av_reduce(), av_rescale_rnd(), AV_RL64(), av_sha_final(), avformat_seek_file(), avg4(), avi_read_header(), avi_read_nikon(), avi_sync(), avio_rb64(), avio_rl64(), avisynth_read_header(), bktr_getframe(), bluray_open(), bmp_parse(), build_chunks(), calc_cpl_coord(), cdxl_read_packet(), channelmap_init(), checksum_plane(), clear_blocks_axp(), column_fidct_mmx(), compute_avg_bitrate(), config_output(), dct_quantize_refine(), dct_unquantize_h263_axp(), dct_unquantize_h263_intra_axp(), decode(), decode_cell_data(), decode_frame(), decode_frame_header(), decode_info_header(), decode_main_header(), decode_slice_header(), decode_stream_header(), decode_syncpoint(), decodeplane8(), dering_TMPL(), diff_pixels_mvi(), dnxhd_find_frame_end(), doTest(), doVertDefFilter_TMPL(), dv_decode_video_segment(), ebml_parse(), ebml_parse_elem(), ebml_parse_nest(), ebml_read_num(), encode_init(), encode_plane(), estimate_stereo_mode(), eval_expr(), event_loop(), ff_add_channel_layout(), ff_alsa_open(), ff_amf_read_number(), ff_asf_parse_packet(), ff_asfcrypt_dec(), ff_h263_decode_frame(), ff_h264_find_frame_end(), ff_huff_gen_len_table(), ff_interleave_add_packet(), ff_mms_asf_header_parser(), ff_mp4_read_dec_config_descr(), ff_print_debug_info(), ff_rate_estimate_qscale(), ff_rtp_check_and_send_back_rr(), ff_sauce_read(), ff_simple_idct_axp(), ff_truehd_layout(), ffio_read_varlen(), fill_rectangle(), filter(), finalize_packet(), find_and_decode_index(), find_any_startcode(), find_startcode(), flac_read_header(), frac64(), gen_roundkeys(), get_aiff_header(), get_bits64(), get_generic_seed(), get_pixels_mvi(), get_siz(), get_tag(), getSSD(), grab_read_header(), guess_map_any(), gxf_read_index(), gxf_resync_media(), gxf_seek(), gxf_write_umf_material_description(), h263_probe(), h264_mp4toannexb_filter(), hl_decode_mb_predict_luma(), horizX1Filter(), idct_col2(), idct_row(), idctRowCondDC(), iff_read_header(), init(), init_pass2(), int_sqrt(), intra_pred_dc_128(), intra_pred_horiz(), intra_pred_vert(), ipvideo_decode_block_opcode_0x9(), ipvideo_decode_block_opcode_0x9_16(), ipvideo_decode_block_opcode_0xA(), ipvideo_decode_block_opcode_0xA_16(), join_config_output(), key_shift_left(), klv_decode_ber_length(), lag_read_prob_header(), MAC64(), main(), matroska_ebmlnum_sint(), matroska_parse_block(), matroska_parse_laces(), matroska_parse_seekhead_entry(), matroska_probe(), matroska_read_header(), mkv_write_cues(), mkv_write_seekhead(), mkv_write_tracks(), MLS64(), mov_build_index(), mov_read_elst(), mov_read_extradata(), mov_read_glbl(), mov_read_strf(), mov_read_trex(), mov_read_trun(), mov_read_wave(), mpeg1_encode_sequence_header(), mul_thrmat_mmx(), multiswap_dec(), multiswap_enc(), mxf_decrypt_triplet(), mxf_gen_umid(), mxf_get_sorted_table_segments(), mxf_parse_timestamp(), mxf_read_header(), mxf_read_local_tags(), mxf_read_partition_pack(), mxf_write_d10_video_packet(), mxf_write_header(), mxf_write_partition(), mxf_write_random_index_pack(), nprobe(), nut_probe(), nut_read_header(), nut_read_packet(), nuv_packet(), ogg_gptopts(), ogg_read_page(), ogm_header(), old_dirac_gptopts(), opt_channel_layout(), output_configure(), parse_maps(), phi_at(), pix_abs16x16_x2_mvi(), pix_abs16x16_xy2_mvi(), pix_abs16x16_y2_mvi(), pix_abs8x8_mvi(), pix_norm1_c(), pmp_header(), png_parse(), postProcess_TMPL(), print_codec(), print_fps(), print_stats(), process_ipmovie_chunk(), put_ebml_uint(), pva_read_timestamp(), query_formats(), r3d_read_reda(), r3d_read_redv(), ratecontrol_1pass(), read_desc_chunk(), read_header(), read_packet(), read_specific_config(), read_time(), reallocBuffers(), reduce_formats_on_filter(), rnd_table_init(), row_fdct_mmx(), row_idct_mmx(), rtp_asf_fix_header(), run_psnr(), select_channel_layout(), show_layouts(), shuffle(), shuffle_inv(), skeleton_header(), sniff_channel_order(), softfloat_mul(), softfloat_reciprocal(), start_frame(), svq3_decode_init(), swap_channel_layouts_on_filter(), swf_read_packet(), theora_gptopts(), transcode_init(), tta_read_header(), UMULH(), unpack_codebook(), v4l2_set_parameters(), vf_open(), vorbis_residue_decode_internal(), wavesynth_parse_extradata(), wtvfile_open2(), xmv_process_packet_header(), xsub_encode(), xwma_read_header(), yadif_filter_line_TMPL(), yuvPlanartouyvy_c(), and yuvPlanartoyuy2_c().