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

Function WelsBlockZero8x8_c

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

Source from the content-addressed store, hash-verified

3032}
3033
3034void WelsBlockZero8x8_c (int16_t* pBlock, int32_t iStride) {
3035 WelsBlockInit (pBlock, 8, 8, iStride, 0);
3036}
3037
3038// Compute the temporal-direct scaling factor that's common
3039// to all direct MBs in this slice, as per clause 8.4.1.2.3

Callers

nothing calls this directly

Calls 1

WelsBlockInitFunction · 0.85

Tested by

no test coverage detected