Remove unused variables
This commit is contained in:
parent
9be23c7821
commit
a625dc836d
@ -412,11 +412,8 @@ void EncodeDecodeTestAPI::SliceParamValidationForMode2 (int iSpatialIdx) {
|
||||
}
|
||||
void EncodeDecodeTestAPI::SliceParamValidationForMode3 (int iSpatialIdx) {
|
||||
|
||||
unsigned int uiMbWidth = 0;
|
||||
unsigned int uiMbHeight = 0;
|
||||
unsigned int uiMbNumInFrame = 0;
|
||||
|
||||
uiMbWidth = (param_.iPicWidth + 15) >> 4;
|
||||
uiMbHeight = (param_.iPicHeight + 15) >> 4;
|
||||
|
||||
//change slice mode to SM_SINGLE_SLICE
|
||||
|
Loading…
Reference in New Issue
Block a user