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:c7x 上 LUT 和 HIST 操作示例用法

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1431474/tda4vm-example-usage-of-lut-and-hist-operations-on-c7x

器件型号:TDA4VM
主题中讨论的其他器件:MATHLIB

工具与软件:

您好!

我找不到关于 LUT/HIST 操作用途的大量信息。 您能不能就此分享示例/文档?

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

    尊敬的 Akhil:

    LUT/HIST API 记录在编译器的头文件(例如:TI-CGT-c7000_4.1.0.LTS/include)中的 c7x_luthist.h 文件中。  

    就 LUT (查找表)和 HIST (直方图)的源代码示例而言、C7x 版本 MATHLIB (在10.0 SDK 中表示为"mathlib")和 VXLIB (在10.0 SDK 中表示为 vxlib_10_00_00_02)使用此功能:

    对于 MATHLIB、以下函数使用 LUT。 编译器对 LUT API 的实际使用在 MATHLIB_lut.h 中

    • MATHLIB_ACOSH
    • MATHLIB_ASINH
    • MATHLIB_ATANH
    • MATHLIB_COSH
    • MATHLIB_exp
    • MATHLIB_exp10
    • MATHLIB_log2
    • MATHLIB_log10
    • MATHLIB_pow
    • MATHLIB_SINH
    • MATHLIB_TANH

    对于 VXLIB、VXLIB_tableLookup 函数使用 LUT -请参阅 VXLIB_tableLookup_lut_ci.cpp 了解具体的 LUT API 使用情况。  

    对于 VXLIB、VXLIB_Histogram 函数使用直方图功能-有关具体的 API 使用方式、请参阅 VXLIB_histogram_ci.cpp。

    此致!

    Asha