#include <mnt_mpeg_frame.h>
Inheritance diagram for MntMPEGFrame:
Public Member Functions | |
MntMPEGFrame (int w, int h) | |
Allocate DCT and vector images based on the given width and height. | |
int | get_width () |
int | get_height () |
Public Attributes | |
int | width_ |
int | height_ |
MntDCTImage * | scy_ |
MntDCTImage * | scu_ |
MntDCTImage * | scv_ |
MntVectorImage * | fwd_ |
MntVectorImage * | bwd_ |
|
Allocate DCT and vector images based on the given width and height.
|
|
Backward motion vectors |
|
Forward motion vectors |
|
height of this frame (in pixels) |
|
DCT image for the U plane |
|
DCT image for the V plane |
|
DCT image for the Y plane |
|
width of this frame (in pixels) |