AOMedia AV1 Codec
|
Refrence frame distance related variables. More...
#include <encoder.h>
Data Fields | |
int | ref_relative_dist [INTER_REFS_PER_FRAME] |
int8_t | nearest_past_ref |
int8_t | nearest_future_ref |
Refrence frame distance related variables.
int RefFrameDistanceInfo::ref_relative_dist[INTER_REFS_PER_FRAME] |
True relative distance of reference frames w.r.t. the current frame.
int8_t RefFrameDistanceInfo::nearest_past_ref |
The nearest reference w.r.t. current frame in the past.
int8_t RefFrameDistanceInfo::nearest_future_ref |
The nearest reference w.r.t. current frame in the future.