Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c210 static inline int getLSB(int poc, int maxLSB) in getLSB() argument
213 return poc % maxLSB; in getLSB()
215 return (maxLSB - ((-poc) % maxLSB)) % maxLSB; in getLSB()