Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dcabac_decoder.h96 int32_t DecodeUnaryBinCabac (PWelsCabacDecEngine pDecEngine, PWelsCabacCtx pBinCtx, int32_t iCtxOff…
/third_party/openh264/codec/decoder/core/src/
Dcabac_decoder.cpp247 int32_t DecodeUnaryBinCabac (PWelsCabacDecEngine pDecEngine, PWelsCabacCtx pBinCtx, int32_t iCtxOff… in DecodeUnaryBinCabac() function
Dparse_mb_syn_cabac.cpp1149 …WELS_READ_VERIFY (DecodeUnaryBinCabac (pCtx->pCabacDecEngine, pCtx->pCabacCtx + NEW_CTX_OFFSET_REF… in ParseRefIdxCabac()
1267 WELS_READ_VERIFY (DecodeUnaryBinCabac (pCtx->pCabacDecEngine, pBinCtx + 2, 1, uiCode)); in ParseDeltaQpCabac()