Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Ddeblocking.h80 void WelsBlockFuncInit (PSetNoneZeroCountZeroFunc* pfSetNZCZero, int32_t iCpu);
Dwels_func_ptr_def.h104 typedef void (*PSetNoneZeroCountZeroFunc) (int8_t* pNonZeroCount); typedef
280 PSetNoneZeroCountZeroFunc pfSetNZCZero;
/third_party/openh264/codec/encoder/core/src/
Ddeblocking.cpp764 void WelsBlockFuncInit (PSetNoneZeroCountZeroFunc* pfSetNZCZero, int32_t iCpu) { in WelsBlockFuncInit()