Custom query (1557 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 1557)

Ticket Resolution Summary Owner Reporter
#54 fixed Bug in RSP Projection aabbas
Description

When I try to code RSP projection in full resolution (8K), there is a problem and coding efficiency drops. This is due to incorrect padding (which was written for max 4K resolution).

#55 fixed #pragma optimize("", off) in JEM7.0 anjicheng
Description

In the JEM7.0, the following code is added in the “TComTrQuant.cpp” #if 1800 < _MSC_VER && _MSC_VER < 2000 #pragma optimize("", off) #endif The macro value “_MSC_VER”= 1900 for visual studio 2015. So for the VS2015, the above code makes the encoding time double for AI, and around 20-30% higher for RA and LD configurations. Maybe the purpose of that code is to prevent some potential compiler failure for VS2015. But for our VS2015, there is no problem found to remove that code. So, if you use VS2015, you may try to speedup JEM7.0 by remove that code.

#56 fixed WS-PSNR (codec) weight bug for ECP geertv
Description

WS-PSNR (codec) weight is set to 1 for ECP. Attached source code contains weight fix.

Note: See TracQuery for help on using queries.