Searched refs:PDctFunc (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | svc_encode_mb.h | 51 void WelsDctMb (int16_t* pRs, uint8_t* pEncMb, int32_t iEncStride, uint8_t* pBestPred, PDctFunc pfD…
|
D | wels_func_ptr_def.h | 59 typedef void (*PDctFunc) (int16_t* pDct, uint8_t* pSample1, int32_t iStride1, uint8_t* pSample2, in… typedef 247 PDctFunc pfDctT4; 248 PDctFunc pfDctFourT4;
|
/third_party/openh264/test/encoder/ |
D | EncUT_EncoderMbAux.cpp | 183 static void TestDctT4 (PDctFunc func) { in TestDctT4() 204 static void TestDctFourT4 (PDctFunc func) { in TestDctFourT4()
|
/third_party/openh264/codec/encoder/core/src/ |
D | svc_encode_mb.cpp | 47 void WelsDctMb (int16_t* pRes, uint8_t* pEncMb, int32_t iEncStride, uint8_t* pBestPred, PDctFunc pf… in WelsDctMb()
|