Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dwels_func_ptr_def.h67 typedef void (*PScanFunc) (int16_t* pLevel, int16_t* pDct); typedef
251 PScanFunc pfScan4x4; //DC/AC
252 PScanFunc pfScan4x4Ac;
/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_mb.cpp184 PScanFunc pfScan4x4 = pFuncList->pfScan4x4; in WelsEncInterY()
249 PScanFunc pfScan4x4Ac = pFuncList->pfScan4x4Ac; in WelsEncRecUV()