Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 1442)

Ticket Resolution Summary Owner Reporter
#1436 fixed non-used variable "controlParaAct" yejiangli
Description

Variable “controlParaAct” in 8.4.1, but no related sentence in 8.4.4.1 In 8.4.1, there is “The general decoding process for intra blocks as specified in clause 8.4.4.1 is invoked with the location ( xCb, yCb ), the variable log2TrafoSize set equal to log2CbSize, the variable trafoDepth set equal to 0, the variable predModeIntra set equal to IntraPredModeY[ xCb ][ yCb ], the variable cIdx set equal to 0 and variable controlParaAct equal to 1 as inputs, and the output is the residual sample array resSamplesL.”

While in 8.4.4.1, there is no input about “controlParaAct”. The variable “controlParaAct” only occurs in 8.4.1.

Suggest to remove the variable “controlParaAct” in the draft.

#1435 fixed Inconsistent naming: residual_adaptive_colour_transform_flag rajan_joshi yejiangli
Description

There is no explanation about variable “residual_adaptive_colour_transform_flag” in the draft. And “residual_adaptive_colour_transform_flag” only occurs in 8.4.1 General decoding process for coding units coded in intra prediction mode.

“residual_adaptive_colour_transform_flag” would be “ residual_adaptive_colour_transform_enabled_flag” in the draft instead.

#1434 fixed Contradictions in spec, and typos. rajan_joshi adil.parvez
Description

In 8.4.1 General decoding process for coding units coded in intra prediction mode, the invocations of decoding process 8.4.4.1 use controlParaAct, however controlParaAct is not an input to this process and is not used within. This looks like a remnant of an old draft and should be removed.

In 7.1 Method of specifying syntax in tabular form, it is claimed that 'When syntax_element appears, it specifies that a syntax element is parsed from the bitstream'. However, in 7.4.3.3.3 Picture parameter set screen content coding extension semantics, the spec says 'The values of pps_act_y_qp_offset, pps_act_cb_qp_offset and pps_act_cr_qp_offset are derived as pps_act_y_qp_offset_plus5 − 5, pps_act_cb_qp_offset_plus5 − 5 and pps_act_cr_qp_offset_plus3 − 3 respectively'. This is a contradiction, since pps_act_{y,cb,cr}_qp_offset are derived variables. Consider renaming to PpsAct{Y,Cb,Cr}QpOffset. (This also contradicts the text of 5.10 Variables, syntax elements, and tables).

In 7.3.2.3.1 General picture parameter set RBSP syntax, there is a typo ... if (pps_scc_extension_flag)

pps_scc_extension_flag()

... should be ... if (pps_scc_extension_flag)

pps_scc_extension()

...

Note: See TracQuery for help on using queries.