Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_enctropy.c238 RK_U32 mstate = ctxModel->m_state; in h265e_cabac_encodeBin() local
243 ctxModel->m_state = sbacNext(mstate, binValue); in h265e_cabac_encodeBin()
247 RK_U32 state = sbacGetState(mstate); in h265e_cabac_encodeBin()
259 if ((binValue ^ mstate) & 1) { in h265e_cabac_encodeBin()