Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h146 typedef void (*PGetIntraPred8x8Func) (uint8_t* pPred, const int32_t kiLumaStride, bool bTLAvail, bo… typedef
453 PGetIntraPred8x8Func pGetI8x8LumaPredFunc[14];
/third_party/openh264/codec/decoder/core/src/
Drec_mb.cpp77 PGetIntraPred8x8Func* pGetI8x8LumaPredFunc = pCtx->pGetI8x8LumaPredFunc; in RecI8x8Luma()