Opened 6 years ago
Closed 6 years ago
#657 closed defect (fixed)
Mismatch with vtm on lmcs_data() syntax
| Reported by: | forayr | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | spec | Version: | VVC D7 vB |
| Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
To align the specification with vtm, the following change should be done:
for( i = lmcs_min_bin_idx; i <= LmcsMaxBinIdx; i++ ) {
lmcs_delta_abs_cw[ i ]
if( lmcs_delta_abs_cw[ i ] ) > 0 )
lmcs_delta_sign_cw_flag[ i ]
- lmcs_delta_abs_crs
- if( lmcs_delta_abs_crs ) > 0 )
- lmcs_delta_sign_crs_flag
}
+ lmcs_delta_abs_crs
+ if( lmcs_delta_abs_crs ) > 0 )
+ lmcs_delta_sign_crs_flag
Change history (1)
comment:1 Changed 6 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Good catch! Thanks for reporting.
This will be fixed JVET-P2001-vC.