Home
last modified time | relevance | path

Searched defs:pRefPicture (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/test/encoder/
DEncUT_SVC_me.cpp42 void SumOf8x8BlockOfFrame_ref (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, in SumOf8x8BlockOfFrame_ref()
61 void SumOf16x16BlockOfFrame_ref (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeigh… in SumOf16x16BlockOfFrame_ref()
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp592 …eChangeIdc CWelsPreProcessVideo::DetectSceneChange (SPicture* pCurPicture, SPicture* pRefPicture) { in DetectSceneChange()
677 …sPreProcess::VaaCalculation (SVAAFrameInfo* pVaaInfo, SPicture* pCurPicture, SPicture* pRefPicture, in VaaCalculation()
713 …rocess::BackgroundDetection (SVAAFrameInfo* pVaaInfo, SPicture* pCurPicture, SPicture* pRefPicture, in BackgroundDetection()
768 …:AdaptiveQuantCalculation (SVAAFrameInfo* pVaaInfo, SPicture* pCurPicture, SPicture* pRefPicture) { in AdaptiveQuantCalculation()
828 …Process::AnalyzePictureComplexity (sWelsEncCtx* pCtx, SPicture* pCurPicture, SPicture* pRefPicture, in AnalyzePictureComplexity()
Dsvc_motion_estimate.cpp769 void SumOf8x8BlockOfFrame_c (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, in SumOf8x8BlockOfFrame_c()
788 void SumOf16x16BlockOfFrame_c (uint8_t* pRefPicture, const int32_t kiWidth, const int32_t kiHeight, in SumOf16x16BlockOfFrame_c()
/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h74 SPicture* pRefPicture; member