Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c206 RK_S32 LtMask = (1 << s->sps->log2_max_poc_lsb) - 1; in find_ref_idx() local
211 if ((ref->poc & LtMask) == poc) in find_ref_idx()
219 if (ref->poc == poc || (ref->poc & LtMask) == poc) in find_ref_idx()