Fixed the build for denoiser in new compound mode
Change-Id: Ifb824ce87db9c00c8c87f52d9b8718669fb39d05
This commit is contained in:
parent
4c1049d7a8
commit
30720adf6e
@ -257,7 +257,7 @@ static VP9_DENOISER_DECISION perform_motion_compensation(VP9_DENOISER *denoiser,
|
||||
if (has_second_ref(mbmi)) {
|
||||
mbmi->mode = ZERO_ZEROMV;
|
||||
} else {
|
||||
mbmi->mode = ZERO_MV;
|
||||
mbmi->mode = ZEROMV;
|
||||
}
|
||||
#else
|
||||
mbmi->mode = ZEROMV;
|
||||
|
Loading…
x
Reference in New Issue
Block a user