Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dwels_func_ptr_def.h178 typedef void (*PGetIntraPredFunc) (uint8_t* pPrediction, uint8_t* pRef, const int32_t kiStride); typedef
219 PGetIntraPredFunc pfGetLumaI16x16Pred[I16_PRED_DC_A];
220 PGetIntraPredFunc pfGetLumaI4x4Pred[I4_PRED_A];
221 PGetIntraPredFunc pfGetChromaPred[C_PRED_A];
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h140 typedef void (*PGetIntraPredFunc) (uint8_t* pPred, const int32_t kiLumaStride); typedef
446 PGetIntraPredFunc pGetI16x16LumaPredFunc[7]; //h264_predict_copy_16x16;
447 PGetIntraPredFunc pGetI4x4LumaPredFunc[14]; // h264_predict_4x4_t
448 PGetIntraPredFunc pGetIChromaPredFunc[7]; // h264_predict_8x8_t
/third_party/openh264/codec/decoder/core/src/
Drec_mb.cpp131 PGetIntraPredFunc* pGetI4x4LumaPredFunc = pCtx->pGetI4x4LumaPredFunc; in RecI4x4Luma()
165 PGetIntraPredFunc* pGetIChromaPredFunc = pCtx->pGetIChromaPredFunc; in RecI4x4Chroma()
183 PGetIntraPredFunc* pGetIChromaPredFunc = pCtx->pGetIChromaPredFunc; in RecI16x16Mb()
184 PGetIntraPredFunc* pGetI16x16LumaPredFunc = pCtx->pGetI16x16LumaPredFunc; in RecI16x16Mb()