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
Issue Description:
When attempting to run the avif_example_encode.c example with a targeted bit depth higher than 8, an assertion failure occurs. The specific error is:
Assertion failed: this_val < max_bin_val, file C:\Users\nward\Development\experimental\libavif\ext\aom\av1\encoder\intra_mode_search.c, line 359
Steps to Reproduce:
Use avif_example_encode.c with a bit depth higher than 8. I have tried 10 and 12
Set encodeYUVDirectly to 1.
The issue occurs with the avifEncoderCreate() is called.
Expected Behavior:
The example should run without assertion failures even when using a bit depth higher than 8.
Issue Description:
When attempting to run the avif_example_encode.c example with a targeted bit depth higher than 8, an assertion failure occurs. The specific error is:
Steps to Reproduce:
Expected Behavior:
The example should run without assertion failures even when using a bit depth higher than 8.
Additional Information:
Code Snippet:
Note:
The issue does not occur with a bit depth of 8, indicating that the problem might be related to the handling of higher bit depths.
The text was updated successfully, but these errors were encountered: