Searched refs:rlco_max (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 684 static u32 encode_plane(u8 *input, u8 *refp, __be16 **rlco, __be16 *rlco_max, in encode_plane() argument 746 if (*rlco >= rlco_max) { in encode_plane() 786 __be16 *rlco_max; in fwht_encode_frame() local 789 rlco_max = rlco + size / 2 - 256; in fwht_encode_frame() 790 encoding = encode_plane(frm->luma, ref_frm->luma, &rlco, rlco_max, cf, in fwht_encode_frame() 802 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame() 803 encoding |= encode_plane(frm->cb, ref_frm->cb, &rlco, rlco_max, in fwht_encode_frame() 810 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame() 811 encoding |= encode_plane(frm->cr, ref_frm->cr, &rlco, rlco_max, in fwht_encode_frame() 821 rlco_max = rlco + size / 2 - 256; in fwht_encode_frame() [all …]
|