Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 1442)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#1104 invalid Filtering process of neighbouring samples is missing in our code David Flynn jesanluo
Description

according to 8.4.4.2.3 of JCTVC-L1003_v34,we need filter the neighbouring sample in two ways, but this is missing

#1105 invalid colPb location hadn't be correct David Flynn jesanluo
Description

accodding to 8.5.3.2.7 of JCTVC_L1003_V34 , the location of colPb need align with 16, but this is not corrected on HM-10

#1042 fixed defect of function initSigLastScan in TLibCommon/TComRom.cpp Falei Luo luofl1992
Description

When I was compiling the source files with ndk-buildhttp://developer.android.com/tools/sdk/ndk/index.html, I found a problem of function initSigLastScan in TCommon/TComRom.cpp by keeping logs.

  if( iWidth > 4 )
  {
    UInt uiNumBlkSide = iWidth >> 2;
    UInt uiNumBlks    = uiNumBlkSide * uiNumBlkSide;
// Uint log2Blk default(-1) + 1 -> 0, but it becomes 256 in my compiler.
// So I suggest that log2Blk's type be fixed as Char.
// My Android app broke down because of this.
    Char log2Blk      = g_aucConvertToBit[ uiNumBlkSide ] + 1;
1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.