Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dwels_preprocess.h187 void WelsExchangeSpatialPictures (SPicture** ppPic1, SPicture** ppPic2);
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp1304 void CWelsPreProcess::WelsExchangeSpatialPictures (SPicture** ppPic1, SPicture** ppPic2) { in WelsExchangeSpatialPictures() argument
1305 SPicture* tmp = *ppPic1; in WelsExchangeSpatialPictures()
1307 assert (*ppPic1 != *ppPic2); in WelsExchangeSpatialPictures()
1309 *ppPic1 = *ppPic2; in WelsExchangeSpatialPictures()