Searched refs:pRefY (Results 1 – 10 of 10) sorted by relevance
/third_party/openh264/test/processing/ |
D | ProcessUT_AdaptiveQuantization.cpp | 20 void SampleVariance16x16_ref (uint8_t* pRefY, int32_t iRefStride, uint8_t* pSrcY, int32_t iSrcStrid… in SampleVariance16x16_ref() argument 27 uint32_t uiDiff = WELS_ABS (pRefY[x] - pSrcY[x]); in SampleVariance16x16_ref() 34 pRefY += iRefStride; in SampleVariance16x16_ref() 50 ENFORCE_STACK_ALIGN_1D (uint8_t, pRefY,32*16,16)\ 53 FillWithRandomData (pRefY,32*16);\ 55 SampleVariance16x16_ref (pRefY,32,pSrcY,48,&pMotionTexture[0]);\ 56 method(pRefY,32,pSrcY,48,&pMotionTexture[1]);\ 59 memset (pRefY,0,32*16);\ 61 SampleVariance16x16_ref (pRefY,32,pSrcY,48,&pMotionTexture[0]);\ 62 method(pRefY,32,pSrcY,48,&pMotionTexture[1]);\
|
/third_party/openh264/codec/processing/src/scenechangedetection/ |
D | SceneChangeDetection.h | 64 uint8_t* pRefY; member 111 uint8_t* pRefY = sLocalParam.pRefY; in operator() local 119 pRefTmp = pRefY; in operator() 127 pRefY += iRefRowStride; in operator() 159 uint8_t* pRefY = sLocalParam.pRefY; in operator() local 169 pRefTmp = pRefY; in operator() 198 pRefY += iRefRowStride; in operator() 222 m_sLocalParam.pRefY = (uint8_t*)pRefPixMap->pPixel[0]; in Process()
|
/third_party/openh264/codec/processing/src/common/ |
D | common.h | 62 typedef int32_t (SadFunc) (uint8_t* pSrcY, int32_t iSrcStrideY, uint8_t* pRefY, int32_t iRefStride… 66 typedef int32_t (Sad16x16Func) (uint8_t* pSrcY, int32_t iSrcStrideY, uint8_t* pRefY, int32_t iRefSt…
|
/third_party/openh264/codec/processing/src/adaptivequantization/ |
D | AdaptiveQuantization.cpp | 96 if (pVaaCalcResults->pRefY == pRefFrameY && pVaaCalcResults->pCurY == pCurFrameY) { in Process() 245 void SampleVariance16x16_c (uint8_t* pRefY, int32_t iRefStride, uint8_t* pSrcY, int32_t iSrcStride, in SampleVariance16x16_c() argument 252 uint32_t uiDiff = WELS_ABS (pRefY[x] - pSrcY[x]); in SampleVariance16x16_c() 259 pRefY += iRefStride; in SampleVariance16x16_c()
|
D | AdaptiveQuantization.h | 52 typedef void (VarFunc) (uint8_t* pRefY, int32_t iRefStrideY, uint8_t* pSrc, int32_t iSrcStrideY,
|
/third_party/openh264/codec/processing/src/vaacalc/ |
D | vaacalculation.cpp | 128 pResult->pRefY = pRefData; in Process()
|
/third_party/openh264/codec/processing/interface/ |
D | IWelsVP.h | 173 unsigned char* pRefY; // Y data of pRef frame for diff calc member
|
/third_party/openh264/codec/encoder/core/inc/ |
D | wels_preprocess.h | 90 uint8_t* pRefY; //pRef member
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 680 pVaaInfo->sVaaCalcInfo.pRefY = pRefPicture->pData[0]; in VaaCalculation() 722 pVaaInfo->pRefY = pRefPicture->pData[0]; in BackgroundDetection()
|
D | svc_base_layer_md.cpp | 1347 …pFunc->pfCopy16x16Aligned (pVaaInfo->pCurY + kiOffsetY, kiPicStride, pVaaInfo->pRefY + kiOffsetY, … in VaaBackgroundMbDataUpdate()
|