Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/imagerotate/
Dimagerotate.cpp49 void CImageRotating::InitImageRotateFuncs (SImageRotateFuncs& sImageRotateFuncs, int32_t iCpuFlag) { in InitImageRotateFuncs() argument
50 sImageRotateFuncs.pfImageRotate90D = ImageRotate90D_c; in InitImageRotateFuncs()
51 sImageRotateFuncs.pfImageRotate180D = ImageRotate180D_c; in InitImageRotateFuncs()
52 sImageRotateFuncs.pfImageRotate270D = ImageRotate270D_c; in InitImageRotateFuncs()