Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_context_table.h34 extern const uint8_t g_nextState[128][2];
38 #define sbacNext(S, V) (g_nextState[(S)][(V)])
H A Dh265e_enctropy.c99 const RK_U8 g_nextState[128][2] = { variable