Opened 4 years ago

Closed 4 years ago

#839 closed defect (fixed)

Typo in equation 1226 (Residual modification process)

Reported by: siwamura Owned by:
Priority: minor Milestone:
Component: spec Version: VVC D8 vB
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

There might be a type in equation 1226.

"r_cr[ x ][ y ] += r_cr[ x ][ y ]"

shoule be

"r_cr[ x ][ y ] += r_cb[ x ][ y ]"

Change history (3)

comment:1 Changed 4 years ago by jonathang

Ticket #872 has been marked as a duplicate of this ticket.

comment:2 Changed 4 years ago by jlchen

"YCoCg-R to RGB" is as follows. I think you're right. This will be fixed in vE release if no concern is raised.

tmp = Y - Cg/2;
G = Cg + tmp;
B = tmp - Co/2;
R = B + Co;

comment:3 Changed 4 years ago by bbross

  • Resolution set to fixed
  • Status changed from new to closed

Thanks for bringing this up.

This is fixed in D9.

Note: See TracTickets for help on using tickets.