﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
69	AMVRES 1/8th 6-tap DCT-IF bug	jianle.chen@…		"3/8th and 5/8th position coefficients of 6-tap DCT-IF filter have bugs because of typos.

The 6 taps coefficients in TMuC 0.71 with QC_AMVRES on.
    {    11,  -42,  196,  118,  -36,    10 },	// 3/8
    {    10,  -36,  196,  118,  -42,    11 },	// 5/8

Sum of the coefficients should be 256, while that of current coefficients is 257.

The correct coefficients should be
    {    11,  -43,  196,  118,  -36,    10 },	// 3/8
    {    10,  -36,  196,  118,  -43,    11 },	// 5/8

"	defect	closed	minor		HM		fixed		fbossen ksuehring davidf jct-vc@…
