Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 1442)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#736 fixed "quantization group" not defined in 8.6.1 bbross chadfogg
Description

Likely meant to be tied to the coded_sub_block_flag construction in 7.4.12 and lastSubBlock in 7.3.13. (discovered by Purvin.Pandit@…)

#930 fixed "short_term_ref_pic_set_idx" is undefined when Ceil(Log2(num_short_term_ref_pic_sets)) is equal to 0. bbross tajime
Description

In the WD, "short_term_ref_pic_set_idx" is undefined when Ceil(Log2(num_short_term_ref_pic_sets)) is equal to 0. I suggest to append "When not present, the value of short_term_ref_pic_set_idx is inferred to be equal to 0." to the end of its defnition.

For reference, in HM9.1 TDecCavlc::parseSliceHeader(), "short_term_ref_pic_set_idx" is defined bellow;

if (numBits > 0) {

READ_CODE( numBits, uiCode, "short_term_ref_pic_set_idx");}

else {

uiCode = 0;

}

#47 fixed #define HHI_INTERP_FILTER_KERNEL_FIX under #if HHI_AIS benjamin.bross@…
Description

In TypeDef.h the MOMS related define: #define HHI_INTERP_FILTER_KERNEL_FIX (l.71) is placed in the #if HHI_AIS (l.65) block. Solution: The #endif (l.73) should be moved to line 69

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