Home
last modified time | relevance | path

Searched refs:Mpeg4DecContext (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpeg4videodec.h32 typedef struct Mpeg4DecContext { struct
83 } Mpeg4DecContext; typedef
85 int ff_mpeg4_decode_picture_header(Mpeg4DecContext *ctx, GetBitContext *gb,
90 int ff_mpeg4_decode_partitions(Mpeg4DecContext *ctx);
91 int ff_mpeg4_decode_video_packet_header(Mpeg4DecContext *ctx);
92 int ff_mpeg4_decode_studio_slice_header(Mpeg4DecContext *ctx);
H A Dmpeg4video_parser.c37 Mpeg4DecContext dec_ctx;
94 Mpeg4DecContext *dec_ctx = &pc->dec_ctx; in mpeg4_decode_header()
H A Dmpeg4videodec.c78 Mpeg4DecContext *const ctx = (Mpeg4DecContext*)s; in ff_mpeg4_decode_studio()
197 static inline int mpeg4_is_resync(Mpeg4DecContext *ctx) in mpeg4_is_resync()
247 static int mpeg4_decode_sprite_trajectory(Mpeg4DecContext *ctx, GetBitContext *gb) in mpeg4_decode_sprite_trajectory()
500 static int decode_new_pred(Mpeg4DecContext *ctx, GetBitContext *gb) { in decode_new_pred()
516 int ff_mpeg4_decode_video_packet_header(Mpeg4DecContext *ctx) in ff_mpeg4_decode_video_packet_header()
617 int ff_mpeg4_decode_studio_slice_header(Mpeg4DecContext *ctx) in ff_mpeg4_decode_studio_slice_header()
659 static inline int get_amv(Mpeg4DecContext *ctx, int n) in get_amv()
759 static int mpeg4_decode_partition_a(Mpeg4DecContext *ctx) in mpeg4_decode_partition_a()
1046 int ff_mpeg4_decode_partitions(Mpeg4DecContext *ct
[all...]
H A Dvaapi_mpeg4.c33 static int mpeg4_get_intra_dc_vlc_thr(Mpeg4DecContext *s) in mpeg4_get_intra_dc_vlc_thr()
50 Mpeg4DecContext *ctx = avctx->priv_data; in vaapi_mpeg4_start_frame()
H A Dnvdec_mpeg4.c32 Mpeg4DecContext *m = avctx->priv_data; in nvdec_mpeg4_start_frame()
H A Dvdpau_mpeg4.c35 Mpeg4DecContext *ctx = avctx->priv_data; in vdpau_mpeg4_start_frame()

Completed in 5 milliseconds