Searched refs:PGetNoneZeroCountFunc (Results 1 – 3 of 3) sorted by relevance
65 typedef int32_t (*PGetNoneZeroCountFunc) (int16_t* pLevel); typedef263 PGetNoneZeroCountFunc pfGetNoneZeroCount;
186 PGetNoneZeroCountFunc pfGetNoneZeroCount = pFuncList->pfGetNoneZeroCount; in WelsEncInterY()253 PGetNoneZeroCountFunc pfGetNoneZeroCount = pFuncList->pfGetNoneZeroCount; in WelsEncRecUV()
359 void TestGetNoneZeroCount (PGetNoneZeroCountFunc func) { in TestGetNoneZeroCount()