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

Function GetTemporalLevel

codec/encoder/core/src/encoder_ext.cpp:2386–2390  ·  view source on GitHub ↗

! * \brief get temporal level due to configuration and coding context */

Source from the content-addressed store, hash-verified

2384 * \brief get temporal level due to configuration and coding context
2385 */
2386int32_t GetTemporalLevel (SSpatialLayerInternal* fDlp, const int32_t kiFrameNum, const int32_t kiGopSize) {
2387 const int32_t kiCodingIdx = kiFrameNum & (kiGopSize - 1);
2388
2389 return fDlp->uiCodingIdx2TemporalId[kiCodingIdx];
2390}
2391
2392void DynslcUpdateMbNeighbourInfoListForAllSlices (SDqLayer* pCurDq, SMB* pMbList) {
2393 SSliceCtx* pSliceCtx = &pCurDq->sSliceEncCtx;

Callers 3

PrepareEncodeFrameFunction · 0.85
WelsEncoderEncodeExtFunction · 0.85
DetectSceneChangeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected