Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 1442)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#580 fixed unmatch over lossless coding spring
Description

When I run the lossless coding under lowdelay configuration for sequence BQSquare_416x240_60.yuv or SlideEditing_1280x720_30, the decoder does not match the encoder. Can you help to fix this problem?

I use the default setting with the following flags set as 1. LosslessCuEnabled : 1 # 1: Set "qpprime_y_zero_transquant_bypass_flag=1" and enable the lossless mode as well as the RD-based mode selection process. TransquantBypassEnableFlag: 1 # Value of PPS flag. CUTransquantBypassFlagValue: 1 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1.

#1008 fixed uniform_spacing_flag should be inferrable bbross vlad
Description

I propose to add wording:

"When not present, the value of uniform_spacing_flag is inferred to be equal to 1".

to "uniform_spacing_flag" semantic description, otherwise scanning process defined by: 6.5.1 Coding tree block raster and tile scanning conversion process is not well defined.

7.4.2.3 Picture parameter set RBSP semantics uniform_spacing_flag equal to 1 specifies that tile column boundaries and likewise tile row boundaries are distributed uniformly across the picture. uniform_spacing_flag equal to 0 specifies that tile column boundaries and likewise tile row boundaries are not distributed uniformly across the picture but signalled explicitly using the syntax elements column_width_minus1[ i ] and row_height_minus1[ i ]. When not present, the value of uniform_spacing_flag is inferred to be equal to 1.

Wlodzimierz

#427 fixed uniform_spacing_flag related code needs to be cleaned up ksuehring
Description

uniform_spacing_flag is represented in the code using the term UniformSpacingIdr. This should be changed to a boolean flag to match the text.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.