Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpeg4video.h74 typedef struct Mpeg4DecContext { struct
119 } Mpeg4DecContext; argument
162 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);
Dmpeg4video_parser.c33 Mpeg4DecContext dec_ctx;
82 Mpeg4DecContext *dec_ctx = &pc->dec_ctx; in mpeg4_decode_header()
Dmpeg4videodec.c126 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 …]
Dvaapi_mpeg4.c31 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()
Dnvdec_mpeg4.c30 Mpeg4DecContext *m = avctx->priv_data; in nvdec_mpeg4_start_frame()
Dvdpau_mpeg4.c35 Mpeg4DecContext *ctx = avctx->priv_data; in vdpau_mpeg4_start_frame()