Change the output of diamond search from qpel to interpel

This commit is contained in:
sijchen
2014-03-25 11:03:37 +08:00
parent 74a92522e5
commit fcae0c7c48
3 changed files with 11 additions and 8 deletions

View File

@@ -2523,6 +2523,8 @@ void PreprocessSliceCoding (sWelsEncCtx* pCtx) {
pFuncList->pfCalculateSatd = CalculateSatdCost;
pFuncList->pfInterFineMd = WelsMdInterFinePartition;
}
}
}