Searched refs:WelsMemset (Results 1 – 13 of 13) sorted by relevance
/third_party/openh264/codec/processing/src/vaacalc/ |
D | vaacalculation.cpp | 45 WelsMemset (&m_sCalcParam, 0, sizeof (m_sCalcParam)); in CVAACalculation() 46 WelsMemset (&m_sVaaFuncs, 0, sizeof (m_sVaaFuncs)); in CVAACalculation()
|
/third_party/openh264/codec/processing/src/scrolldetection/ |
D | ScrollDetection.h | 53 WelsMemset (&m_sScrollDetectionParam, 0, sizeof (m_sScrollDetectionParam)); in CScrollDetection()
|
/third_party/openh264/codec/processing/src/common/ |
D | memory.h | 50 inline void* WelsMemset (void* pPointer, int32_t iValue, uint32_t uiSize) { in WelsMemset() function
|
D | memory.cpp | 50 WelsMemset (pBuf, 0, kuiSize + kiAlignedBytes + kiSizeVoidPointer + kiSizeInt32); in WelsMalloc()
|
/third_party/openh264/test/processing/ |
D | ProcessUT_ScrollDetection.cpp | 63 WelsMemset (&sScrollDetectionResult, 0, sizeof (sScrollDetectionResult)); in TEST()
|
/third_party/openh264/codec/processing/src/imagerotate/ |
D | imagerotate.cpp | 42 WelsMemset (&m_pfRotateImage, 0, sizeof (m_pfRotateImage)); in CImageRotating()
|
/third_party/openh264/codec/processing/src/denoise/ |
D | denoise.cpp | 45 WelsMemset (&m_pfDenoise, 0, sizeof (m_pfDenoise)); in CDenoiser()
|
/third_party/openh264/codec/processing/src/downsample/ |
D | downsample.cpp | 46 WelsMemset (&m_pfDownsample, 0, sizeof (m_pfDownsample)); in CDownsampling() 48 WelsMemset(m_pSampleBuffer,0,sizeof(m_pSampleBuffer)); in CDownsampling()
|
/third_party/openh264/codec/processing/src/complexityanalysis/ |
D | ComplexityAnalysis.cpp | 45 WelsMemset (&m_sComplexityAnalysisParam, 0, sizeof (m_sComplexityAnalysisParam)); in CComplexityAnalysis() 273 WelsMemset (&m_ComplexityAnalysisParam, 0, sizeof (m_ComplexityAnalysisParam)); in CComplexityAnalysisScreen()
|
/third_party/openh264/codec/processing/src/scenechangedetection/ |
D | SceneChangeDetection.h | 209 WelsMemset (&m_sSceneChangeParam, 0, sizeof (m_sSceneChangeParam)); in CSceneChangeDetection()
|
/third_party/openh264/codec/processing/src/adaptivequantization/ |
D | AdaptiveQuantization.cpp | 50 WelsMemset (&m_sAdaptiveQuantParam, 0, sizeof (m_sAdaptiveQuantParam)); in CAdaptiveQuantization()
|
/third_party/openh264/codec/processing/src/backgrounddetection/ |
D | BackgroundDetection.cpp | 55 WelsMemset (&m_BgdParam, 0, sizeof (m_BgdParam)); in CBackgroundDetection()
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 1359 void* WelsMemset (void* p, int32_t val, uint32_t uiSize) { in WelsMemset() function
|