View Issue Details

IDProjectCategoryView StatusLast Update
0000222JVT JM H.264/AVC reference softwaredecoderpublic2010-08-19 11:05
Reporteralanyan Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Product VersionJM 17.1 
Summary0000222: Under some situation, loop filter operation may be skipped!
DescriptionIn loop_filter_mbaff.c, line 452, when MbQ->DFDisableIdc!=0, the following operation is skipped. But this is not true when MbQ->DFDisableIdc equals to 2.
TagsNo tags attached.

Activities

alanyan

2010-08-19 11:05

reporter   ~0000387

For this report, I mean this line in loop_filter_mbaff.c, line 452, "if (MbQ->DFDisableIdc == 0)" is too strong a condition, which will make MbQ->DFDisableIdc equals to 2 also skip filtering operation. But this is obviously not true according to the spec.

Issue History

Date Modified Username Field Change
2010-07-08 11:07 alanyan New Issue
2010-08-19 11:05 alanyan Note Added: 0000387