Home
last modified time | relevance | path

Searched defs:gb (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/third_party/ffmpeg/libavcodec/
Dhevc_sei.c34 GetByteContext *gb) in decode_nal_sei_decoded_picture_hash()
56 GetByteContext *gb) in decode_nal_sei_mastering_display_info()
85 GetByteContext *gb) in decode_nal_sei_content_light_info()
101 static int decode_nal_sei_frame_packing_arrangement(HEVCSEIFramePacking *s, GetBitContext *gb) in decode_nal_sei_frame_packing_arrangement()
118 static int decode_nal_sei_display_orientation(HEVCSEIDisplayOrientation *s, GetBitContext *gb) in decode_nal_sei_display_orientation()
133 static int decode_nal_sei_pic_timing(HEVCSEI *s, GetBitContext *gb, in decode_nal_sei_pic_timing()
165 GetByteContext *gb) in decode_registered_user_data_closed_caption()
178 GetByteContext *gb) in decode_nal_sei_user_data_unregistered()
204 GetByteContext *gb) in decode_registered_user_data_dynamic_hdr_plus()
230 GetByteContext *gb) in decode_registered_user_data_dynamic_hdr_vivid()
[all …]
Dget_bits.h133 #define OPEN_READER_NOSIZE(name, gb) \ argument
138 #define OPEN_READER(name, gb) OPEN_READER_NOSIZE(name, gb) argument
140 #define BITS_AVAILABLE(name, gb) 1 argument
142 #define OPEN_READER(name, gb) \ argument
146 #define BITS_AVAILABLE(name, gb) name ## _index < name ## _size_plus8 argument
149 #define CLOSE_READER(name, gb) (gb)->index = name ## _index argument
153 # define UPDATE_CACHE_LE(name, gb) name ## _cache = \ argument
156 # define UPDATE_CACHE_BE(name, gb) name ## _cache = \ argument
161 # define UPDATE_CACHE_LE(name, gb) name ## _cache = \ argument
164 # define UPDATE_CACHE_BE(name, gb) name ## _cache = \ argument
[all …]
Dh264_sei.c72 GetBitContext gb; in ff_h264_sei_process_picture_timing() local
136 static int decode_picture_timing(H264SEIPictureTiming *h, GetBitContext *gb, in decode_picture_timing()
159 static int decode_registered_user_data_afd(H264SEIAFD *h, GetBitContext *gb, int size) in decode_registered_user_data_afd()
181 GetBitContext *gb, void *logctx, in decode_registered_user_data_closed_caption()
190 static int decode_registered_user_data(H264SEIContext *h, GetBitContext *gb, in decode_registered_user_data()
251 static int decode_unregistered_user_data(H264SEIUnregistered *h, GetBitContext *gb, in decode_unregistered_user_data()
287 static int decode_recovery_point(H264SEIRecoveryPoint *h, GetBitContext *gb, void *logctx) in decode_recovery_point()
305 static int decode_buffering_period(H264SEIBufferingPeriod *h, GetBitContext *gb, in decode_buffering_period()
343 GetBitContext *gb) in decode_frame_packing_arrangement()
371 GetBitContext *gb) in decode_display_orientation()
[all …]
Dgolomb.h53 static inline int get_ue_golomb(GetBitContext *gb) in get_ue_golomb()
104 static inline unsigned get_ue_golomb_long(GetBitContext *gb) in get_ue_golomb_long()
120 static inline int get_ue_golomb_31(GetBitContext *gb) in get_ue_golomb_31()
143 static inline unsigned get_interleaved_ue_golomb(GetBitContext *gb) in get_interleaved_ue_golomb()
211 static inline int get_te0_golomb(GetBitContext *gb, int range) in get_te0_golomb()
226 static inline int get_te_golomb(GetBitContext *gb, int range) in get_te_golomb()
239 static inline int get_se_golomb(GetBitContext *gb) in get_se_golomb()
294 static inline int get_se_golomb_long(GetBitContext *gb) in get_se_golomb_long()
301 static inline int get_interleaved_se_golomb(GetBitContext *gb) in get_interleaved_se_golomb()
359 static inline int dirac_get_se_golomb(GetBitContext *gb) in dirac_get_se_golomb()
[all …]
Dtiff_common.c44 unsigned ff_tget_short(GetByteContext *gb, int le) in ff_tget_short()
50 unsigned ff_tget_long(GetByteContext *gb, int le) in ff_tget_long()
56 double ff_tget_double(GetByteContext *gb, int le) in ff_tget_double()
63 unsigned ff_tget(GetByteContext *gb, int type, int le) in ff_tget()
100 GetByteContext *gb, int le, AVDictionary **metadata) in ff_tadd_rational_metadata()
124 GetByteContext *gb, int le, AVDictionary **metadata) in ff_tadd_long_metadata()
145 GetByteContext *gb, int le, AVDictionary **metadata) in ff_tadd_doubles_metadata()
166 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata) in ff_tadd_shorts_metadata()
188 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata) in ff_tadd_bytes_metadata()
209 GetByteContext *gb, int le, AVDictionary **metadata) in ff_tadd_string_metadata()
[all …]
Dmpeg4audio.c33 static int parse_config_ALS(GetBitContext *gb, MPEG4AudioConfig *c, void *logctx) in parse_config_ALS()
77 static inline int get_object_type(GetBitContext *gb) in get_object_type()
85 static inline int get_sample_rate(GetBitContext *gb, int *index) in get_sample_rate()
92 int ff_mpeg4audio_get_config_gb(MPEG4AudioConfig *c, GetBitContext *gb, in ff_mpeg4audio_get_config_gb()
168 GetBitContext gb; in avpriv_mpeg4audio_get_config2() local
Dsnappy.c32 static int64_t bytestream2_get_levarint(GetByteContext *gb) in bytestream2_get_levarint()
49 static int snappy_literal(GetByteContext *gb, uint8_t *p, int size, int val) in snappy_literal()
94 static int snappy_copy1(GetByteContext *gb, uint8_t *start, uint8_t *p, in snappy_copy1()
103 static int snappy_copy2(GetByteContext *gb, uint8_t *start, uint8_t *p, in snappy_copy2()
112 static int snappy_copy4(GetByteContext *gb, uint8_t *start, uint8_t *p, in snappy_copy4()
121 static int64_t decode_len(GetByteContext *gb) in decode_len()
131 int64_t ff_snappy_peek_uncompressed_length(GetByteContext *gb) in ff_snappy_peek_uncompressed_length()
141 int ff_snappy_uncompress(GetByteContext *gb, uint8_t *buf, int64_t *size) in ff_snappy_uncompress()
Datrac3plus.c126 static int num_coded_units(GetBitContext *gb, Atrac3pChanParams *chan, in num_coded_units()
226 #define UNPACK_SF_VQ_SHAPE(gb, dst, num_vals) \ argument
240 static int decode_channel_wordlen(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, in decode_channel_wordlen()
387 static int decode_channel_sf_idx(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, in decode_channel_sf_idx()
522 static int decode_quant_wordlen(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, in decode_quant_wordlen()
555 static int decode_scale_factors(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, in decode_scale_factors()
582 static int get_num_ct_values(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, in get_num_ct_values()
635 static int decode_channel_code_tab(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, in decode_channel_code_tab()
688 static int decode_code_table_indexes(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, in decode_code_table_indexes()
721 static void decode_qu_spectra(GetBitContext *gb, const Atrac3pSpecCodeTab *tab, in decode_qu_spectra()
[all …]
Dunary.h46 static inline int get_unary(GetBitContext *gb, int stop, int len) in get_unary()
59 static inline int get_unary_0_33(GetBitContext *gb) in get_unary_0_33()
64 static inline int get_unary_0_9(GetBitContext *gb) in get_unary_0_9()
Dvc1.c54 GetBitContext *gb) in decode_rowskip()
76 GetBitContext *gb) in decode_colskip()
100 GetBitContext *gb = &v->s.gb; in bitplane_decoding() local
233 GetBitContext *gb = &v->s.gb; in vop_dquant_decoding() local
277 int ff_vc1_decode_sequence_header(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb) in ff_vc1_decode_sequence_header()
398 static int decode_sequence_header_adv(VC1Context *v, GetBitContext *gb) in decode_sequence_header_adv()
509 int ff_vc1_decode_entry_point(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb) in ff_vc1_decode_entry_point()
615 static int read_bfraction(VC1Context *v, GetBitContext* gb) { in read_bfraction()
627 int ff_vc1_parse_frame_header(VC1Context *v, GetBitContext* gb) in ff_vc1_parse_frame_header()
851 int ff_vc1_parse_frame_header_adv(VC1Context *v, GetBitContext* gb) in ff_vc1_parse_frame_header_adv()
Dinterplayacm.c40 GetBitContext gb; member
134 GetBitContext *gb = &s->gb; in linear() local
147 GetBitContext *gb = &s->gb; in k13() local
172 GetBitContext *gb = &s->gb; in k12() local
190 GetBitContext *gb = &s->gb; in k24() local
216 GetBitContext *gb = &s->gb; in k23() local
234 GetBitContext *gb = &s->gb; in k35() local
268 GetBitContext *gb = &s->gb; in k34() local
293 GetBitContext *gb = &s->gb; in k45() local
320 GetBitContext *gb = &s->gb; in k44() local
[all …]
Ddfa.c57 static int decode_copy(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_copy()
66 static int decode_tsw1(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_tsw1()
109 static int decode_dsw1(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_dsw1()
146 static int decode_dds1(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_dds1()
197 static int decode_bdlt(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_bdlt()
239 static int decode_wdlt(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_wdlt()
300 static int decode_tdlt(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_tdlt()
322 static int decode_blck(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_blck()
344 GetByteContext gb; in dfa_decode_frame() local
Dcllc.c45 static int read_code_table(CLLCContext *ctx, GetBitContext *gb, VLC *vlc) in read_code_table()
88 static int read_argb_line(CLLCContext *ctx, GetBitContext *gb, int *top_left, in read_argb_line()
157 static int read_rgb24_component_line(CLLCContext *ctx, GetBitContext *gb, in read_rgb24_component_line()
187 static int read_yuv_component_line(CLLCContext *ctx, GetBitContext *gb, in read_yuv_component_line()
215 static int decode_argb_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic) in decode_argb_frame()
259 static int decode_rgb24_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic) in decode_rgb24_frame()
303 static int decode_yuv_frame(CLLCContext *ctx, GetBitContext *gb, AVFrame *pic) in decode_yuv_frame()
365 GetBitContext gb; in cllc_decode_frame() local
Dhevc_ps.c119 int ff_hevc_decode_short_term_rps(GetBitContext *gb, AVCodecContext *avctx, in ff_hevc_decode_short_term_rps()
262 static int decode_profile_tier_level(GetBitContext *gb, AVCodecContext *avctx, in decode_profile_tier_level()
336 static int parse_ptl(GetBitContext *gb, AVCodecContext *avctx, in parse_ptl()
376 static void decode_sublayer_hrd(GetBitContext *gb, unsigned int nb_cpb, in decode_sublayer_hrd()
393 static int decode_hrd(GetBitContext *gb, int common_inf_present, in decode_hrd()
455 int ff_hevc_decode_nal_vps(GetBitContext *gb, AVCodecContext *avctx, in ff_hevc_decode_nal_vps()
585 static void decode_vui(GetBitContext *gb, AVCodecContext *avctx, in decode_vui()
780 static int scaling_list_data(GetBitContext *gb, AVCodecContext *avctx, ScalingList *sl, HEVCSPS *sp… in scaling_list_data()
905 int ff_hevc_parse_sps(HEVCSPS *sps, GetBitContext *gb, unsigned int *sps_id, in ff_hevc_parse_sps()
1247 int ff_hevc_decode_nal_sps(GetBitContext *gb, AVCodecContext *avctx, in ff_hevc_decode_nal_sps()
[all …]
Danm.c40 GetByteContext gb; in decode_init() local
77 GetByteContext *gb, in op()
117 GetByteContext gb; in decode_frame() local
142 #define OP(gb, pixel, count) \ in decode_frame() argument
Dmpc8.c44 static inline int mpc8_dec_base(GetBitContext *gb, int k, int n) in mpc8_dec_base()
55 static inline int mpc8_dec_enum(GetBitContext *gb, int k, int n) in mpc8_dec_enum()
74 static inline int mpc8_get_mod_golomb(GetBitContext *gb, int m) in mpc8_get_mod_golomb()
80 static int mpc8_get_mask(GetBitContext *gb, int size, int t) in mpc8_get_mask()
145 GetBitContext gb; in mpc8_decode_init() local
187 GetBitContext gb2, *gb = &gb2; in mpc8_decode_frame() local
Ddstdec.c72 GetBitContext gb; member
110 static int read_map(GetBitContext *gb, Table *t, unsigned int map[DST_MAX_CHANNELS], int channels) in read_map()
133 static av_always_inline int get_sr_golomb_dst(GetBitContext *gb, unsigned int k) in get_sr_golomb_dst()
141 static void read_uncoded_coeff(GetBitContext *gb, int *dst, unsigned int elements, in read_uncoded_coeff()
151 static int read_table(GetBitContext *gb, Table *t, const int8_t code_pred_coeff[3][3], in read_table()
187 static void ac_init(ArithCoder *ac, GetBitContext *gb) in ac_init()
193 static av_always_inline void ac_get(ArithCoder *ac, GetBitContext *gb, int p, int *e) in ac_get()
253 GetBitContext *gb = &s->gb; in decode_frame() local
Dflac.c43 static int64_t get_utf8(GetBitContext *gb) in get_utf8()
50 int ff_flac_decode_frame_header(AVCodecContext *avctx, GetBitContext *gb, in ff_flac_decode_frame_header()
213 GetBitContext gb; in ff_flac_parse_streaminfo() local
Dtak.c94 void ff_tak_parse_streaminfo(TAKStreamInfo *s, GetBitContext *gb) in ff_tak_parse_streaminfo()
131 GetBitContext gb; in avpriv_tak_parse_streaminfo() local
142 int ff_tak_decode_frame_header(AVCodecContext *avctx, GetBitContext *gb, in ff_tak_decode_frame_header()
Dsheervideo.c39 static void decode_ca4i(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) in decode_ca4i()
83 static void decode_ca4p(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) in decode_ca4p()
171 static void decode_ybr10i(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) in decode_ybr10i()
210 static void decode_ybr10(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) in decode_ybr10()
286 static void decode_yry10i(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) in decode_yry10i()
328 static void decode_yry10(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) in decode_yry10()
411 static void decode_ca2i(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) in decode_ca2i()
461 static void decode_ca2p(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) in decode_ca2p()
563 static void decode_c82i(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) in decode_c82i()
613 static void decode_c82p(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb) in decode_c82p()
[all …]
Dmsrledec.c34 GetByteContext *gb) in msrle_decode_pal4()
130 int depth, GetByteContext *gb) in msrle_decode_8_16_24_32()
250 int depth, GetByteContext *gb) in ff_msrle_decode()
Dmpc7.c79 GetBitContext gb; in mpc7_decode_init() local
125 static inline void idx_to_quant(MPCContext *c, GetBitContext *gb, int idx, int *dst) in idx_to_quant()
167 static int get_scale_idx(GetBitContext *gb, int ref) in get_scale_idx()
181 GetBitContext gb; in mpc7_decode_frame() local
Djvdec.c66 static inline void decode2x2(GetBitContext *gb, uint8_t *dst, int linesize) in decode2x2()
93 static inline void decode4x4(GetBitContext *gb, uint8_t *dst, int linesize) in decode4x4()
123 static inline void decode8x8(GetBitContext *gb, uint8_t *dst, int linesize, in decode8x8()
169 GetBitContext gb; in decode_frame() local
/third_party/ffmpeg/libavformat/
Djpegxl_probe.c62 static av_always_inline uint32_t jxl_u32(GetBitContext *gb, in jxl_u32()
77 static av_always_inline uint32_t jxl_enum(GetBitContext *gb) in jxl_enum()
83 static uint64_t jpegxl_u64(GetBitContext *gb) in jpegxl_u64()
143 static int jpegxl_read_size_header(GetBitContext *gb) in jpegxl_read_size_header()
171 static int jpegxl_read_preview_header(GetBitContext *gb) in jpegxl_read_preview_header()
197 static void jpegxl_skip_bit_depth(GetBitContext *gb) in jpegxl_skip_bit_depth()
213 static int jpegxl_read_extra_channel_info(GetBitContext *gb) in jpegxl_read_extra_channel_info()
250 GetBitContext gbi, *gb = &gbi; in ff_jpegxl_verify_codestream_header() local
Dhevc.c125 static void hvcc_parse_ptl(GetBitContext *gb, in hvcc_parse_ptl()
174 static void skip_sub_layer_hrd_parameters(GetBitContext *gb, in skip_sub_layer_hrd_parameters()
193 static int skip_hrd_parameters(GetBitContext *gb, uint8_t cprms_present_flag, in skip_hrd_parameters()
268 static void skip_timing_info(GetBitContext *gb) in skip_timing_info()
277 static void hvcc_parse_vui(GetBitContext *gb, in hvcc_parse_vui()
355 static void skip_sub_layer_ordering_info(GetBitContext *gb) in skip_sub_layer_ordering_info()
362 static int hvcc_parse_vps(GetBitContext *gb, in hvcc_parse_vps()
399 static void skip_scaling_list_data(GetBitContext *gb) in skip_scaling_list_data()
418 static int parse_rps(GetBitContext *gb, unsigned int rps_idx, in parse_rps()
485 static int hvcc_parse_sps(GetBitContext *gb, in hvcc_parse_sps()
[all …]

12345678910>>...15