FFmpeg
|
Data Fields | |
int | w |
int | h |
int | ax |
int | ay |
int | x |
int | y |
int | size |
uint8_t * | block |
int | linesize |
Definition at line 241 of file mobiclip.c.
int BlockXY::w |
Definition at line 242 of file mobiclip.c.
Referenced by block_fill(), block_sum(), and pget().
int BlockXY::h |
Definition at line 242 of file mobiclip.c.
Referenced by block_fill(), block_sum(), idct(), and pget().
int BlockXY::ax |
Definition at line 243 of file mobiclip.c.
Referenced by block_fill(), pget(), and predict_intra().
int BlockXY::ay |
Definition at line 243 of file mobiclip.c.
Referenced by block_fill(), and pget().
int BlockXY::x |
Definition at line 244 of file mobiclip.c.
Referenced by add_coefficients(), add_pframe_coefficients(), block_fill(), block_sum(), half_horz(), mobiclip_decode(), pget(), pick_4(), pick_5(), pick_6(), pick_7(), pick_8(), pick_left(), predict_intra(), and predict_motion().
int BlockXY::y |
Definition at line 244 of file mobiclip.c.
Referenced by add_coefficients(), add_pframe_coefficients(), block_fill(), block_fill_simple(), block_sum(), half_vert(), mobiclip_decode(), pget(), pick_4(), pick_5(), pick_6(), pick_7(), pick_8(), pick_above(), predict_intra(), and predict_motion().
int BlockXY::size |
Definition at line 245 of file mobiclip.c.
Referenced by add_coefficients(), block_fill(), block_fill_simple(), pget(), pick_8(), and predict_intra().
uint8_t* BlockXY::block |
Definition at line 246 of file mobiclip.c.
Referenced by block_fill(), pget(), and predict_intra().
int BlockXY::linesize |
Definition at line 247 of file mobiclip.c.
Referenced by block_fill(), block_fill_simple(), block_sum(), and pget().