Skip to content

Commit 2350037

Browse files
rosetta-jpnXinfengZhang
authored andcommitted
Add allow_content_tools and force_intger_mv to AV1 enc
Signed-off-by: Hirokazu Honda <[email protected]>
1 parent c189a88 commit 2350037

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

va/va_enc_av1.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,8 +656,12 @@ typedef struct _VAEncPictureParameterBufferAV1 {
656656
* Otherwise disable palette encoding.
657657
*/
658658
uint32_t palette_mode_enable : 1;
659+
/** \brief Corresponds to AV1 syntax element of the same name. */
660+
uint32_t allow_screen_content_tools : 1;
661+
/** \brief Corresponds to AV1 syntax element of the same name. */
662+
uint32_t force_integer_mv : 1;
659663
/** \brief Reserved bytes for future use, must be zero. */
660-
uint32_t reserved : 18;
664+
uint32_t reserved : 16;
661665
} bits;
662666
uint32_t value;
663667
} picture_flags;

0 commit comments

Comments
 (0)