Custom query (105 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 105)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#21 fixed The code for deriving (xRL, yRL) for inter-layer motion parameter derivation seems to be wrong Vadim danny
Description

TComDataCU::getBaseColCU() derives iBX and iBY for the reference layer luma sample location. However, it seems to lack the following shifting operations as specified in Eq. (H-51) of Section H.8.1.4.2.1: iBX = (iBX >> 4) << 4; iBY = (iBY >> 4) << 4;

#22 fixed A bug in parsing of ref_format() Vadim danny
Description

chroma_and_bit_depth_vps_present_flag should not be the first syntax element of rep_format() in TDecCavlc::parseRepFormat(). It should come after pic_height_in_luma_samples as specified in F.7.3.2.1.2.

#23 fixed Another bug in parsing of ref_format() Vadim danny
Description

When i-th rep_format() is not present in the bitstream, it shall be inferred from (i-1)-th rep_format(). This is missing in the software and the attached patch may be used to fix this.

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