Custom query (105 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 105)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#20 fixed Mismatch of SHVC draft 5 and SHM-5.0 software in bit-depth scalability with 1x scalability Vadim auyeung
Description

When bit-depth scalability is enabled with 1x spatial scalability, SHM-5.0 software does not match the specification of the resampling process in section H.8.1.4 of SHVC working draft 5.

SHVC draft 5 section H.8.1.4 specifies that when the base layer and enhancement layer have the same picture sizes, same internal bit-depths, and zero scaled reference layer offsets, the inter-layer reference picture ilRefPic is set equal to the decoded reference layer picture rlPic.

However in SHM-5.0, when the base layer and enhancement layer have the same picture sizes and zero scaled reference layer offset, the inter-layer reference picture ilRefPic is set equal to the decoded reference layer picture rlPic without checking the bit-depth difference of BL and EL. Consequently, SHM-5.0 does not support bit-depth scalability with 1x scalability in the inter-layer prediction process.

This bug was reported in JCTVC-Q0130, and two implementations of the bug fix are in the software attached in JCTVC-P0130-v2 with the following two macros:

  • BIT_DEPTH_AND_1X_SCALABILTY_FIX1
  • BIT_DEPTH_AND_1X_SCALABILTY_FIX2
#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.

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