Opened 4 years ago

Closed 4 years ago

#825 closed defect (fixed)

Typos in equation 62

Reported by: tajime Owned by:
Priority: minor Milestone:
Component: spec Version:
Keywords: Cc: vzakharc, yuwenhe, jvet@…

Description

There are two typos in equation 62.

"qpInVal[i][0] = -qp_table_start_minus26[i] + 26" should be replaced with "qpInVal[i][0] = qp_table_start_minus26[i] + 26".

"for(j=0; j<+ num_points_in_qp_table_minus1[i]; j++){" should be replaced with "for(j=0; j<= num_points_in_qp_table_minus1[i]; j++){".

Change history (3)

comment:1 Changed 4 years ago by tajime

  • Component changed from 360Lib to spec

comment:2 Changed 4 years ago by delagrangep

Agreed. Thank you !

comment:3 Changed 4 years ago by jlchen

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

Thanks for reporting the typos. Will be fixed in the next release.

Note: See TracTickets for help on using tickets.