Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vicodec/
Dvicodec-codec.c734 static void decode_plane(struct cframe *cf, const __be16 **rlco, u8 *ref, in decode_plane() function
791 decode_plane(cf, &rlco, ref->luma, cf->height, cf->width, in decode_frame()
793 decode_plane(cf, &rlco, ref->cb, cf->height / 2, cf->width / 2, in decode_frame()
795 decode_plane(cf, &rlco, ref->cr, cf->height / 2, cf->width / 2, in decode_frame()