View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000344 | JVT JM H.264/AVC reference software | encoder | public | 2014-07-08 18:15 | 2014-07-08 18:21 |
Reporter | Mehdi Semsarzadeh | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
OS | windows 7 | ||||
Product Version | JM 18.5 | ||||
Summary | 0000344: Error in assignment of PMVy | ||||
Description | in 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 Reproduce | If 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. | ||||
Tags | No tags attached. | ||||
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 |