Searched refs:decode_plane (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 835 static bool decode_plane(struct fwht_cframe *cf, const __be16 **rlco, in decode_plane() function 921 if (!decode_plane(cf, &rlco, height, width, ref->luma, ref_stride, in fwht_decode_frame() 937 if (!decode_plane(cf, &rlco, h, w, ref->cb, ref_chroma_stride, in fwht_decode_frame() 943 if (!decode_plane(cf, &rlco, h, w, ref->cr, ref_chroma_stride, in fwht_decode_frame() 952 if (!decode_plane(cf, &rlco, height, width, ref->alpha, ref_stride, in fwht_decode_frame()
|