Lines Matching defs:ERContext
53 typedef struct ERContext { struct
54 AVCodecContext *avctx;
55 MECmpContext mecc;
56 int mecc_inited;
58 int *mb_index2xy;
59 int mb_num;
60 int mb_width, mb_height;
61 ptrdiff_t mb_stride;
62 ptrdiff_t b8_stride;
64 atomic_int error_count;
65 int error_occurred;
66 uint8_t *error_status_table;
90 } ERContext; argument