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.

HDVICP options of DM8147

Other Parts Discussed in Thread: TMS320DM8147

Greetings,

I have an inquiry about H.264 codec engine of DM8147. I wonder if it is possible to turn on/off H.264 encoding modes in HDVICP. For instance,

- to choose between inter and intra-frame encoding

- to select one of intra-frame prediction modes

- to activate/deactivate rate constraint control

Thank you very much for your earliest response.

 

Best Regards,

Mohammad

  • Hi Mohammad,

    All the requested options can be achived with the codec interface.

    For

    Mohammad Kiaei said:
    to choose between inter and intra-frame encoding
    you can appropriately set the intra frame interval or send command to encode Intra frame forcifully by FORCE_INTRA.

    Mohammad Kiaei said:
    - to select one of intra-frame prediction modes

    Look for the parameter lumaIntra4x4enable lumaIntra8x8enable  in the interface file or User Guide for more info.

    Mohammad Kiaei said:
    - to activate/deactivate rate constraint control

    This can be done changing rcPreset. Look for more info  in the interface file or User Guide.

     

    Regards,

    Venugopala Krishna

  • Hi Venugopala,

     

    Thanks a lot for your answers. Please let me know where I can find the interface file and the User's Guide. I checked the following link and found the Reference Manual but not the User's Guide:

    http://focus.ti.com/docs/prod/folders/print/tms320dm8147.html

     

    Regards,

    Mohammad