Lines Matching refs:rlco_max
683 static u32 encode_plane(u8 *input, u8 *refp, __be16 **rlco, __be16 *rlco_max,
745 if (*rlco >= rlco_max) {
785 __be16 *rlco_max;
788 rlco_max = rlco + size / 2 - 256;
789 encoding = encode_plane(frm->luma, ref_frm->luma, &rlco, rlco_max, cf,
801 rlco_max = rlco + chroma_size / 2 - 256;
802 encoding |= encode_plane(frm->cb, ref_frm->cb, &rlco, rlco_max,
809 rlco_max = rlco + chroma_size / 2 - 256;
810 encoding |= encode_plane(frm->cr, ref_frm->cr, &rlco, rlco_max,
820 rlco_max = rlco + size / 2 - 256;
822 rlco_max, cf, height, width,