Changeset 1050 in 3DVCSoftware


Ignore:
Timestamp:
25 Aug 2014, 04:01:20 (10 years ago)
Author:
mediatek-htm
Message:
  1. Upload the simulation results of enabling the low-latency Illumination compensation encoding by setting the encoder config. parameter "IlluCompLowLatencyEnc" as "1". The file name is "3D_12_0(LowLatency_IC_On)_vs_3D_12_0.xls".
  2. Upload the simulation results of fixing the ticket #63. The file name is "FixOfTicket63(LowLatency_IC_On)_vs_3D_12_0(LowLatency_IC_On).xls".
  3. Remove the unknown characters in TComSlice.cpp to resolve the compiling error in Linux system.

By Yi-Wen Chen (yiwen.chen@…)

Location:
branches/HTM-12.0-dev1
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.0-dev1/source/Lib/TLibCommon/TComSlice.cpp

    r1049 r1050  
    1 /* The copyright in this software is being made available under the BSD
     1/* The copyright in this software is being made available under the BSD
    22 * License, included below. This software may be subject to other third party
    33 * and contributor rights, including patent rights, and no such rights are
     
    43784378  // When num_bitstream_partitions[ h ] is equal to 1 for any value of h in the range 1 to vps_num_layer_set_minus1, inclusive,
    43794379  // the value of layer_in_bsp_flag[ h ][ 0 ][ j ] should be equal to 0 for at least one value of j in the range 0 to
    4380   // NumLayersInIdList[ h ] 1, inclusive.
     4380  // NumLayersInIdList[ h ] ? 1, inclusive.
    43814381
    43824382
     
    43934393 
    43944394  // For any value of h in the range 1 to vps_num_layer_set_minus1, inclusive, the value of layer_in_bsp_flag[ h ][ i ][ j ]
    4395   // shall be equal to 1 for at most one value of i in the range of 0 to num_bitstream_partitions[ h ] 1, inclusive.
     4395  // shall be equal to 1 for at most one value of i in the range of 0 to num_bitstream_partitions[ h ] ? 1, inclusive.
    43964396
    43974397  for ( Int j = 0; j <= vps->getNumLayersInIdList( h ) - 1; j++ )
Note: See TracChangeset for help on using the changeset viewer.