Home
last modified time | relevance | path

Searched refs:VP9Frame (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.h95 typedef struct VP9Frame { struct
99 } VP9Frame; argument
143 VP9Frame frames[3];
144 VP9Frame refs[8];
H A Dvp9d_parser.c255 static RK_S32 vp9_ref_frame(Vp9CodecContext *ctx, VP9Frame *dst, VP9Frame *src) in vp9_ref_frame()
275 static void vp9_unref_frame( VP9Context *s, VP9Frame *f) in vp9_unref_frame()
384 static RK_S32 vp9_alloc_frame(Vp9CodecContext *ctx, VP9Frame *frame) in vp9_alloc_frame()