Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_context_table.h38 #define sbacNext(S, V) (g_nextState[(S)][(V)]) macro
H A Dh265e_enctropy.c243 ctxModel->m_state = sbacNext(mstate, binValue); in h265e_cabac_encodeBin()