Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 1442)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#22 fixed Boolean SymbolMode variable in TComTrQuant.h anonymous
Description

TComTrQuant.h:

#if NEWVLC

Bool m_iSymbolMode;

#endif

seems to be:

#if NEWVLC

Int m_iSymbolMode;

#endif

To prevent potential bug.

#23 fixed SIFO and directional filter incompatibilities Kemal Ugur
Description

Minor software issues related to SIFO: i) For B pictures directional filter is not checked properly. ii) Filter coefficients for directional is not switched as in separable filter.

#24 fixed meaning of --InterpFilterType=3 or 4 is not constant davidf davidf
Description

If HHI_INTERP_FILTER==1, TEN_DIRECTIONAL_INTERP==1, then --InterpFilterType=3 is IPF_TEN_DIF

If HHI_INTERP_FILTER==1, TEN_DIRECTIONAL_INTERP==0, then --InterpFilterType=3 is undefined

If HHI_INTERP_FILTER==1, TEN_DIRECTIONAL_INTERP==0, defined QC_SIFO then --InterpFilterType=3 is IPF_QC_SIFO

If HHI_INTERP_FILTER==1, TEN_DIRECTIONAL_INTERP==1, defined QC_SIFO then --InterpFilterType=4 is IPF_QC_SIFO

The attached patch fixes this issue.

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