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

Method BuildRefList

codec/encoder/core/src/ref_list_mgr_svc.cpp:1032–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030}
1031
1032bool CWelsReference_TemporalLayer::BuildRefList (const int32_t iPOC, int32_t iBestLtrRefIdx) {
1033 return WelsBuildRefList (m_pEncoderCtx, iPOC, iBestLtrRefIdx);
1034}
1035void CWelsReference_TemporalLayer::MarkPic() {
1036 WelsMarkPic (m_pEncoderCtx);
1037}

Callers 1

WelsEncoderEncodeExtFunction · 0.80

Calls 2

WelsBuildRefListFunction · 0.85
WelsBuildRefListScreenFunction · 0.85

Tested by

no test coverage detected