FFmpeg
|
Data Fields | |
int | mb_w |
int | mb_h |
int | mb_size |
int | mb_stride |
int | top |
MV * | mv |
Definition at line 53 of file clearvideo.c.
int MVInfo::mb_w |
Definition at line 54 of file clearvideo.c.
Referenced by mvi_predict(), and mvi_reset().
int MVInfo::mb_h |
Definition at line 55 of file clearvideo.c.
Referenced by mvi_predict(), and mvi_reset().
int MVInfo::mb_size |
Definition at line 56 of file clearvideo.c.
Referenced by mvi_predict(), and mvi_reset().
int MVInfo::mb_stride |
Definition at line 57 of file clearvideo.c.
Referenced by mvi_predict(), mvi_reset(), and mvi_update_row().
int MVInfo::top |
Definition at line 58 of file clearvideo.c.
Referenced by mvi_predict(), mvi_reset(), and mvi_update_row().
MV* MVInfo::mv |
Definition at line 59 of file clearvideo.c.
Referenced by mvi_predict(), mvi_reset(), and mvi_update_row().