Home
last modified time | relevance | path

Searched refs:cframe (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/platform/vicodec/
Dvicodec-codec.h104 struct cframe { struct
126 struct cframe *cf, bool is_intra, bool next_is_intra); argument
127 void decode_frame(struct cframe *cf, struct raw_frame *ref, u32 hdr_flags);
Dvicodec-codec.c619 struct cframe *cf, u32 height, u32 width, in encode_plane()
702 struct cframe *cf, bool is_intra, bool next_is_intra) in encode_frame()
734 static void decode_plane(struct cframe *cf, const __be16 **rlco, u8 *ref, in decode_plane()
787 void decode_frame(struct cframe *cf, struct raw_frame *ref, u32 hdr_flags) in decode_frame()
Dvicodec-core.c161 struct cframe cf; in encode()
232 struct cframe cf; in decode()