Go to the source code of this file.
Initialize IntraX8 frame decoder.
Requires valid MpegEncContext with valid s->mb_width before calling.
Definition at line 692 of file intrax8.c.
Referenced by ff_vc1_decode_init_alloc_tables(), and wmv2_decode_init().
Destroy IntraX8 frame structure.
Definition at line 714 of file intrax8.c.
Referenced by ff_vc1_decode_end(), and wmv2_decode_end().
Decode single IntraX8 frame.
The parent codec must fill s->loopfilter and s->gb (bitstream). The parent codec must call ff_mpv_frame_start(), ff_er_frame_start() before calling this function. The parent codec must call ff_er_frame_end(), ff_mpv_frame_end() after calling this function. This function does not use ff_mpv_decode_mb(). lowres decoding is theoretically impossible.
Definition at line 730 of file intrax8.c.
Referenced by ff_vc1_decode_blocks(), and ff_wmv2_decode_secondary_picture_header().