Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 1442)

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
#46 fixed Low complexity entropy coder (LCEC) is broken for HHI_TRANSFORM_CODING=0 fbossen arilfuld@…
Description

Corrupt bitstream and encoder/decoder mismatch for

SymbolMode=0

and

#define HHI_TRANSFORM_CODING 0

I expect a fix within a day or so.

#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

#48 fixed bug found in TEncSearch.cpp inside SIFO motion search for different offsets fbossen rpanchal@…
Description

Inside the loop of ME for different offsets

for(UInt MEloop = 0; MEloop < NumMEOffsets; MEloop++) {

change

xPatternSearch_Bi ( pcPatternKey, piRefY, iRefStride, &cMvSrchRngLT, &cMvSrchRngRB, rcMv, ruiCost, pRefBufY, pcCU->getSlice()->isRounding() );

to

xPatternSearch_Bi ( pcPatternKey, piRefY, iRefStride, &cMvSrchRngLT, &cMvSrchRngRB, cMv_temp, uiCostTemp, pRefBufY, pcCU->getSlice()->isRounding() );

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.