106#define AOM_CTRL_AV1_GET_REFERENCE
109#define AOM_CTRL_AV1_SET_REFERENCE
112#define AOM_CTRL_AV1_COPY_REFERENCE
115#define AOM_CTRL_AV1_GET_NEW_FRAME_IMAGE
118#define AOM_CTRL_AV1_COPY_NEW_FRAME_IMAGE
Describes the codec algorithm interface to applications.
Describes the aom image descriptor and associated operations.
struct av1_ref_frame av1_ref_frame_t
AV1 specific reference frame data struct.
aom_com_control_id
Control functions.
Definition aom.h:46
@ AOM_DECODER_CTRL_ID_START
Start point of control IDs for aom_dec_control_id. Any new common control IDs should be added above.
Definition aom.h:81
@ AV1_GET_NEW_FRAME_IMAGE
Codec control function to get a pointer to the new frame.
Definition aom.h:70
@ AV1_GET_REFERENCE
Codec control function to get a pointer to a reference frame.
Definition aom.h:51
@ AV1_SET_REFERENCE
Codec control function to write a frame into a reference buffer.
Definition aom.h:57
@ AV1_COPY_NEW_FRAME_IMAGE
Codec control function to copy the new frame to an external buffer.
Definition aom.h:76
@ AV1_COPY_REFERENCE
Codec control function to get a copy of reference frame from the decoder.
Definition aom.h:64
#define AOM_CTRL_USE_TYPE(id, typ)
Creates type checking mechanisms for aom_codec_control.
Definition aom_codec.h:551
Image Descriptor.
Definition aom_image.h:182
AV1 specific reference frame data struct.
Definition aom.h:89
int use_external_ref
Definition aom.h:91
aom_image_t img
Definition aom.h:92
int idx
Definition aom.h:90