31 #ifndef AOM_AOM_AOM_H_
32 #define AOM_AOM_AOM_H_
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
127 #endif // AOM_AOM_AOM_H_
Codec control function to get a pointer to a reference frame.
Definition: aom.h:51
int idx
Definition: aom.h:90
Describes the aom image descriptor and associated operations.
aom_com_control_id
Control functions.
Definition: aom.h:46
Image Descriptor.
Definition: aom_image.h:182
struct av1_ref_frame av1_ref_frame_t
AV1 specific reference frame data struct.
Codec control function to write a frame into a reference buffer.
Definition: aom.h:57
Describes the codec algorithm interface to applications.
Codec control function to get a copy of reference frame from the decoder.
Definition: aom.h:64
Codec control function to get a pointer to the new frame.
Definition: aom.h:70
AV1 specific reference frame data struct.
Definition: aom.h:89
Codec control function to copy the new frame to an external buffer.
Definition: aom.h:76
Start point of control IDs for aom_dec_control_id. Any new common control IDs should be added above...
Definition: aom.h:81
int use_external_ref
Definition: aom.h:91
#define AOM_CTRL_USE_TYPE(id, typ)
Creates type checking mechanisms for aom_codec_control.
Definition: aom_codec.h:552
aom_image_t img
Definition: aom.h:92