Lines Matching refs:rlco_max
684 static u32 encode_plane(u8 *input, u8 *refp, __be16 **rlco, __be16 *rlco_max,
746 if (*rlco >= rlco_max) {
786 __be16 *rlco_max;
789 rlco_max = rlco + size / 2 - 256;
790 encoding = encode_plane(frm->luma, ref_frm->luma, &rlco, rlco_max, cf,
802 rlco_max = rlco + chroma_size / 2 - 256;
803 encoding |= encode_plane(frm->cb, ref_frm->cb, &rlco, rlco_max,
810 rlco_max = rlco + chroma_size / 2 - 256;
811 encoding |= encode_plane(frm->cr, ref_frm->cr, &rlco, rlco_max,
821 rlco_max = rlco + size / 2 - 256;
823 rlco_max, cf, height, width,