Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dwels_func_ptr_def.h58 typedef void (*PSetMemoryZero) (void* pDst, int32_t iSize); typedef
285 PSetMemoryZero pfSetMemZeroSize8; // for size is times to 8
286PSetMemoryZero pfSetMemZeroSize64Aligned16; // for size is times of 64, and address is…
287PSetMemoryZero pfSetMemZeroSize64; // for size is times of 64, and don't know address …
/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_mb.cpp182 PSetMemoryZero pfSetMemZeroSize8 = pFuncList->pfSetMemZeroSize8; in WelsEncInterY()
183 PSetMemoryZero pfSetMemZeroSize64 = pFuncList->pfSetMemZeroSize64; in WelsEncInterY()
249 PSetMemoryZero pfSetMemZeroSize8 = pFuncList->pfSetMemZeroSize8; in WelsEncRecUV()
250 PSetMemoryZero pfSetMemZeroSize64 = pFuncList->pfSetMemZeroSize64; in WelsEncRecUV()