Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 1442)

Ticket Resolution Summary Owner Reporter
#1420 fixed Palette predictor derivation Vadim
Description

When multiple QPs are checked at encoder, palette predictor is not correctly initialized inside the loop over QPs. Attached patch relative to SCM-5.2 may solve the problem.

#1419 fixed Problem with reused and new palette entries calculation at encoder Vadim
Description

If palette predictor contains repeated entries, encoder may crash while calculation reused and new entries, since the number of reused entries may exceed the palette size, and "uiNumPLTRceived--" can be negative, however it has unsigned type. Attached patch relative to SCM-5.2 may solve the problem.

#1418 fixed IntraBC check in predInterSearch Vadim
Description

In predInterSearch, there can be a case when AMVP is not used and merge mode is not tried when all candidates are IntraBC. This will lead to an encoder crash at MC since reference indices are equal to -1. Attached patch may solve the problem.

Note: See TracQuery for help on using queries.