Searched defs:MpegEncContext (Results 1 – 1 of 1) sorted by relevance
81 typedef struct MpegEncContext { struct82 AVClass *class;84 int y_dc_scale, c_dc_scale;85 int ac_pred;86 int block_last_index[12]; ///< last non zero coefficient in block87 int h263_aic; ///< Advanced INTRA Coding (AIC)90 …anTable inter_scantable; ///< if inter == intra then intra should be used to reduce the cache usage91 ScanTable intra_scantable;92 ScanTable intra_h_scantable;93 ScanTable intra_v_scantable;[all …]