RTL bug of H264. VPU lib

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RTL bug of H264. VPU lib

570 Views
endl
Contributor II

Hello 

In the imx-vpu-lib-3.0.35-4.1.0 source code I found the Workaround for RTL bug of H264 encoder on mx6q.

file: vpu_lib.c

function: vpu_EncStartOneFrame

    /* Workaround for RTL bug of H264 encoder on mx6q */

    if (cpu_is_mx6q() && (pCodecInst->codecMode == AVC_ENC))

        vpu_mx6_swreset(0);

      

What is this bug ? and why is bug so fixed ?

Thanks in advance.

Labels (4)
Tags (2)
0 Kudos
1 Reply

458 Views
Yuri
NXP Employee
NXP Employee

  Sorry, there is no additional information about the " RTL bug of H264 encoder on mx6q".


Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos