FFmpeg
|
#include <h261.h>
Data Fields | |
MpegEncContext | s |
int | current_mba |
int | mba_diff |
int | mtype |
int | current_mv_x |
int | current_mv_y |
int | gob_number |
int | gob_start_code_skipped |
MpegEncContext H261Context::s |
Definition at line 38 of file h261.h.
Referenced by h261_decode_block(), h261_decode_end(), h261_decode_frame(), h261_decode_gob(), h261_decode_gob_header(), h261_decode_init(), h261_decode_mb(), h261_decode_mb_skipped(), h261_decode_picture_header(), h261_encode_block(), h261_encode_motion(), and h261_resync().
int H261Context::current_mba |
Definition at line 40 of file h261.h.
Referenced by h261_decode_gob(), h261_decode_gob_header(), and h261_decode_mb().
int H261Context::mba_diff |
Definition at line 41 of file h261.h.
Referenced by h261_decode_gob(), h261_decode_gob_header(), and h261_decode_mb().
int H261Context::mtype |
Definition at line 42 of file h261.h.
Referenced by ff_h261_encode_mb(), ff_h261_loop_filter(), h261_decode_mb(), and h261_decode_mb_skipped().
int H261Context::current_mv_x |
Definition at line 43 of file h261.h.
Referenced by h261_decode_mb().
int H261Context::current_mv_y |
Definition at line 44 of file h261.h.
Referenced by h261_decode_mb().
int H261Context::gob_number |
Definition at line 45 of file h261.h.
Referenced by ff_h261_encode_picture_header(), h261_decode_frame(), h261_decode_gob_header(), h261_decode_mb(), h261_decode_mb_skipped(), h261_decode_picture_header(), and h261_encode_gob_header().
int H261Context::gob_start_code_skipped |
Definition at line 46 of file h261.h.
Referenced by h261_decode_frame(), h261_decode_gob_header(), h261_decode_init(), h261_decode_mb(), and h261_resync().