Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 96)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#35 fixed Same variable refIdxLX appears in both input and output arg lists tech dong.tian
Description

In sub-clause H.8.5.2.1.10, same variable refIdxLX appears in both input and output arg lists.

#36 fixed Range of distortion vaule for VSO tech parkmw
Description

In HTM 7.0r1, when performing VSO, sometimes distortion value can exceed the range of 32-bit integer.

This problem can be solved by changing the variable type "Dist" from 32-bit integer to 64-bit integer.

The bug-fix provides 0.1% bit-saving for synthesized views.

#37 fixed Missing condition in H.7.3.4 Slice header syntax tech parkmw
Description

In H.7.3.4 Slice header syntax,

... else if( layer_id ) {

slice_ic_enable_flag slice_ic_disable_merge_zero_idx_flag

} ...

should be replaced by

... else if( layer_id ) {

slice_ic_enable_flag if( slice_ic_enable_flag ) {

slice_ic_disable_merge_zero_idx_flag

}

} ...

in order to align with the HTM software implementation.

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