Go to the documentation of this file.
44 #ifndef AOM_INSPECTION_H_
175 AV1_SET_DECODE_TILE_COL,
233 AOM_DECODER_CTRL_ID_MAX,
245 #define AOM_CTRL_AOMD_GET_LAST_REF_UPDATES
247 #define AOM_CTRL_AOMD_GET_FRAME_CORRUPTED
249 #define AOM_CTRL_AOMD_GET_LAST_REF_USED
251 #define AOM_CTRL_AOMD_GET_LAST_QUANTIZER
253 #define AOM_CTRL_AV1D_GET_DISPLAY_SIZE
255 #define AOM_CTRL_AV1D_GET_BIT_DEPTH
257 #define AOM_CTRL_AV1D_GET_IMG_FORMAT
259 #define AOM_CTRL_AV1D_GET_TILE_SIZE
261 #define AOM_CTRL_AV1D_GET_TILE_COUNT
263 #define AOM_CTRL_AV1D_GET_FRAME_SIZE
265 #define AOM_CTRL_AV1_INVERT_TILE_DECODE_ORDER
267 #define AOM_CTRL_AV1_GET_ACCOUNTING
269 #define AOM_CTRL_AV1_SET_DECODE_TILE_ROW
271 #define AOM_CTRL_AV1_SET_DECODE_TILE_COL
273 #define AOM_CTRL_AV1_SET_TILE_MODE
275 #define AOM_CTRL_AV1D_GET_FRAME_HEADER_INFO
277 #define AOM_CTRL_AV1D_GET_TILE_DATA
279 #define AOM_CTRL_AV1D_SET_EXT_REF_PTR
281 #define AOM_CTRL_AV1D_EXT_TILE_DEBUG
283 #define AOM_CTRL_AV1D_SET_SKIP_FILM_GRAIN
285 #define AOM_CTRL_AV1D_SET_IS_ANNEXB
287 #define AOM_CTRL_AV1D_SET_OPERATING_POINT
289 #define AOM_CTRL_AV1D_SET_OUTPUT_ALL_LAYERS
291 #define AOM_CTRL_AV1_SET_INSPECTION_CALLBACK
299 #endif // AOM_AOMDX_H_
size_t extra_size
Definition: aomdx.h:73
Provides controls common to both the AOM encoder and decoder.
aom_image_t * img
Definition: aomdx.h:82
struct aom_inspect_init aom_inspect_init
Structure to hold inspection callback and context.
size_t coded_tile_data_size
Definition: aomdx.h:69
const void * coded_tile_data
Definition: aomdx.h:71
const struct aom_codec_iface aom_codec_iface_t
Codec interface structure.
Definition: aom_codec.h:181
void * inspect_ctx
Definition: aomdx.h:60
aom_inspect_cb inspect_cb
Definition: aomdx.h:57
struct av1_ext_ref_frame av1_ext_ref_frame_t
Structure to hold the external reference frame pointer.
#define AOM_CTRL_USE_TYPE(id, typ)
aom_codec_control type definition macro
Definition: aom_codec.h:438
struct Accounting Accounting
Definition: aomdx.h:42
int num
Definition: aomdx.h:84
aom_dec_control_id
AOM decoder control functions.
Definition: aomdx.h:95
Structure to hold inspection callback and context.
Definition: aomdx.h:55
Structure to hold the external reference frame pointer.
Definition: aomdx.h:80
struct aom_tile_data aom_tile_data
Structure to hold a tile's start address and size in the bitstream.
Structure to hold a tile's start address and size in the bitstream.
Definition: aomdx.h:67
Image Descriptor.
Definition: aom_image.h:141
enum aom_img_fmt aom_img_fmt_t
List of supported image formats.
void(* aom_inspect_cb)(void *decoder, void *ctx)
Definition: aomdx.h:47