Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dset_mb_syn_cabac.cpp71 int32_t iPreCtxState = WELS_CLIP3 ((((m * iQp) >> 4) + n), 1, 126); in WelsCabacInit() local
74 if (iPreCtxState <= 63) { in WelsCabacInit()
75 uiStateIdx = 63 - iPreCtxState; in WelsCabacInit()
78 uiStateIdx = iPreCtxState - 64; in WelsCabacInit()
/third_party/openh264/codec/decoder/core/src/
Dcabac_decoder.cpp43 int32_t iPreCtxState = WELS_CLIP3 ((((m * iQp) >> 4) + n), 1, 126); in WelsCabacGlobalInit() local
46 if (iPreCtxState <= 63) { in WelsCabacGlobalInit()
47 uiStateIdx = 63 - iPreCtxState; in WelsCabacGlobalInit()
50 uiStateIdx = iPreCtxState - 64; in WelsCabacGlobalInit()