Opened 4 years ago

Closed 2 years ago

#1025 closed defect (fixed)

--TargetOutputLayerSet=<intermediate OSLs> fails to decode

Reported by: iole.moccagatta Owned by:
Priority: major Milestone:
Component: VTM Version: VTM-8.0
Keywords: TargetOutputLayerSet spatial scalability Cc: ksuehring, XiangLi, fbossen, jvet@…

Description

VTM fails to decoder when using --TargetOutputLayerSet set to intermediate layers of spatial scalability streams.

Example:

SPALSCAL_A_Qualcomm_1 located in /jvet-site/bitstream_exchange/VVC/under_test/VTM-incompatible
NOTE: this stream is decodable by VTM8.0 + MR1489. MR1489 has been merged.

Spatial scalability with noncontinuous 3 layers 0, 30, 50.

Decoder fails with --TargetOutputLayerSet=0 and TargetOutputLayerSet=1. Decoder decodes correctly with --TargetOutputLayerSet=2. Details bellow

===========================

DecoderAppStatic -b SPALSCAL_A_Qualcomm_1.bit --TargetOutputLayerSet=0 -o dec.yuv

VVCSoftware: VTM Decoder Version 8.0 [Linux][GCC 5.5.0][64 bit] [SIMD=AVX2]
POC 0 LId: 0 TId: 0 ( I-SLICE, QP 21 ) [DT 0.008] [L0] [L1] [MD5:6255c2f22f83e4f3a7eeea2fd33c2c92,d3197f45b0406f2bd21cc4f207619a50,9107f157c1e995325173dc2ec391158c,(OK)]

ERROR: In function "checkAuApsContent" in VVCSoftware_VTM/source/Lib/CommonLib/../CommonLib/Slice.h:3193: APS does not exist

DecoderAppStatic -b SPALSCAL_A_Qualcomm_1.bit --TargetOutputLayerSet=1 -o dec.yuv

VVCSoftware: VTM Decoder Version 8.0 [Linux][GCC 5.5.0][64 bit] [SIMD=AVX2]
POC 0 LId: 0 TId: 0 ( I-SLICE, QP 21 ) [DT 0.005] [L0] [L1] [MD5:6255c2f22f83e4f3a7eeea2fd33c2c92,d3197f45b0406f2bd21cc4f207619a50,9107f157c1e995325173dc2ec391158c,(OK)]
POC 0 LId: 30 TId: 0 ( I-SLICE, QP 21 ) [DT 0.005] [L0] [L1] [MD5:88511abd96c31d46236f0227d0f9b705,451ce7272b9856a8ca7b6bafc260772c,a87b30f55e01313546a1f0eb143f7aec,(OK)]

ERROR: In function "checkAuApsContent" in VVCSoftware_VTM/source/Lib/CommonLib/../CommonLib/Slice.h:3193: APS does not exist

Change history (1)

comment:1 Changed 2 years ago by fbossen

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

Can't reproduce issue with current master and SPATSCAL_A_Qualcomm_3

Note: See TracTickets for help on using tickets.