Searched refs:Mpeg4DecContext (Results 1 – 6 of 6) sorted by relevance
74 typedef struct Mpeg4DecContext { struct119 } Mpeg4DecContext; argument162 int ff_mpeg4_decode_picture_header(Mpeg4DecContext *ctx, GetBitContext *gb, int header);169 int ff_mpeg4_decode_partitions(Mpeg4DecContext *ctx);171 int ff_mpeg4_decode_video_packet_header(Mpeg4DecContext *ctx);172 int ff_mpeg4_decode_studio_slice_header(Mpeg4DecContext *ctx);
33 Mpeg4DecContext dec_ctx;82 Mpeg4DecContext *dec_ctx = &pc->dec_ctx; in mpeg4_decode_header()
126 static inline int mpeg4_is_resync(Mpeg4DecContext *ctx) in mpeg4_is_resync()176 static int mpeg4_decode_sprite_trajectory(Mpeg4DecContext *ctx, GetBitContext *gb) in mpeg4_decode_sprite_trajectory()429 static int decode_new_pred(Mpeg4DecContext *ctx, GetBitContext *gb) { in decode_new_pred()445 int ff_mpeg4_decode_video_packet_header(Mpeg4DecContext *ctx) in ff_mpeg4_decode_video_packet_header()546 int ff_mpeg4_decode_studio_slice_header(Mpeg4DecContext *ctx) in ff_mpeg4_decode_studio_slice_header()588 static inline int get_amv(Mpeg4DecContext *ctx, int n) in get_amv()688 static int mpeg4_decode_partition_a(Mpeg4DecContext *ctx) in mpeg4_decode_partition_a()975 int ff_mpeg4_decode_partitions(Mpeg4DecContext *ctx) in ff_mpeg4_decode_partitions()1040 static inline int mpeg4_decode_block(Mpeg4DecContext *ctx, int16_t *block, in mpeg4_decode_block()1313 Mpeg4DecContext *ctx = s->avctx->priv_data; in mpeg4_decode_partitioned_mb()[all …]
31 static int mpeg4_get_intra_dc_vlc_thr(Mpeg4DecContext *s) in mpeg4_get_intra_dc_vlc_thr()48 Mpeg4DecContext *ctx = avctx->priv_data; in vaapi_mpeg4_start_frame()
30 Mpeg4DecContext *m = avctx->priv_data; in nvdec_mpeg4_start_frame()
35 Mpeg4DecContext *ctx = avctx->priv_data; in vdpau_mpeg4_start_frame()