View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000106 | JVT JM H.264/AVC reference software | encoder | public | 2008-04-08 12:04 | 2008-05-07 19:17 |
Reporter | Conrad Ho | Assigned To | Karsten Suehring | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | JM 13.2 | ||||
Fixed in Version | JM-14.1 | ||||
Summary | 0000106: Code missing in IntraChromaPrediction() | ||||
Description | By comparing IntraChromaPrediction() with IntraChromaRDDecision(), the following code segment is missing. if ( img->MbaffFrameFlag && img->field_mode ) { for (i=0;i<cr_MB_y;i++) { left[i].pos_y = left[i].pos_y >> 1; } } Adding this may help for supporting MbInterlace=1 or 3 when RDOptimization=0. Please consider. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2008-04-08 12:04 | Conrad Ho | New Issue | |
2008-05-07 19:17 | Karsten Suehring | Status | new => resolved |
2008-05-07 19:17 | Karsten Suehring | Fixed in Version | => JM-14.0-dev |
2008-05-07 19:17 | Karsten Suehring | Resolution | open => fixed |
2008-05-07 19:17 | Karsten Suehring | Assigned To | => Karsten Suehring |
2008-05-07 19:17 | Karsten Suehring | Note Added: 0000183 |