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

Function PicPartitionNumDecision

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

* TUNE back if number of picture partition decision algorithm based on past if available */

Source from the content-addressed store, hash-verified

2406 * TUNE back if number of picture partition decision algorithm based on past if available
2407 */
2408int32_t PicPartitionNumDecision (sWelsEncCtx* pCtx) {
2409 int32_t iPartitionNum = 1;
2410 if (pCtx->pSvcParam->iMultipleThreadIdc > 1) {
2411 iPartitionNum = pCtx->pSvcParam->iMultipleThreadIdc;
2412 }
2413 return iPartitionNum;
2414}
2415
2416void WelsInitCurrentQBLayerMltslc (sWelsEncCtx* pCtx) {
2417 //pData init

Callers 1

WelsEncoderEncodeExtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected