Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 96)

Ticket Resolution Summary Owner Reporter
#71 fixed IC parameters is meaningless in HTM when no training samples are available tech HongbinLiu
Description

In 3D-HEVC text, when no training samples are available for training IC parameters, IC is not performed, this is reasonable. However, in HTM, meaningless IC parameters are used in this case.

Should align HTM with 3D-HEVC text.

#72 fixed Bi-prediction disabling for DBBP: A potential bug when the derived direction for merge DBBP is PRED_BI tech zxgvideo
Description

In the current WD text, I only found the following limitation for the prediction direction of DBBP. I.7.4.9.6 It is a requirement of bitstream conformance that, when dbbp_flag[ x0 ][ y0 ] is equal to 1, inter_pred_idc[ x0 ][ y0 ] shall not be equal to PRED_BI. However, the HTM has forced any inherited bi-prediction MV in DBBP to be forward prediction. I think, a bug-fix should be added on I.8.5.3.2.1, point 14 as following

  1. When predFlagL0 is equal to 1 and predFlagL1 is equal to 1, and ( nOrigPbW + nOrigPbH ) is equal to 12 or dbbp_flag is equal to 1, the following applies:

refIdxL1 = −1 predFlagL1 = 0

#74 fixed Support for more then 10 views tech kwegner
Description

Currently view dependent options from configuration file are parsed wrong. In particular more than 10 views cannot be parsed correctly. Following bugfix solves the problem

In file program_options_lite.h,line 389 following should be added cNameBuffer .resize( name.size() + 10 );

Note: See TracQuery for help on using queries.