feat: gate VaaOnScreen sub-partition suppression on bSubcodecMode
This commit is contained in:
parent
1c05425261
commit
9871479b27
1 changed files with 5 additions and 0 deletions
|
|
@ -611,6 +611,11 @@ bool TryModeMerge (SMbCache* pMbCache, SWelsMD* pWelsMd, SMB* pCurMb) {
|
|||
|
||||
void WelsMdInterFinePartitionVaaOnScreen (sWelsEncCtx* pEncCtx, SWelsMD* pWelsMd, SSlice* pSlice, SMB* pCurMb,
|
||||
int32_t iBestCost) {
|
||||
// [subcodec] No sub-partition modes for sprite compositing.
|
||||
if (pEncCtx->pSvcParam->bSubcodecMode) {
|
||||
return;
|
||||
}
|
||||
|
||||
SMbCache* pMbCache = &pSlice->sMbCacheInfo;
|
||||
SDqLayer* pCurDqLayer = pEncCtx->pCurDqLayer;
|
||||
int32_t iCostP8x8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue