Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cisco/openh264
/ WelsNonZeroCount_c
Function
WelsNonZeroCount_c
codec/common/src/deblocking_common.cpp:248–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
}
247
248
void WelsNonZeroCount_c (int8_t* pNonZeroCount) {
249
int32_t i;
250
for (i = 0; i < 24; i++) {
251
pNonZeroCount[i] = !!pNonZeroCount[i];
252
}
253
}
254
255
#ifdef X86_ASM
256
extern
"C"
{
Callers
1
deblocking.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected