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.

[参考译文] TDA4VM:MSC 标度

Guru**** 2465890 points
Other Parts Discussed in Thread: TDA4VM

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1475800/tda4vm-msc-scale

器件型号:TDA4VM

工具与软件:

您好、TI 专家!

SDK8.6、

scalerObj->node = TIvxVpacMscScaleNode (图、输入、output1、output2、output3、 output4、output5);

#1 :使用 TDA4VM VPAC_MSC SCALE 函数时,我们是否需要考虑 缩放输出图像的宽高比

例如、source_img: 1920x1536 dst_img: 1280*800

scalerObj->node = TIvxVpacMscScaleNode (图表、 1920*1536, 1280*800 output2、output3、output4、output5);

#2 :当使用 tivxVpacMscScaleNode 将1920*1536直接输出到1280*800时, 是否会导致图像失真或失真?

期待您的回复。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    是的、在应用中需要考虑这一点。 MSC 只是从输入 分辨率向下扩展到输出分辨率。  

    此致、

    Brijesh

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    谢谢