RTL bug of H264. VPU lib

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

RTL bug of H264. VPU lib

1,159 次查看
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.

标签 (4)
标记 (2)
0 项奖励
回复
1 回复

1,047 次查看
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 项奖励
回复