Home
last modified time | relevance | path

Searched refs:PDeblockingFilterMbFunc (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Ddeblocking.h67 void WelsDeblockingFilterSlice (PWelsDecoderContext pCtx, PDeblockingFilterMbFunc pDeblockMb);
87 PDeblockingFilterMbFunc pDeblockMb);
Ddecoder_context.h180 typedef void (*PDeblockingFilterMbFunc) (PDqLayer pCurDqLayer, PDeblockingFilter filter, int32_t b… typedef
/third_party/openh264/codec/decoder/core/src/
Ddeblocking.cpp1215 void WelsDeblockingFilterSlice (PWelsDecoderContext pCtx, PDeblockingFilterMbFunc pDeblockMb) { in WelsDeblockingFilterSlice()
1322 PDeblockingFilterMbFunc pDeblockMb) { in WelsDeblockingFilterMB()
Ddecode_slice.cpp96 PDeblockingFilterMbFunc pDeblockMb = WelsDeblockingMb; in WelsTargetSliceConstruction()
1695 PDeblockingFilterMbFunc pDeblockMb = WelsDeblockingMb; in WelsDecodeAndConstructSlice()
/third_party/openh264/test/decoder/
DDecUT_DeblockCommon.cpp565 PDeblockingFilterMbFunc pDeblockMb = &UT_DeblockingFuncInterface; in TEST()