FFmpeg
|
#include <msmpeg4data.h>
Data Fields | |
const uint16_t * | table_mv_code |
const uint8_t * | table_mv_bits |
const uint8_t * | table_mvx |
const uint8_t * | table_mvy |
uint16_t * | table_mv_index |
VLC | vlc |
Definition at line 39 of file msmpeg4data.h.
const uint16_t* MVTable::table_mv_code |
Definition at line 40 of file msmpeg4data.h.
const uint8_t* MVTable::table_mv_bits |
Definition at line 41 of file msmpeg4data.h.
const uint8_t* MVTable::table_mvx |
Definition at line 42 of file msmpeg4data.h.
const uint8_t* MVTable::table_mvy |
Definition at line 43 of file msmpeg4data.h.
uint16_t* MVTable::table_mv_index |
Definition at line 44 of file msmpeg4data.h.
VLC MVTable::vlc |
Definition at line 45 of file msmpeg4data.h.