View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000336 | JVT JM H.264/AVC reference software | encoder | public | 2013-12-24 08:55 | 2013-12-24 08:55 |
| Reporter | Fangzhen Hu | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Platform | Visual Studio 2008 | OS | Window 7 | OS Version | 32 bit |
| Product Version | JM 18.5 | ||||
| Summary | 0000336: Rate Control has some incompatibility problems with the Picture based Multi-pass encoding | ||||
| Description | If I enable the RC mode 0, and use the frame level RC, the encode runs well. However, when I use the MB level RC, if the option "RDPictureDecision" is enabled,the encoder will output some errors like: Write into invalid memory in updateRCModel at frame 4, p_quad->NumberofBasicUnit -1 Write into invalid memory in updateRCModel at frame 4, p_quad->NumberofBasicUnit -2 Write into invalid memory in updateRCModel at frame 4, p_quad->NumberofBasicUnit -3 Write into invalid memory in updateRCModel at frame 4, p_quad->NumberofBasicUnit -4 Write into invalid memory in updateRCModel at frame 4, p_quad->NumberofBasicUnit -5 ..... This will be output by function updateRCModel when the option "BasicUnit" is great than 0. If the option "RDPictureDecision" is disabled, the MB level RC works well. | ||||
| Steps To Reproduce | RateControlEnable=1, BasicUnit=1(>0) RDPictureDecision=1, | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2013-12-24 08:55 | Fangzhen Hu | New Issue |