* TUNE back if number of picture partition decision algorithm based on past if available */
| 2406 | * TUNE back if number of picture partition decision algorithm based on past if available |
| 2407 | */ |
| 2408 | int32_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 | |
| 2416 | void WelsInitCurrentQBLayerMltslc (sWelsEncCtx* pCtx) { |
| 2417 | //pData init |
no outgoing calls
no test coverage detected