Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser.h46 typedef struct RefInfo { struct
59 } RefInfo; argument
79 RefInfo *ref;
H A Dav1d_parser2_syntax.c114 RefInfo *ref_i; in av1d_fill_picparams()
H A Dav1d_parser.c832 frame->ref = mpp_calloc(RefInfo, 1); in get_current_frame()
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.h88 typedef struct RefInfo { struct
93 } RefInfo; argument
98 RefInfo *ref;
H A Dvp9d_parser.c431 frame->ref = mpp_calloc(RefInfo, 1); in vp9_alloc_frame()