struct insp_frame_data { #if CONFIG_ACCOUNTING
Accounting *accounting; #endif
insp_mi_data *mi_grid;
int16_t frame_number;
int show_frame;
int frame_type;
int base_qindex;
int mi_rows;
int mi_cols;
int tile_mi_rows;
int tile_mi_cols;
int16_t y_dequant[MAX_SEGMENTS][2];
int16_t u_dequant[MAX_SEGMENTS][2];
int16_t v_dequant[MAX_SEGMENTS][2]; // TODO(negge): add per frame CDEF data
int delta_q_present_flag;
int delta_q_res;
int show_existing_frame;
};
void ifd_init(insp_frame_data *fd, int frame_width, int frame_height); void ifd_clear(insp_frame_data *fd);
int ifd_inspect(insp_frame_data *fd, void *decoder, int skip_not_transform);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.