Compare commits
1 Commits
main
...
sandbox/hk
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5504b39f5e |
@ -47,7 +47,6 @@ static int is_compound_reference_allowed(const VP9_COMMON *cm) {
|
|||||||
for (i = 1; i < REFS_PER_FRAME; ++i)
|
for (i = 1; i < REFS_PER_FRAME; ++i)
|
||||||
if (cm->ref_frame_sign_bias[i + 1] != cm->ref_frame_sign_bias[1])
|
if (cm->ref_frame_sign_bias[i + 1] != cm->ref_frame_sign_bias[1])
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user