Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dwels_func_ptr_def.h65 typedef int32_t (*PGetNoneZeroCountFunc) (int16_t* pLevel); typedef
263 PGetNoneZeroCountFunc pfGetNoneZeroCount;
/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_mb.cpp186 PGetNoneZeroCountFunc pfGetNoneZeroCount = pFuncList->pfGetNoneZeroCount; in WelsEncInterY()
253 PGetNoneZeroCountFunc pfGetNoneZeroCount = pFuncList->pfGetNoneZeroCount; in WelsEncRecUV()
/third_party/openh264/test/encoder/
DEncUT_EncoderMbAux.cpp359 void TestGetNoneZeroCount (PGetNoneZeroCountFunc func) { in TestGetNoneZeroCount()