Data Fields | |
AVCodecContext * | avctx |
AVFrame | picture |
DSPContext | dsp |
int | zeros |
number of consecutive zero bytes encountered | |
int | zeros_rem |
number of zero bytes remaining to output | |
uint8_t * | rgb_planes |
int | rgb_stride |
Definition at line 49 of file lagarith.c.
Definition at line 50 of file lagarith.c.
Referenced by lag_decode_arith_plane(), lag_decode_init(), lag_decode_zero_run_line(), and lag_pred_line().
Definition at line 52 of file lagarith.c.
Referenced by lag_decode_init(), lag_pred_line(), and lag_pred_line_yuy2().
number of consecutive zero bytes encountered
Definition at line 53 of file lagarith.c.
Referenced by lag_decode_arith_plane(), and lag_decode_line().
number of zero bytes remaining to output
Definition at line 54 of file lagarith.c.
Referenced by lag_decode_line(), and lag_decode_zero_run_line().