Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 1442)

Ticket Resolution Summary Owner Reporter
#744 fixed 8.7.2.4.5 Filtering process for chroma block edge bbross azaam
Description

In the paragraph: 8.7.2.4.5 Filtering process for chroma block edge Exactly in the equation (8-375) tC = tC′*(1<<(BitDepthY − 8)) It should be tC = tC′*(1<<(BitDepthC − 8)) or the current formula is correct?

#774 fixed 8.7.2.4.5 typo bbross jeromnhsu
Description

8.7.2.4.5 is for Filtering process for chroma block edges inputs ( xC, yC ) and ( xB, yB ) should be chroma locations as follows,

– a chroma location ( xC, yC ) specifying the top-left sample of the current chroma coding block relative to the top-left chroma sample of the current picture, – a chroma location ( xB, yB ) specifying the top-left sample of the current chroma block relative to the top left sample of the current chroma coding block,

#773 fixed 8.7.2.4.8 wrong chroma location index for pcm_flag bbross jeromnhsu
Description

the input of 8.7.2.4.8 are locations of p0 and q0, ( xP0, yP0 ) and ( xQ0, yQ0 ), which are chroma coordination so when pcm_flag is used, it should be pcm_flag[ 2*xP0 ][ 2*yP0 ] instead of pcm_flag[ xP0 ][ yP0 ]

Note: See TracQuery for help on using queries.