MCPcopy Create free account
hub / github.com/cisco/openh264 / WelsBlockZero16x16_c

Function WelsBlockZero16x16_c

codec/decoder/core/src/decode_slice.cpp:3030–3032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3028 }
3029}
3030void WelsBlockZero16x16_c (int16_t* pBlock, int32_t iStride) {
3031 WelsBlockInit (pBlock, 16, 16, iStride, 0);
3032}
3033
3034void WelsBlockZero8x8_c (int16_t* pBlock, int32_t iStride) {
3035 WelsBlockInit (pBlock, 8, 8, iStride, 0);

Callers

nothing calls this directly

Calls 1

WelsBlockInitFunction · 0.85

Tested by

no test coverage detected