You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is: given 0, use a default dependent on the configuration; given 1, enable; given 2, disable. (Ignoring the ICQ case because it isn't actually enabled in any configuration.))
The text was updated successfully, but these errors were encountered:
As documented in va.h, it should not be enabled when the user passes
the value 2 here. This now matches the behaviour of the H.265
encoder.
Fixesintel#166.
Signed-off-by: Mark Thompson <sw@jkqxz.net>
As documented in va.h, it should not be enabled when the user passes
the value 2 here. This now matches the behaviour of the H.265
encoder.
Fixes#166.
Signed-off-by: Mark Thompson <sw@jkqxz.net>
As documented in va.h, it should not be enabled when the user passes
the value 2 here. This now matches the behaviour of the H.265
encoder.
Fixes#166.
Signed-off-by: Mark Thompson <sw@jkqxz.net>
(cherry picked from commit 0dd6ba4)
The va.h header says (va.h:1266):
The H.264 encoder then does (gen9_avc_encoder.c:427/435):
and then treats mb_brc_enabled as a boolean thereafter. This is wrong for mb_rate_control == 2, which should disable it.
(For comparison, the H.265 encoder is correct (gen9_hevc_encoder.c:1702):
That is: given 0, use a default dependent on the configuration; given 1, enable; given 2, disable. (Ignoring the ICQ case because it isn't actually enabled in any configuration.))
The text was updated successfully, but these errors were encountered: