Home
last modified time | relevance | path

Searched defs:RefCntBuffer (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/
Donyxc_int.h113 typedef struct RefCntBuffer { struct
127 int ref_count;
129 unsigned int order_hint;
130 unsigned int ref_order_hints[INTER_REFS_PER_FRAME];
132 MV_REF *mvs;
133 uint8_t *seg_map;
134 struct segmentation seg;
135 int mi_rows;
136 int mi_cols;
161 } RefCntBuffer; argument
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h75 } RefCntBuffer; typedef