Opened 12 years ago Closed 12 years ago #883 closed enhancement (fixed)typos and potential editorial changes in 8.7.2 Deblocking filter process
Description
8.7.2.1 Derivation process of transform block boundary
Specify edgeFlags also as an input to the process.
trafoDepth1 -> trafoDepth
8.7.2.2 Derivation process of prediction block boundary
Specify edgeFlags also as an input to the process.
8.7.2.4.2 Horizontal edge filtering process
for chroma:
For xDk set equal to k << 2, k = 0..nD*2 − 1, the following applies.
8.7.2.4.3 Decision process for luma block edges
dqp -> dpq (in 3 places)
8.7.2.4.4 Filtering process for luma block edges
the locations ( xC + xB +i, yC + yB + k ), ( xC + xB - i - 1, yC + yB + k )
(parameters are swapped; more accurate would be to explicitly assign actual to formal arguments whenever they have different names or the actual argument is an expression)
for EDGE_VER:
recPictureL[ xC + xB + k ][ yC + yB − i − 1 ] = pi’ (8 299)
recPictureL[ xC + xB + k ][ yC + yB + j ] = qj’ (8 300)
8.7.2.4.5 Filtering process for chroma block edges
Input bS could be removed, it is always equal to 2.
slice_cb_qp_offset or slice_cb_qp_offset
8.7.2.4.6 Decision process for a luma sample
i = 0..3
8.7.2.4.7 Filtering process for a luma sample
When nDp is greater than 0 and one or more of the following conditions are true for i = 0..nDp-1, nDp is set equal to 0 Change History (5)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by bbross
comment:3 Changed 12 years ago by bbross
comment:4 Changed 12 years ago by bbross
comment:5 Changed 12 years ago by bbross
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Fixed in JCTVC-L1003_v2.