Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 1442)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#873 fixed ctDepth[ xL ][ yL ] is used in Table 9-38 although not defined as global array bbross Gerhard
#413 fixed Missing condition for Eq. (7-24) in calculation of Log2MinCUDQPSize bbross Haoping Yu
Description

In the semantics of max_cu_qp_delta_depth, the variable Log2MinCUDQPSize is calculated as in Eq. (7-24) only when max_cu_qp_delta_depth is greater than 0. However, this condition is missing in the current CD text. Suggested fix: add this condition as below. When max_cu_qp_delta_depth>0, the variable Log2MinCUDQPSize specifying the minimum size of coding units that convey cu_qp_delta, is derived as follows. Log2MinCUDQPSize = Log2MaxCUSize − (max_cu_qp_delta_depth − 1) (7-24)

In addition, a typo in “Its a requirement of bitstream conformance …” should be replaced by “It is a requirement of bitstream conformance …”.

#1469 fixed Typo in the Equation (8-100) Haruhiko
Description

The equation (8-100) in the current spec(JCTVC-w1005_v4, N15895) is: uLX[1] = ((((mvpLX[0] >> 2) + mvdLX[0]) << 2) + 216) % 216 But I think it should be: uLX[1] = ((((mvpLX[1] >> 2) + mvdLX[1]) << 2) + 216) % 216

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.