Custom query (1557 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 1557)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#1152 fixed yL in eq. (938) zhou
Description

Should yL in equation (938) be replaced with yL(subscript)?

#1567 fixed xCheckIdenticalMotion() returns true for 2 different ILRPs nikolai.shostak
Description

xCheckIdenticalMotion() relies on POCs only to detect identical reference pictures.

2 ILRP reference pictures will have the same POCs but may have different layer IDs. So, reference picture layer IDs needs to be checked as well.

MR is coming.

#510 fixed wrong usage of bottom_right_brick_idx_delta[ i ] for deriving BottomRightBrickIdx[ i ] in slice signalling jeromnhsu
Description

In spec, the semantic of brick_idx_delta_sign_flag[ i ] indicates a sign for bottom_right_brick_idx_delta[ i ], however, in the derivation of BottomRightBrickIdx[ i ], brick_idx_delta_sign_flag[ i ] is not used like that. In (7-43), should BottomRightBrickIdx[ i ] = bottom_right_brick_idx_delta[ i ] ] +( ( i = = 0 ) ? 0 :

( brick_idx_delta_sign_flag[ i ] ? BottomRightBrickIdx[ i − 1 ] : −BottomRightBrickIdx[ i−1 ] )

be BottomRightBrickIdx[ i ] = ( i = = 0 ) ? bottom_right_brick_idx_delta[ i ] : BottomRightBrickIdx[ i−1 ] + ( brick_idx_delta_sign_flag[ i ] ? bottom_right_brick_idx_delta[ i ] : −bottom_right_brick_idx_delta[ i ]) Moreover, according to the semantics of bottom_right_brick_idx_delta[ i ], bottom_right_brick_idx_delta[ 0 ] is not needed and bottom_right_brick_idx_delta[ i ] is needed to be signalled if i > 0

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.