Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dencode_mb_aux.h48 void WelsScan4x4Dc (int16_t* pLevel, int16_t* pDct);
/third_party/openh264/codec/encoder/core/src/
Dencode_mb_aux.cpp402 void WelsScan4x4Dc (int16_t* pLevel, int16_t* pDct) { in WelsScan4x4Dc() function
/third_party/openh264/test/encoder/
DEncUT_EncoderMbAux.cpp117 WelsScan4x4Dc (iLevel, iDctA); in TEST()