Searched refs:g_kMvdBinPos2Ctx (Results 1 – 1 of 1) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | cabac_decoder.cpp | 35 static const int16_t g_kMvdBinPos2Ctx [8] = {0, 1, 2, 3, 3, 3, 3, 3}; variable 315 WELS_READ_VERIFY (DecodeBinCabac (pDecEngine, pBinCtx + g_kMvdBinPos2Ctx[0], uiCode)); in DecodeUEGMvCabac() 322 WELS_READ_VERIFY (DecodeBinCabac (pDecEngine, pBinCtx + g_kMvdBinPos2Ctx[uiCount++], uiTmp)); in DecodeUEGMvCabac()
|