Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 1442)

Ticket Resolution Summary Owner Reporter
#1426 wontfix split_cu_flag specifies whether a coding quadtree is split into coding quadtrees. jk73.kim
Description

In "7.4.9.4 Coding quadtree semantics" (pp.100 in H.265-201504),

split_cu_flag[ x0 ][ y0 ] specifies whether a coding unit is split into coding units with ...

Even though the coding unit is what the syntax wants to describe, split_cu_flag is for a coding quadtree and the resulting leaf (if any) is a coding unit.

So, I think that it should be changed to

split_cu_flag[ x0 ][ y0 ] specifies whether a coding quadtree is split into coding quadtrees with ...

Thanks.

#1425 fixed refIdxL10zeroCandm and mvL10zeroCandm has typo jk73.kim
Description

In "8.5.3.2.5 Derivation process for zero motion vector merging candidates" (pp.140 in H.265-201504), refIdxL10zeroCandm and mvL10zeroCandm has typo.

It should be changed to "refIdxL1zeroCandm" and "mvL1zeroCandm".

Thanks.

#1424 fixed nCS1L is not defined but used jk73.kim
Description

In "8.5.2 Inter prediction process" (pp.130 in H.265-201504),

– Otherwise, if PartMode is equal to PART_nRx2N, ...

  1. ... ( xBl, yBl ) set equal to ( nCS1L + ( nCbSL >> 2 ), 0 ),

Becasue nCS1L is not defined but used, it should be changed to "( nCbSL >> 1 )".

Thanks.

Note: See TracQuery for help on using queries.