Opened 3 years ago
Closed 3 years ago
#1512 closed defect (fixed)
Mismatch VTM/spec on locSumAbs derivation (Range Extension)
Reported by: | marie-pierre.gallasso | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | VTM-14.0 |
Component: | VTM | Version: | |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
When sps_persistent_rice_adaptation_enabled_flag == true, locSumAbs may be updated with HistValue variable according to proposal JVET-W2005-v1.docx.
In VTM : when sps_rrc_rice_extension_flag == false and sps_persistent_rice_adaptation_enabled_flag == true, decoding is made using deriveRice function (see ContextModelling.cpp). This function calls templateAbsSum function, which does not use HistValue.
Another function (templateAbsSumExt) seems to make similar computations but with the use of HistValue. Maybe this is this function that one would call.
Change history (2)
comment:1 Changed 3 years ago by dmytro.rusanovskyy
comment:2 Changed 3 years ago by fbossen
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Merge request !2121 was submitted to address ticket #1512.