Opened 5 years ago
Closed 5 years ago
#574 closed defect (fixed)
Different results between sequential and parallel encoding
Reported by: | XiangLi | Owned by: | XiangLi |
---|---|---|---|
Priority: | minor | Milestone: | VTM-7.0 |
Component: | VTM | Version: | VTM-6.2 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
The issue may be duplicated as follows
test1
EncoderApp.exe -c ..\cfg\encoder_randomaccess_vtm.cfg -c RaceHorses.cfg -q 37 -f 65 -v 6 -dph 1
test2
EncoderApp.exe -c ..\cfg\encoder_randomaccess_vtm.cfg -c RaceHorses.cfg -q 37 -f 65 -v 6 -dph 1 -fs 32 -f 33
POC 48 of test 1 should be the same as POC 16 of test2 but actually not.
Thanks Jani for the report.
Change history (2)
comment:1 Changed 5 years ago by XiangLi
- Milestone set to VTM-7.0
- Owner set to XiangLi
- Status changed from new to assigned
comment:2 Changed 5 years ago by XiangLi
- Resolution set to fixed
- Status changed from assigned to closed
Note: See TracTickets for help on using tickets.
Fixed in https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/1000