Changes between Initial Version and Version 2 of Ticket #1167


Ignore:
Timestamp:
Sep 25, 2013, 12:51:54 PM (11 years ago)
Author:
ksuehring
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1167

    • Property Cc jct-vc@… added
  • Ticket #1167 – Description

    initial v2  
    11In HM12.0+Rext-4.1, a warning is sent out when transformSkipLog2MaxSize != 2.
    22
     3{{{
    34  if (m_transformSkipLog2MaxSize!=2 && m_useTransformSkipFast)
    45  {
     
    910    fprintf(stderr, "***************************************************************************\n");
    1011  }
     12}}}
    1113
    1214That is, to enable transformSkip on large TU sizes, the transformSkipFast should be disabled. Otherwise, transformSkip only works when PU is NxN. However, only a warning is given. Some people may not notice this point in their simulations.
     
    1416I suggest modify m_useTransformSkipFast to be false when m_transformSkipLog2MaxSize!=2. That is,
    1517
     18{{{
    1619  if (m_transformSkipLog2MaxSize!=2 && m_useTransformSkipFast)
    1720  {
     
    2225    fprintf(stderr, "***************************************************************************\n");
    2326  }
     27}}}

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • David Flynn(Subscriber, Participant)
  • Frank Bossen(Participant)
  • jct-vc@…(Subscriber)
  • Karl Sharman(Participant)
  • karl.sharman@…(Always)
  • Karsten Suehring(Participant, Always)