﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
839	Error in strong intra smoothing formulas.	bheng	bbross	"There is a mismatch between the WD and the HM software regarding strong intra smoothing.  Specifically, the +32 for rounding in the following formulas should be added after the multiplication.

The additional parenthesis below would resolve the mismatch.

pF[ −1 ][ y ] = p[ −1 ][ −1 ] + (( y + 1 )*(p[ −1 ][ 63 ] − p[ −1 ][ −1 ]) + 32 ) >> 6 for y = 0..62	(8-30)

pF[ x ][ −1 ] = p[ −1 ][ −1 ] + (( x + 1 )*(p[ 63 ][ −1 ] − p[ −1 ][ −1 ]) + 32 ) >> 6 for x = 0..62	(8-32)
"	defect	closed	minor		Text	D9 (K1003) v9	fixed		bbross wjhan jct-vc@…
