Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dparse_mb_syn_cabac.cpp464 …WELS_READ_VERIFY (DecodeBinCabac (pCtx->pCabacDecEngine, pCtx->pCabacCtx + NEW_CTX_OFFSET_IPR, uiC… in ParseIntraPredModeLumaCabac()
468 …WELS_READ_VERIFY (DecodeBinCabac (pCtx->pCabacDecEngine, pCtx->pCabacCtx + NEW_CTX_OFFSET_IPR + 1,… in ParseIntraPredModeLumaCabac()
470 …WELS_READ_VERIFY (DecodeBinCabac (pCtx->pCabacDecEngine, pCtx->pCabacCtx + NEW_CTX_OFFSET_IPR + 1,… in ParseIntraPredModeLumaCabac()
472 …WELS_READ_VERIFY (DecodeBinCabac (pCtx->pCabacDecEngine, pCtx->pCabacCtx + NEW_CTX_OFFSET_IPR + 1,… in ParseIntraPredModeLumaCabac()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h90 #define NEW_CTX_OFFSET_IPR 68 macro