Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (82 - 84 of 1442)

Ticket Resolution Summary Owner Reporter
#1399 fixed line to remove kolya
Description

TAppEncCfg.cpp line 1486 has

uiAddCUDepth++;

that is never used later.

#1398 fixed Typos in the Text CFeldmann
Description

In ITU-T H.265 (10/2014) as well as JCTVC-R1013_v6 I found some typos:

In F.7.3.2.3.3: "if( resample_phase_set_prsent_flag[ i ] ) {" sould be "if( resample_phase_set_present_flag[ i ] ) {"

In F.7.3.2.3.5: "idxShiftY = idxY + ( ( i << ( cm_octant_depth − inpDepth ) )". There is one too many open brackets "(".

In H.8.1.4.2: ... "where xPb = xB << 4 and xPb = xB << 4, for" ... I guess the correct version is: ... "where xPb = xB << 4 and yPb = yB << 4, for" ...

Also in H.8.1.4.2: In steps 4 and 5 the index "xP" and "yP" are used multiple times. However, these indices were not defined in this context. I guess the correct indices are "xPb" and "yPb".

#1397 fixed extra variable kolya
Description

In TEncCu.cpp line 818:

UInt uiTargetPartIdx = 0;

this variable is always zero, so there is no need to arrange a variable.

Note: See TracQuery for help on using queries.