Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dsvc_encode_mb.h51 void WelsDctMb (int16_t* pRs, uint8_t* pEncMb, int32_t iEncStride, uint8_t* pBestPred, PDctFunc pfD…
Dwels_func_ptr_def.h59 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/
DEncUT_EncoderMbAux.cpp183 static void TestDctT4 (PDctFunc func) { in TestDctT4()
204 static void TestDctFourT4 (PDctFunc func) { in TestDctFourT4()
/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_mb.cpp47 void WelsDctMb (int16_t* pRes, uint8_t* pEncMb, int32_t iEncStride, uint8_t* pBestPred, PDctFunc pf… in WelsDctMb()