View Issue Details

IDProjectCategoryView StatusLast Update
0000344JVT JM H.264/AVC reference softwareencoderpublic2014-07-08 18:21
ReporterMehdi Semsarzadeh Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
OSwindows 7 
Product VersionJM 18.5 
Summary0000344: Error in assignment of PMVy
Descriptionin function "UMHEXSetMotionVectorPredictor()" of file me_umhex.c, line 1271:
if (!p_Vid->mb_aff_frame_flag || hv==0)
forces the PMVy to get the X value of its neighbors instead of Y, when the frame is in progressive format.
it should change to:
if (hv==0)
Steps To ReproduceIf you go to this line and trace the loop for assignment of PMV_Y (hv=1) you will realize that MV_X of neighboring blocks is assigned to PMV_Y.
TagsNo tags attached.

Activities

Mehdi Semsarzadeh

2014-07-08 18:15

reporter  

encoder.cfg (50,479 bytes)

Issue History

Date Modified Username Field Change
2014-07-08 18:15 Mehdi Semsarzadeh New Issue
2014-07-08 18:15 Mehdi Semsarzadeh File Added: encoder.cfg
2014-07-08 18:21 Mehdi Semsarzadeh Severity minor => major