Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unit test for checking jumps backwards in DTS #478

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

carlosfg-flu
Copy link

@carlosfg-flu carlosfg-flu commented Dec 3, 2024

This simple test checks for any jump backward in the DTS that the encoder outputs.

Right now the test is failing:

$ make debug && bin/debug-static/vvencdtstest
...
  5
 -4	[jump backwards]
 -3
 -2
 -1
  0
  1
  2
  3
 14
  5	[jump backwards]
  6
  7
 18
 19
 20
 21
 22
 23
 24
 $ echo $?
 1

@carlosfg-flu carlosfg-flu changed the title Add unit test for checking jumps backwards in DTS OCP-6023 Add unit test for checking jumps backwards in DTS Dec 3, 2024
This simple test checks for any jump backward in the DTS that the encoder
outputs.
@carlosfg-flu carlosfg-flu changed the title OCP-6023 Add unit test for checking jumps backwards in DTS Add unit test for checking jumps backwards in DTS Dec 4, 2024
@adamjw24
Copy link
Member

adamjw24 commented Dec 4, 2024

It would make sense to add this test to make test. We'll have a look at the behavior itself. It would also be nice if the DTS testcase contained more than just one single testcase. Maybe if thats just one testcase it would be easier to move it to library test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants