Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dslice.h202 int32_t iLastDeltaQp; member
/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp675 pSlice->iLastDeltaQp = 0; in WelsDecodeMbCabacISliceBaseMode0()
699 pSlice->iLastDeltaQp = uiCbp == 0 ? 0 : pSlice->iLastDeltaQp; in WelsDecodeMbCabacISliceBaseMode0()
895 pSlice->iLastDeltaQp = 0; in WelsDecodeMbCabacPSliceBaseMode0()
941 pSlice->iLastDeltaQp = uiCbp == 0 ? 0 : pSlice->iLastDeltaQp; in WelsDecodeMbCabacPSliceBaseMode0()
1135 pSlice->iLastDeltaQp = 0; in WelsDecodeMbCabacBSliceBaseMode0()
1181 pSlice->iLastDeltaQp = uiCbp == 0 ? 0 : pSlice->iLastDeltaQp; in WelsDecodeMbCabacBSliceBaseMode0()
1390 pSlice->iLastDeltaQp = 0; in WelsDecodeMbCabacPSlice()
1474 pSlice->iLastDeltaQp = 0; in WelsDecodeMbCabacBSlice()
1572 pSlice->iLastDeltaQp = 0; in WelsDecodeSlice()
1679 pSlice->iLastDeltaQp = 0; in WelsDecodeAndConstructSlice()
Dparse_mb_syn_cabac.cpp1264 int32_t iCtxInc = (pCurrSlice->iLastDeltaQp != 0); in ParseDeltaQpCabac()
1273 pCurrSlice->iLastDeltaQp = iQpDelta; in ParseDeltaQpCabac()