This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM81XX low lantency slice H.264


Hi,
     I fowllowed steps of spry301.pdf<low lantency design>. I have make the H.264 encode work in slice mode.And alread make the caputre into slice mode by VINx interrupt of ISS module.But there is only one differences between my work with the demo in spry301.pdf. My video source is interlace 576I. So I need to use the dei module to reduce the sawtooth between odd field and even field. The bad news is that the dei can not work in slice mode , it blend the slice. So I think the H.264 encode maybe can work in interlace mode. But it is also failure.
My question :
             1)Whether the demo in spry301.pdf can be used for Interlace video (576I)?
              2) How can I make the DEI module work in slice mode, but not blend the slice ?
             3) Whether the H.264 codecs can be create in blow mode ?(I failed)
                               GDR && IVIDEO_NUMROWS(slice in) && IVIDEO_SLICEMODE(slice out) && IVIDEO_INTERLACED

By the way The codecs version is 2.0, and IPNC DVRSK 3.5