Custom query (1557 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 1557)

Ticket Resolution Summary Owner Reporter
#63 fixed Bug fix of the case when both WCG_EXT and FULL_NBIT macro is 1. chujoh
Description

The following codes should be changed around line 608 in EncCu.cpp.

From

Int bitdepth_luma_qp_scale = 0;

to

#if FULL_NBIT

Int bitdepth_luma_qp_scale = 6 * (slice->getSPS()->getBitDepth(CHANNEL_TYPE_LUMA) - 8);

#else

Int bitdepth_luma_qp_scale = 0;

#endif

#64 fixed Better description of cube face alignement in documentation jsauer
Description

Hi,

I believe the documentation for the 360Lib can be misleading in respect to how the cube faces are aligned/rotated to each other. I attached two figures showing what I believe to be the correct alignement of the cases that:

  • none of the faces is rotated
  • the default compact layout is used
#65 fixed typos and unused variables in section 6.4 hanhuang
Description

typo 1: "btSplit" in caption of Table 6-3 should be "ttSplit". typo 2: missing "a MaxMttDepth offset depthOffset" as input to 6.4.2

"a partition index partIdx" seems to be an unnecessary input to 6.4.2

The variables partOffsetX and partOffsetY derived in section 6.4 are not used.

Note: See TracQuery for help on using queries.