Searched refs:cframe (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/media/platform/vicodec/ |
D | vicodec-codec.h | 104 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);
|
D | vicodec-codec.c | 619 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()
|
D | vicodec-core.c | 161 struct cframe cf; in encode() 232 struct cframe cf; in decode()
|