Home
last modified time | relevance | path

Searched refs:RefInfo (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_parser.h45 typedef struct RefInfo { struct
58 } RefInfo; argument
77 RefInfo *ref;
H A Dav1d_parser2_syntax.c122 RefInfo *ref_i = ref_frame->ref; in av1d_fill_picparams()
H A Dav1d_parser.c775 frame->ref = mpp_calloc(RefInfo, 1); in get_current_frame()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.h88 typedef struct RefInfo { struct
93 } RefInfo; argument
98 RefInfo *ref;
H A Dvp9d_parser.c427 frame->ref = mpp_calloc(RefInfo, 1); in vp9_alloc_frame()