Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecode_slice.h44 int32_t WelsDecodeMbCavlcPSlice (PWelsDecoderContext pCtx, PNalUnit pNalCur, uint32_t& uiEosFlag);
/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp1548 pDecMbFunc = WelsDecodeMbCavlcPSlice; in WelsDecodeSlice()
1655 pDecMbFunc = WelsDecodeMbCavlcPSlice; in WelsDecodeAndConstructSlice()
2443 int32_t WelsDecodeMbCavlcPSlice (PWelsDecoderContext pCtx, PNalUnit pNalCur, uint32_t& uiEosFlag) { in WelsDecodeMbCavlcPSlice() function