Custom query (105 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 105)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#96 fixed get scaled ref window from PPS Vadim kolya
Description

In compressGOP it is proposed to have the following

const Window &scalEL = pcSlice->getPPS()->getScaledRefLayerWindowForLayer(refLayerId); const Window &windowRL = pcSlice->getPPS()->getRefLayerWindowForLayer(pcSlice->getVPS()->getRefLayerId(m_layerId, refLayerIdc));

instead of taking window parameters from TEncTop

#95 fixed Temporal layer bitstream constraints jlchen Vadim
Description

There are the following constraints defined in the semantics of inter_layer_pred_layer_idc[i].

It is a requirement of bitstream conformance that for each value of i in the range of 0 to NumActiveRefLayerPics − 1, inclusive, either of the following two conditions shall be true:

  • The value of max_tid_il_ref_pics_plus1[ LayerIdxInVps[ RefPicLayerId[ i ] ] ][ LayerIdxInVps[ nuh_layer_id ] ] is greater than TemporalId.
  • The values of max_tid_il_ref_pics_plus1[ LayerIdxInVps[ RefPicLayerId[ i ] ] ][ LayerIdxInVps[ nuh_layer_id ] ] and TemporalId are both equal to 0 and the picture in the current access unit with nuh_layer_id equal to RefPicLayerId[ i ] is an IRAP picture.

It seems that highlighted temporal Id should be temporal Id of the reference layer picture rather than the current picture TemporalId.

#94 fixed decoder crashed on reference bitstreams Vadim kolya
Description

(on behalf of Pavel Kryuchkov pavel.kryuchkov@…)

ADAPTRES_A_ERICSSON_1.bit CONFCROP_A_VIDYO_1.bit, CONFCROP_B_VIDYO_1.bit PSEXT_A_VIDYO_1.bit, REPFMT_B_VIDYO_1.bit, REPFMT_C_VIDYO_1.bit, RESCHANGE_A_VIDYO_1.bit

Assertion failed: m_fifo_idx + num_bytes_to_load < m_fifo.size(), file c:\users\ pkryuchk\nganalyzerqt-shm_code_cov\source\lib\tlibcommon\tcombitstream.cpp, line

304

DPB_A_VIDYO_1.bit, HYBRID_A_QUALCOMM_1.bit

*ERROR* A decoding mismatch occured: signalled md5sum does not match

DPB_B_VIDYO_1.bit

Assertion failed: uiCode == 1, file c:\users\pkryuchk\nganalyzerqt-shm_code_cov\ source\lib\tlibdecoder\tdeccavlc.cpp, line 2232

INBLD_A_NOKIA_1.bit, LAYERID_A_NOKIA_1.bit, REFLAYER_A_VIDYO_1.bit, REFLAYER_B_VIDYO_1.bit

Assertion failed: std::find(passedCheck.begin(), passedCheck.end(), numIncludedL ayers) != passedCheck.end(), file c:\users\pkryuchk\nganalyzerqt-shm_code_cov\so urce\lib\tlibdecoder\tdeccavlc.cpp, line 3052

REFLAYER_D_VIDYO_2.bit

Has stopped working, no logs

SREXT_C_FUJITSU_1.bit

Assertion failed: 0, file c:\users\pkryuchk\nganalyzerqt-shm_code_cov\source\lib \tlibdecoder\tdectop.cpp, line 464

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