View Issue Details

IDProjectCategoryView StatusLast Update
0000106JVT JM H.264/AVC reference softwareencoderpublic2008-05-07 19:17
ReporterConrad Ho Assigned ToKarsten Suehring  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product VersionJM 13.2 
Fixed in VersionJM-14.1 
Summary0000106: Code missing in IntraChromaPrediction()
DescriptionBy 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.
TagsNo tags attached.

Activities

Karsten Suehring

2008-05-07 19:17

administrator   ~0000183

fixed according to suggestion

Issue History

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