实例介绍
代码为在DSPTMS320C6678之上通过调用DSPF_sp_fftSPXSP()函数实现FFT变换,并以sinx函数为例进行了代码实现。且资源内含有DSPF_sp_fftSPXSP()函数的库函数包dsplib_c66x_3_1_0_0
【实例截图】
【核心代码】
4744300845399251363.zip
├── CCS
│ ├── dsplib_c66x_3_1_0_0
│ │ ├── components
│ │ │ ├── ti_dsplib_src_c66x_3_1_0_0.zip
│ │ │ └── ti_mas_swtools_src_4_6_0_14_beta.zip
│ │ ├── docs
│ │ │ ├── doxygen
│ │ │ │ ├── Doxyfile
│ │ │ │ ├── doxyfile.xdt
│ │ │ │ ├── doxygen.h
│ │ │ │ └── html
│ │ │ │ ├── building.html
│ │ │ │ ├── ccs_build.html
│ │ │ │ ├── doxygen_8h.html
│ │ │ │ ├── doxygen_8h-source.html
│ │ │ │ ├── doxygen.css
│ │ │ │ ├── doxygen.png
│ │ │ │ ├── dsplib_c66_directory.jpg
│ │ │ │ ├── dsplib_html
│ │ │ │ │ ├── c66_2_d_s_p__add16_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__add16_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__add32_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__add32_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__autocor_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__autocor_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__bexp_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__bexp_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__blk__eswap16_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__blk__eswap16_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__blk__eswap32_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__blk__eswap32_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__blk__eswap64_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__blk__eswap64_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__blk__move_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__blk__move_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__dotprod_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__dotprod_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__dotp__sqr_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__dotp__sqr_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__dp__fft_d_px_d_p_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__dp__fft_d_px_d_p_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__dp__ifft_d_px_d_p_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__dp__ifft_d_px_d_p_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__dp__mat__mul__gemm_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__dp__mat__mul__gemm_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__dp__mat__submat__copy_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__dp__mat__submat__copy_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__dp__mat__trans_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__dp__mat__trans_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fft16x16_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fft16x16_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fft16x16__imre_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fft16x16__imre_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fft16x16r_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fft16x16r_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fft16x32_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fft16x32_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fft32x32_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fft32x32_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fft32x32s_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fft32x32s_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__cplx_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__cplx_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__cplx__h_m4_x4_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__cplx__h_m4_x4_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__gen_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__gen_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__gen__h_m17__r_a8_x8_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__gen__h_m17__r_a8_x8_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__firlms2_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__firlms2_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__r4_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__r4_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__r8_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__r8_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__r8__h16_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__r8__h16_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__r8__h24_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__r8__h24_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__r8__h8_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__r8__h8_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__r8__h_m16__r_m8_a8_x8_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__r8__h_m16__r_m8_a8_x8_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__sym_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fir__sym_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__fltoq15_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__fltoq15_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__autocor_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__autocor_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__biquad_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__biquad_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__bitrev__cplx_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__bitrev__cplx_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__convol_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__convol_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__dotp__cplx_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__dotp__cplx_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__dotprod_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__dotprod_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__fft_s_px_s_p_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__fft_s_px_s_p_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__fircirc_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__fircirc_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__fir__cplx_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__fir__cplx_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__fir__gen_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__fir__gen_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__fir__r2_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__fir__r2_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__ifft_s_px_s_p_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__ifft_s_px_s_p_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__iir_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__iir_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__iirlat_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__iirlat_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__lms_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__lms_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__mat__mul_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__mat__mul_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__mat__mul__cplx_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__mat__mul__cplx_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__mat__mul__gemm_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__mat__mul__gemm_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__mat__mul__gemm__cplx_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__mat__mul__gemm__cplx_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__mat__submat__copy_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__mat__submat__copy_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__mat__submat__copy__cplx_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__mat__submat__copy__cplx_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__mat__trans_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__mat__trans_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__mat__trans__cplx_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__mat__trans__cplx_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__maxidx_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__maxidx_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__maxval_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__maxval_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__minerr_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__minerr_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__minval_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__minval_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__vecadd_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__vecadd_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__vecmul_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__vecmul_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__vecrecip_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__vecrecip_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__vecsum__sq_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__vecsum__sq_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__w__vec_8h.html
│ │ │ │ │ ├── c66_2_d_s_p_f__sp__w__vec_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__ifft16x16_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__ifft16x16_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__ifft16x16__imre_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__ifft16x16__imre_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__ifft16x32_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__ifft16x32_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__ifft32x32_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__ifft32x32_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__iir_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__iir_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__iir__lat_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__iir__lat_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__iir__ss_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__iir__ss_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__mat__mul_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__mat__mul_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__mat__mul__cplx_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__mat__mul__cplx_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__mat__trans_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__mat__trans_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__maxidx_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__maxidx_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__maxval_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__maxval_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__minerror_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__minerror_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__minval_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__minval_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__mul32_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__mul32_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__neg32_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__neg32_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__q15tofl_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__q15tofl_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__recip16_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__recip16_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__vecsumsq_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__vecsumsq_8h-source.html
│ │ │ │ │ ├── c66_2_d_s_p__w__vec_8h.html
│ │ │ │ │ ├── c66_2_d_s_p__w__vec_8h-source.html
│ │ │ │ │ ├── doxygen_8h.html
│ │ │ │ │ ├── doxygen_8h-source.html
│ │ │ │ │ ├── doxygen.css
│ │ │ │ │ ├── doxygen.png
│ │ │ │ │ ├── _d_s_p__add16_8h.html
│ │ │ │ │ ├── _d_s_p__add16_8h-source.html
│ │ │ │ │ ├── _d_s_p__add32_8h.html
│ │ │ │ │ ├── _d_s_p__add32_8h-source.html
│ │ │ │ │ ├── _d_s_p__autocor_8h.html
│ │ │ │ │ ├── _d_s_p__autocor_8h-source.html
│ │ │ │ │ ├── _d_s_p__bexp_8h.html
│ │ │ │ │ ├── _d_s_p__bexp_8h-source.html
│ │ │ │ │ ├── _d_s_p__blk__eswap16_8h.html
│ │ │ │ │ ├── _d_s_p__blk__eswap16_8h-source.html
│ │ │ │ │ ├── _d_s_p__blk__eswap32_8h.html
│ │ │ │ │ ├── _d_s_p__blk__eswap32_8h-source.html
│ │ │ │ │ ├── _d_s_p__blk__eswap64_8h.html
│ │ │ │ │ ├── _d_s_p__blk__eswap64_8h-source.html
│ │ │ │ │ ├── _d_s_p__blk__move_8h.html
│ │ │ │ │ ├── _d_s_p__blk__move_8h-source.html
│ │ │ │ │ ├── _d_s_p__dotprod_8h.html
│ │ │ │ │ ├── _d_s_p__dotprod_8h-source.html
│ │ │ │ │ ├── _d_s_p__dotp__sqr_8h.html
│ │ │ │ │ ├── _d_s_p__dotp__sqr_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__dp__fft_d_px_d_p_8h.html
│ │ │ │ │ ├── _d_s_p_f__dp__fft_d_px_d_p_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__dp__ifft_d_px_d_p_8h.html
│ │ │ │ │ ├── _d_s_p_f__dp__ifft_d_px_d_p_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__dp__mat__mul__gemm_8h.html
│ │ │ │ │ ├── _d_s_p_f__dp__mat__mul__gemm_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__dp__mat__submat__copy_8h.html
│ │ │ │ │ ├── _d_s_p_f__dp__mat__submat__copy_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__dp__mat__trans_8h.html
│ │ │ │ │ ├── _d_s_p_f__dp__mat__trans_8h-source.html
│ │ │ │ │ ├── _d_s_p__fft16x16_8h.html
│ │ │ │ │ ├── _d_s_p__fft16x16_8h-source.html
│ │ │ │ │ ├── _d_s_p__fft16x16__imre_8h.html
│ │ │ │ │ ├── _d_s_p__fft16x16__imre_8h-source.html
│ │ │ │ │ ├── _d_s_p__fft16x16r_8h.html
│ │ │ │ │ ├── _d_s_p__fft16x16r_8h-source.html
│ │ │ │ │ ├── _d_s_p__fft16x32_8h.html
│ │ │ │ │ ├── _d_s_p__fft16x32_8h-source.html
│ │ │ │ │ ├── _d_s_p__fft32x32_8h.html
│ │ │ │ │ ├── _d_s_p__fft32x32_8h-source.html
│ │ │ │ │ ├── _d_s_p__fft32x32s_8h.html
│ │ │ │ │ ├── _d_s_p__fft32x32s_8h-source.html
│ │ │ │ │ ├── _d_s_p__fir__cplx_8h.html
│ │ │ │ │ ├── _d_s_p__fir__cplx_8h-source.html
│ │ │ │ │ ├── _d_s_p__fir__cplx__h_m4_x4_8h.html
│ │ │ │ │ ├── _d_s_p__fir__cplx__h_m4_x4_8h-source.html
│ │ │ │ │ ├── _d_s_p__fir__gen_8h.html
│ │ │ │ │ ├── _d_s_p__fir__gen_8h-source.html
│ │ │ │ │ ├── _d_s_p__fir__gen__h_m17__r_a8_x8_8h.html
│ │ │ │ │ ├── _d_s_p__fir__gen__h_m17__r_a8_x8_8h-source.html
│ │ │ │ │ ├── _d_s_p__firlms2_8h.html
│ │ │ │ │ ├── _d_s_p__firlms2_8h-source.html
│ │ │ │ │ ├── _d_s_p__fir__r4_8h.html
│ │ │ │ │ ├── _d_s_p__fir__r4_8h-source.html
│ │ │ │ │ ├── _d_s_p__fir__r8_8h.html
│ │ │ │ │ ├── _d_s_p__fir__r8_8h-source.html
│ │ │ │ │ ├── _d_s_p__fir__r8__h16_8h.html
│ │ │ │ │ ├── _d_s_p__fir__r8__h16_8h-source.html
│ │ │ │ │ ├── _d_s_p__fir__r8__h24_8h.html
│ │ │ │ │ ├── _d_s_p__fir__r8__h24_8h-source.html
│ │ │ │ │ ├── _d_s_p__fir__r8__h8_8h.html
│ │ │ │ │ ├── _d_s_p__fir__r8__h8_8h-source.html
│ │ │ │ │ ├── _d_s_p__fir__r8__h_m16__r_m8_a8_x8_8h.html
│ │ │ │ │ ├── _d_s_p__fir__r8__h_m16__r_m8_a8_x8_8h-source.html
│ │ │ │ │ ├── _d_s_p__fir__sym_8h.html
│ │ │ │ │ ├── _d_s_p__fir__sym_8h-source.html
│ │ │ │ │ ├── _d_s_p__fltoq15_8h.html
│ │ │ │ │ ├── _d_s_p__fltoq15_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__autocor_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__autocor_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__biquad_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__biquad_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__bitrev__cplx_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__bitrev__cplx_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__convol_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__convol_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__dotp__cplx_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__dotp__cplx_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__dotprod_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__dotprod_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__fft_s_px_s_p_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__fft_s_px_s_p_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__fircirc_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__fircirc_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__fir__cplx_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__fir__cplx_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__fir__gen_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__fir__gen_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__fir__r2_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__fir__r2_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__ifft_s_px_s_p_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__ifft_s_px_s_p_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__iir_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__iir_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__iirlat_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__iirlat_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__lms_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__lms_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__mat__mul_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__mat__mul_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__mat__mul__cplx_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__mat__mul__cplx_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__mat__mul__gemm_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__mat__mul__gemm_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__mat__mul__gemm__cplx_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__mat__mul__gemm__cplx_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__mat__submat__copy_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__mat__submat__copy_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__mat__submat__copy__cplx_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__mat__submat__copy__cplx_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__mat__trans_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__mat__trans_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__mat__trans__cplx_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__mat__trans__cplx_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__maxidx_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__maxidx_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__maxval_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__maxval_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__minerr_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__minerr_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__minval_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__minval_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__vecadd_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__vecadd_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__vecmul_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__vecmul_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__vecrecip_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__vecrecip_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__vecsum__sq_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__vecsum__sq_8h-source.html
│ │ │ │ │ ├── _d_s_p_f__sp__w__vec_8h.html
│ │ │ │ │ ├── _d_s_p_f__sp__w__vec_8h-source.html
│ │ │ │ │ ├── _d_s_p__ifft16x16_8h.html
│ │ │ │ │ ├── _d_s_p__ifft16x16_8h-source.html
│ │ │ │ │ ├── _d_s_p__ifft16x16__imre_8h.html
│ │ │ │ │ ├── _d_s_p__ifft16x16__imre_8h-source.html
│ │ │ │ │ ├── _d_s_p__ifft16x32_8h.html
│ │ │ │ │ ├── _d_s_p__ifft16x32_8h-source.html
│ │ │ │ │ ├── _d_s_p__ifft32x32_8h.html
│ │ │ │ │ ├── _d_s_p__ifft32x32_8h-source.html
│ │ │ │ │ ├── _d_s_p__iir_8h.html
│ │ │ │ │ ├── _d_s_p__iir_8h-source.html
│ │ │ │ │ ├── _d_s_p__iir__lat_8h.html
│ │ │ │ │ ├── _d_s_p__iir__lat_8h-source.html
│ │ │ │ │ ├── _d_s_p__iir__ss_8h.html
│ │ │ │ │ ├── _d_s_p__iir__ss_8h-source.html
│ │ │ │ │ ├── _d_s_p__mat__mul_8h.html
│ │ │ │ │ ├── _d_s_p__mat__mul_8h-source.html
│ │ │ │ │ ├── _d_s_p__mat__mul__cplx_8h.html
│ │ │ │ │ ├── _d_s_p__mat__mul__cplx_8h-source.html
│ │ │ │ │ ├── _d_s_p__mat__trans_8h.html
│ │ │ │ │ ├── _d_s_p__mat__trans_8h-source.html
│ │ │ │ │ ├── _d_s_p__maxidx_8h.html
│ │ │ │ │ ├── _d_s_p__maxidx_8h-source.html
│ │ │ │ │ ├── _d_s_p__maxval_8h.html
│ │ │ │ │ ├── _d_s_p__maxval_8h-source.html
│ │ │ │ │ ├── _d_s_p__minerror_8h.html
│ │ │ │ │ ├── _d_s_p__minerror_8h-source.html
│ │ │ │ │ ├── _d_s_p__minval_8h.html
│ │ │ │ │ ├── _d_s_p__minval_8h-source.html
│ │ │ │ │ ├── _d_s_p__mul32_8h.html
│ │ │ │ │ ├── _d_s_p__mul32_8h-source.html
│ │ │ │ │ ├── _d_s_p__neg32_8h.html
│ │ │ │ │ ├── _d_s_p__neg32_8h-source.html
│ │ │ │ │ ├── _d_s_p__q15tofl_8h.html
│ │ │ │ │ ├── _d_s_p__q15tofl_8h-source.html
│ │ │ │ │ ├── _d_s_p__recip16_8h.html
│ │ │ │ │ ├── _d_s_p__recip16_8h-source.html
│ │ │ │ │ ├── _d_s_p__vecsumsq_8h.html
│ │ │ │ │ ├── _d_s_p__vecsumsq_8h-source.html
│ │ │ │ │ ├── _d_s_p__w__vec_8h.html
│ │ │ │ │ ├── _d_s_p__w__vec_8h-source.html
│ │ │ │ │ ├── files.html
│ │ │ │ │ ├── globals_0x64.html
│ │ │ │ │ ├── globals_0x66.html
│ │ │ │ │ ├── globals_defs.html
│ │ │ │ │ ├── globals_func.html
│ │ │ │ │ ├── globals.html
│ │ │ │ │ ├── graph_legend.dot
│ │ │ │ │ ├── graph_legend.gif
│ │ │ │ │ ├── graph_legend.html
│ │ │ │ │ ├── group___a_d_a_p_t_i_v_e_f_i_l_t_e_r.gif
│ │ │ │ │ ├── group___a_d_a_p_t_i_v_e_f_i_l_t_e_r.html
│ │ │ │ │ ├── group___c_o_r_r_e_l_a_t_i_o_n.gif
│ │ │ │ │ ├── group___c_o_r_r_e_l_a_t_i_o_n.html
│ │ │ │ │ ├── group___d_s_p__add16.gif
│ │ │ │ │ ├── group___d_s_p__add16.html
│ │ │ │ │ ├── group___d_s_p__add32.gif
│ │ │ │ │ ├── group___d_s_p__add32.html
│ │ │ │ │ ├── group___d_s_p__autocor.gif
│ │ │ │ │ ├── group___d_s_p__autocor.html
│ │ │ │ │ ├── group___d_s_p__bexp.gif
│ │ │ │ │ ├── group___d_s_p__bexp.html
│ │ │ │ │ ├── group___d_s_p__blk__eswap16.gif
│ │ │ │ │ ├── group___d_s_p__blk__eswap16.html
│ │ │ │ │ ├── group___d_s_p__blk__eswap32.gif
│ │ │ │ │ ├── group___d_s_p__blk__eswap32.html
│ │ │ │ │ ├── group___d_s_p__blk__eswap64.gif
│ │ │ │ │ ├── group___d_s_p__blk__eswap64.html
│ │ │ │ │ ├── group___d_s_p__blk__move.gif
│ │ │ │ │ ├── group___d_s_p__blk__move.html
│ │ │ │ │ ├── group___d_s_p__dotprod.gif
│ │ │ │ │ ├── group___d_s_p__dotprod.html
│ │ │ │ │ ├── group___d_s_p__dotp__sqr.gif
│ │ │ │ │ ├── group___d_s_p__dotp__sqr.html
│ │ │ │ │ ├── group___d_s_p_f__dp__fft_d_p_x_d_p.gif
│ │ │ │ │ ├── group___d_s_p_f__dp__fft_d_p_x_d_p.html
│ │ │ │ │ ├── group___d_s_p_f__dp__ifft_d_p_x_d_p.gif
│ │ │ │ │ ├── group___d_s_p_f__dp__ifft_d_p_x_d_p.html
│ │ │ │ │ ├── group___d_s_p_f__dp__mat__mul__gemm.gif
│ │ │ │ │ ├── group___d_s_p_f__dp__mat__mul__gemm.html
│ │ │ │ │ ├── group___d_s_p_f__dp__mat__submat__copy.gif
│ │ │ │ │ ├── group___d_s_p_f__dp__mat__submat__copy.html
│ │ │ │ │ ├── group___d_s_p_f__dp__mat__trans.gif
│ │ │ │ │ ├── group___d_s_p_f__dp__mat__trans.html
│ │ │ │ │ ├── group___d_s_p__fft16x16.gif
│ │ │ │ │ ├── group___d_s_p__fft16x16.html
│ │ │ │ │ ├── group___d_s_p__fft16x16__imre.gif
│ │ │ │ │ ├── group___d_s_p__fft16x16__imre.html
│ │ │ │ │ ├── group___d_s_p__fft16x16r.gif
│ │ │ │ │ ├── group___d_s_p__fft16x16r.html
│ │ │ │ │ ├── group___d_s_p__fft16x32.gif
│ │ │ │ │ ├── group___d_s_p__fft16x32.html
│ │ │ │ │ ├── group___d_s_p__fft32x32.gif
│ │ │ │ │ ├── group___d_s_p__fft32x32.html
│ │ │ │ │ ├── group___d_s_p__fft32x32s.gif
│ │ │ │ │ ├── group___d_s_p__fft32x32s.html
│ │ │ │ │ ├── group___d_s_p__fir__cplx.gif
│ │ │ │ │ ├── group___d_s_p__fir__cplx__h_m4_x4.gif
│ │ │ │ │ ├── group___d_s_p__fir__cplx__h_m4_x4.html
│ │ │ │ │ ├── group___d_s_p__fir__cplx.html
│ │ │ │ │ ├── group___d_s_p__fir__gen.gif
│ │ │ │ │ ├── group___d_s_p__fir__gen__h_m17__r_a8_x8.gif
│ │ │ │ │ ├── group___d_s_p__fir__gen__h_m17__r_a8_x8.html
│ │ │ │ │ ├── group___d_s_p__fir__gen.html
│ │ │ │ │ ├── group___d_s_p__firlms2.gif
│ │ │ │ │ ├── group___d_s_p__firlms2.html
│ │ │ │ │ ├── group___d_s_p__fir__r4.gif
│ │ │ │ │ ├── group___d_s_p__fir__r4.html
│ │ │ │ │ ├── group___d_s_p__fir__r8.gif
│ │ │ │ │ ├── group___d_s_p__fir__r8__h16.gif
│ │ │ │ │ ├── group___d_s_p__fir__r8__h16.html
│ │ │ │ │ ├── group___d_s_p__fir__r8__h24.gif
│ │ │ │ │ ├── group___d_s_p__fir__r8__h24.html
│ │ │ │ │ ├── group___d_s_p__fir__r8__h8.gif
│ │ │ │ │ ├── group___d_s_p__fir__r8__h8.html
│ │ │ │ │ ├── group___d_s_p__fir__r8__h_m16__r_m8_a8_x8.gif
│ │ │ │ │ ├── group___d_s_p__fir__r8__h_m16__r_m8_a8_x8.html
│ │ │ │ │ ├── group___d_s_p__fir__r8.html
│ │ │ │ │ ├── group___d_s_p__fir__sym.gif
│ │ │ │ │ ├── group___d_s_p__fir__sym.html
│ │ │ │ │ ├── group___d_s_p__fltoq15.gif
│ │ │ │ │ ├── group___d_s_p__fltoq15.html
│ │ │ │ │ ├── group___d_s_p_f__sp__autocor.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__autocor.html
│ │ │ │ │ ├── group___d_s_p_f__sp__biquad.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__biquad.html
│ │ │ │ │ ├── group___d_s_p_f__sp__bitrev__cplx.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__bitrev__cplx.html
│ │ │ │ │ ├── group___d_s_p_f__sp__convol.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__convol.html
│ │ │ │ │ ├── group___d_s_p_f__sp__dotp__cplx.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__dotp__cplx.html
│ │ │ │ │ ├── group___d_s_p_f__sp__dotprod.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__dotprod.html
│ │ │ │ │ ├── group___d_s_p_f__sp__fft_s_p_x_s_p.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__fft_s_p_x_s_p.html
│ │ │ │ │ ├── group___d_s_p_f__sp__fircirc.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__fircirc.html
│ │ │ │ │ ├── group___d_s_p_f__sp__fir__cplx.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__fir__cplx.html
│ │ │ │ │ ├── group___d_s_p_f__sp__fir__gen.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__fir__gen.html
│ │ │ │ │ ├── group___d_s_p_f__sp__fir__r2.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__fir__r2.html
│ │ │ │ │ ├── group___d_s_p_f__sp__ifft_s_p_x_s_p.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__ifft_s_p_x_s_p.html
│ │ │ │ │ ├── group___d_s_p_f__sp__iir.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__iir.html
│ │ │ │ │ ├── group___d_s_p_f__sp__iirlat.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__iirlat.html
│ │ │ │ │ ├── group___d_s_p_f__sp__lms2.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__lms2.html
│ │ │ │ │ ├── group___d_s_p_f__sp__mat__mul__cplx.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__mat__mul__cplx.html
│ │ │ │ │ ├── group___d_s_p_f__sp__mat__mul__gemm__cplx.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__mat__mul__gemm__cplx.html
│ │ │ │ │ ├── group___d_s_p_f__sp__mat__mul__gemm.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__mat__mul__gemm.html
│ │ │ │ │ ├── group___d_s_p_f__sp__mat__mul.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__mat__mul.html
│ │ │ │ │ ├── group___d_s_p_f__sp__mat__submat__copy__cplx.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__mat__submat__copy__cplx.html
│ │ │ │ │ ├── group___d_s_p_f__sp__mat__submat__copy.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__mat__submat__copy.html
│ │ │ │ │ ├── group___d_s_p_f__sp__mat__trans__cplx.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__mat__trans__cplx.html
│ │ │ │ │ ├── group___d_s_p_f__sp__mat__trans.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__mat__trans.html
│ │ │ │ │ ├── group___d_s_p_f__sp__maxidx.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__maxidx.html
│ │ │ │ │ ├── group___d_s_p_f__sp__maxval.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__maxval.html
│ │ │ │ │ ├── group___d_s_p_f__sp__minerr.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__minerr.html
│ │ │ │ │ ├── group___d_s_p_f__sp__minval.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__minval.html
│ │ │ │ │ ├── group___d_s_p_f__sp__vecadd.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__vecadd.html
│ │ │ │ │ ├── group___d_s_p_f__sp__vecmul.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__vecmul.html
│ │ │ │ │ ├── group___d_s_p_f__sp__vecrecip.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__vecrecip.html
│ │ │ │ │ ├── group___d_s_p_f__sp__vecsum__sq.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__vecsum__sq.html
│ │ │ │ │ ├── group___d_s_p_f__sp__w__vec.gif
│ │ │ │ │ ├── group___d_s_p_f__sp__w__vec.html
│ │ │ │ │ ├── group___d_s_p__ifft16x16.gif
│ │ │ │ │ ├── group___d_s_p__ifft16x16.html
│ │ │ │ │ ├── group___d_s_p__ifft16x16__imre.gif
│ │ │ │ │ ├── group___d_s_p__ifft16x16__imre.html
│ │ │ │ │ ├── group___d_s_p__ifft16x32.gif
│ │ │ │ │ ├── group___d_s_p__ifft16x32.html
│ │ │ │ │ ├── group___d_s_p__ifft32x32.gif
│ │ │ │ │ ├── group___d_s_p__ifft32x32.html
│ │ │ │ │ ├── group___d_s_p__iir.gif
│ │ │ │ │ ├── group___d_s_p__iir.html
│ │ │ │ │ ├── group___d_s_p__iir__lat.gif
│ │ │ │ │ ├── group___d_s_p__iir__lat.html
│ │ │ │ │ ├── group___d_s_p__iir__ss.gif
│ │ │ │ │ ├── group___d_s_p__iir__ss.html
│ │ │ │ │ ├── group___d_s_p__mat__mul__cplx.gif
│ │ │ │ │ ├── group___d_s_p__mat__mul__cplx.html
│ │ │ │ │ ├── group___d_s_p__mat__mul.gif
│ │ │ │ │ ├── group___d_s_p__mat__mul.html
│ │ │ │ │ ├── group___d_s_p__mat__trans.gif
│ │ │ │ │ ├── group___d_s_p__mat__trans.html
│ │ │ │ │ ├── group___d_s_p__maxidx.gif
│ │ │ │ │ ├── group___d_s_p__maxidx.html
│ │ │ │ │ ├── group___d_s_p__maxval.gif
│ │ │ │ │ ├── group___d_s_p__maxval.html
│ │ │ │ │ ├── group___d_s_p__minerror.gif
│ │ │ │ │ ├── group___d_s_p__minerror.html
│ │ │ │ │ ├── group___d_s_p__minval.gif
│ │ │ │ │ ├── group___d_s_p__minval.html
│ │ │ │ │ ├── group___d_s_p__mul32.gif
│ │ │ │ │ ├── group___d_s_p__mul32.html
│ │ │ │ │ ├── group___d_s_p__neg32.gif
│ │ │ │ │ ├── group___d_s_p__neg32.html
│ │ │ │ │ ├── group___d_s_p__q15tofl.gif
│ │ │ │ │ ├── group___d_s_p__q15tofl.html
│ │ │ │ │ ├── group___d_s_p__recip16.gif
│ │ │ │ │ ├── group___d_s_p__recip16.html
│ │ │ │ │ ├── group___d_s_p__vecsumsq.gif
│ │ │ │ │ ├── group___d_s_p__vecsumsq.html
│ │ │ │ │ ├── group___d_s_p__w__vec.gif
│ │ │ │ │ ├── group___d_s_p__w__vec.html
│ │ │ │ │ ├── group___f_f_t.gif
│ │ │ │ │ ├── group___f_f_t.html
│ │ │ │ │ ├── group___f_i_l_t_c_o_n_v.gif
│ │ │ │ │ ├── group___f_i_l_t_c_o_n_v.html
│ │ │ │ │ ├── group___m_a_t_h.gif
│ │ │ │ │ ├── group___m_a_t_h.html
│ │ │ │ │ ├── group___m_a_t_r_i_x.gif
│ │ │ │ │ ├── group___m_a_t_r_i_x.html
│ │ │ │ │ ├── group___m_i_s_c.gif
│ │ │ │ │ ├── group___m_i_s_c.html
│ │ │ │ │ ├── index.hhc
│ │ │ │ │ ├── index.hhk
│ │ │ │ │ ├── index.hhp
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── modules.html
│ │ │ │ │ ├── tab_b.gif
│ │ │ │ │ ├── tab_l.gif
│ │ │ │ │ ├── tab_r.gif
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── tifooter.htm
│ │ │ │ │ ├── tiheader.htm
│ │ │ │ │ ├── tilogo.gif
│ │ │ │ │ └── titagline.gif
│ │ │ │ ├── examples.html
│ │ │ │ ├── files.html
│ │ │ │ ├── gnu_build.html
│ │ │ │ ├── graph_legend.dot
│ │ │ │ ├── graph_legend.gif
│ │ │ │ ├── graph_legend.html
│ │ │ │ ├── index.hhc
│ │ │ │ ├── index.hhk
│ │ │ │ ├── index.hhp
│ │ │ │ ├── index.html
│ │ │ │ ├── install.html
│ │ │ │ ├── integrate.html
│ │ │ │ ├── intro.html
│ │ │ │ ├── pages.html
│ │ │ │ ├── tab_b.gif
│ │ │ │ ├── tab_l.gif
│ │ │ │ ├── tab_r.gif
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tifooter.htm
│ │ │ │ ├── tiheader.htm
│ │ │ │ ├── tilogo.gif
│ │ │ │ └── titagline.gif
│ │ │ ├── DSPLib_c66xTest_Report.html
│ │ │ ├── DSPLIB_Software_Manifest.html
│ │ │ ├── DSPLIB_Users_Manual.chm
│ │ │ ├── DSPLIB_Users_Manual.html
│ │ │ ├── manifest
│ │ │ │ └── html
│ │ │ │ ├── doxygen.css
│ │ │ │ ├── doxygen.png
│ │ │ │ ├── files.html
│ │ │ │ ├── graph_legend.dot
│ │ │ │ ├── graph_legend.gif
│ │ │ │ ├── graph_legend.html
│ │ │ │ ├── index.chm
│ │ │ │ ├── index.hhc
│ │ │ │ ├── index.hhk
│ │ │ │ ├── index.hhp
│ │ │ │ ├── index.html
│ │ │ │ ├── manifest_8h.html
│ │ │ │ ├── manifest_8h-source.html
│ │ │ │ ├── tab_b.gif
│ │ │ │ ├── tab_l.gif
│ │ │ │ ├── tab_r.gif
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tifooter.htm
│ │ │ │ ├── tiheader.htm
│ │ │ │ ├── tilogo.gif
│ │ │ │ └── titagline.gif
│ │ │ └── relnotes_archive
│ │ │ ├── dsplib_3_0_0_6_release_notes.html
│ │ │ ├── dsplib_3_0_0_7_release_notes.html
│ │ │ ├── dsplib_3_0_0_8_release_notes.html
│ │ │ ├── dsplib_3_0_1_0_release_notes.html
│ │ │ ├── tilogo.gif
│ │ │ └── titagline.gif
│ │ ├── dsplib_3_1_0_0_release_notes.html
│ │ ├── eclipse
│ │ │ ├── dsplib_toc.xml
│ │ │ ├── dsplib_toc.xml.xdt
│ │ │ ├── dsplib.xml
│ │ │ ├── dsplib.xml.xdt
│ │ │ ├── features
│ │ │ │ └── ti.mas.dsplib.c66x_3.1.0.0
│ │ │ │ └── feature.xml
│ │ │ └── plugins
│ │ │ └── ti.mas.dsplib.c66x.rtscRegistry_3.1.0.0
│ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ ├── plugin.xml
│ │ │ ├── toc_cdoc.xml
│ │ │ └── toc_top.xml
│ │ ├── examples
│ │ │ ├── FFT_Example_66_LE_COFF
│ │ │ │ ├── macros.ini
│ │ │ │ └── Release
│ │ │ │ ├── ccsObjs.opt
│ │ │ │ ├── ccsSrcs.opt
│ │ │ │ ├── FFT_Example_66_LE_COFF.map
│ │ │ │ ├── FFT_Example_66_LE_COFF.out
│ │ │ │ ├── fft_example.asm
│ │ │ │ ├── fft_example.obj
│ │ │ │ ├── fft_example.pp
│ │ │ │ ├── gen_twiddle_fft16x16.asm
│ │ │ │ ├── gen_twiddle_fft16x16.obj
│ │ │ │ ├── gen_twiddle_fft16x16.pp
│ │ │ │ ├── gen_twiddle_fft16x32.asm
│ │ │ │ ├── gen_twiddle_fft16x32.obj
│ │ │ │ ├── gen_twiddle_fft16x32.pp
│ │ │ │ ├── gen_twiddle_fft32x32.asm
│ │ │ │ ├── gen_twiddle_fft32x32.obj
│ │ │ │ ├── gen_twiddle_fft32x32.pp
│ │ │ │ ├── makefile
│ │ │ │ ├── objects.mk
│ │ │ │ ├── sources.mk
│ │ │ │ ├── subdir_rules.mk
│ │ │ │ └── subdir_vars.mk
│ │ │ ├── fft_example.c
│ │ │ ├── gen_twiddle_fft16x16.c
│ │ │ ├── gen_twiddle_fft16x16.h
│ │ │ ├── gen_twiddle_fft16x32.c
│ │ │ ├── gen_twiddle_fft16x32.h
│ │ │ ├── gen_twiddle_fft32x32.c
│ │ │ ├── gen_twiddle_fft32x32.h
│ │ │ ├── lnk.cmd
│ │ │ ├── makefile
│ │ │ ├── package
│ │ │ │ ├── build.cfg
│ │ │ │ ├── cfg
│ │ │ │ ├── examples.ccs
│ │ │ │ ├── examples.class
│ │ │ │ ├── examples.java
│ │ │ │ ├── examples.sch
│ │ │ │ ├── external
│ │ │ │ ├── internal
│ │ │ │ ├── lib
│ │ │ │ ├── package.bld.xml
│ │ │ │ ├── package.defs.h
│ │ │ │ ├── package.doc.xml
│ │ │ │ ├── package_examples.c
│ │ │ │ ├── package.xdc.dep
│ │ │ │ ├── package.xdc.inc
│ │ │ │ ├── projects
│ │ │ │ │ └── FFT_Example_66.xml
│ │ │ │ └── rel
│ │ │ │ ├── examples_obj_all.xdc.inc
│ │ │ │ └── examples_obj_all.xdc.ninc
│ │ │ ├── package.bld
│ │ │ ├── package.mak
│ │ │ ├── package.xdc
│ │ │ ├── Readme.txt
│ │ │ └── refOutput.jpg
│ │ ├── inc
│ │ │ └── dsplib.h
│ │ ├── lib
│ │ │ ├── dsplib.a66
│ │ │ ├── dsplib.a66e
│ │ │ ├── dsplib.ae66
│ │ │ ├── dsplib.ae66e
│ │ │ └── macros.ini
│ │ ├── package
│ │ │ ├── build.cfg
│ │ │ ├── dsplib.ccs
│ │ │ ├── dsplib.class
│ │ │ ├── dsplib.java
│ │ │ ├── dsplib.sch
│ │ │ ├── package.bld.xml
│ │ │ ├── package.defs.h
│ │ │ ├── package.doc.xml
│ │ │ ├── package_dsplib.c
│ │ │ ├── package.ext.xml
│ │ │ ├── package.rel.dot
│ │ │ └── package.rel.xml
│ │ ├── package.bld
│ │ ├── packages
│ │ │ └── ti
│ │ │ ├── dsplib
│ │ │ │ ├── docs
│ │ │ │ │ ├── bundle
│ │ │ │ │ │ ├── doxygen
│ │ │ │ │ │ │ ├── Doxyfile
│ │ │ │ │ │ │ └── doxyfile.xdt
│ │ │ │ │ │ └── manifest
│ │ │ │ │ │ ├── Doxyfile
│ │ │ │ │ │ └── doxyfile.xdt
│ │ │ │ │ ├── doxygen
│ │ │ │ │ │ ├── Doxyfile
│ │ │ │ │ │ ├── doxyfile.xdt
│ │ │ │ │ │ ├── doxygen.h
│ │ │ │ │ │ └── DSPLIB.chm
│ │ │ │ │ ├── manifest
│ │ │ │ │ │ ├── manifest.xml
│ │ │ │ │ │ ├── manifest.xml.xdt
│ │ │ │ │ │ └── Software_Manifest.html
│ │ │ │ │ └── relnotes_archive
│ │ │ │ │ ├── dsplib_3_0_0_6_release_notes.html
│ │ │ │ │ ├── dsplib_3_0_0_8_release_notes.html
│ │ │ │ │ ├── dsplib_3_0_1_0_release_notes.html
│ │ │ │ │ ├── tilogo.gif
│ │ │ │ │ └── titagline.gif
│ │ │ │ ├── dsplib_3_1_0_0_release_notes.html
│ │ │ │ ├── Makedocs.mk
│ │ │ │ ├── makefile
│ │ │ │ ├── package
│ │ │ │ │ ├── build.cfg
│ │ │ │ │ ├── cfg
│ │ │ │ │ ├── external
│ │ │ │ │ ├── internal
│ │ │ │ │ ├── lib
│ │ │ │ │ ├── package.bld.xml
│ │ │ │ │ ├── package.defs.h
│ │ │ │ │ ├── package.doc.xml
│ │ │ │ │ ├── package.ext.xml
│ │ │ │ │ ├── package.rel.dot
│ │ │ │ │ ├── package.rel.xml
│ │ │ │ │ ├── package_ti.dsplib.c
│ │ │ │ │ ├── package.xdc.dep
│ │ │ │ │ ├── package.xdc.inc
│ │ │ │ │ ├── projects
│ │ │ │ │ │ ├── DSP_add16_66.xml
│ │ │ │ │ │ ├── DSP_add32_66.xml
│ │ │ │ │ │ ├── DSP_autocor_66.xml
│ │ │ │ │ │ ├── DSP_bexp_66.xml
│ │ │ │ │ │ ├── DSP_blk_eswap16_66.xml
│ │ │ │ │ │ ├── DSP_blk_eswap32_66.xml
│ │ │ │ │ │ ├── DSP_blk_eswap64_66.xml
│ │ │ │ │ │ ├── DSP_blk_move_66.xml
│ │ │ │ │ │ ├── DSP_dotprod_66.xml
│ │ │ │ │ │ ├── DSP_dotp_sqr_66.xml
│ │ │ │ │ │ ├── DSPF_dp_fftDPxDP_66.xml
│ │ │ │ │ │ ├── DSPF_dp_ifftDPxDP_66.xml
│ │ │ │ │ │ ├── DSPF_dp_mat_mul_gemm_66.xml
│ │ │ │ │ │ ├── DSPF_dp_mat_submat_copy_66.xml
│ │ │ │ │ │ ├── DSPF_dp_mat_trans_66.xml
│ │ │ │ │ │ ├── DSP_fft16x16_66.xml
│ │ │ │ │ │ ├── DSP_fft16x16_imre_66.xml
│ │ │ │ │ │ ├── DSP_fft16x16r_66.xml
│ │ │ │ │ │ ├── DSP_fft16x32_66.xml
│ │ │ │ │ │ ├── DSP_fft32x32_66.xml
│ │ │ │ │ │ ├── DSP_fft32x32s_66.xml
│ │ │ │ │ │ ├── DSP_fir_cplx_66.xml
│ │ │ │ │ │ ├── DSP_fir_cplx_hM4X4_66.xml
│ │ │ │ │ │ ├── DSP_fir_gen_66.xml
│ │ │ │ │ │ ├── DSP_fir_gen_hM17_rA8X8_66.xml
│ │ │ │ │ │ ├── DSP_firlms2_66.xml
│ │ │ │ │ │ ├── DSP_fir_r4_66.xml
│ │ │ │ │ │ ├── DSP_fir_r8_66.xml
│ │ │ │ │ │ ├── DSP_fir_r8_h16_66.xml
│ │ │ │ │ │ ├── DSP_fir_r8_h24_66.xml
│ │ │ │ │ │ ├── DSP_fir_r8_h8_66.xml
│ │ │ │ │ │ ├── DSP_fir_r8_hM16_rM8A8X8_66.xml
│ │ │ │ │ │ ├── DSP_fir_sym_66.xml
│ │ │ │ │ │ ├── DSP_fltoq15_66.xml
│ │ │ │ │ │ ├── DSPF_sp_autocor_66.xml
│ │ │ │ │ │ ├── DSPF_sp_biquad_66.xml
│ │ │ │ │ │ ├── DSPF_sp_bitrev_cplx_66.xml
│ │ │ │ │ │ ├── DSPF_sp_convol_66.xml
│ │ │ │ │ │ ├── DSPF_sp_dotp_cplx_66.xml
│ │ │ │ │ │ ├── DSPF_sp_dotprod_66.xml
│ │ │ │ │ │ ├── DSPF_sp_fftSPxSP_66.xml
│ │ │ │ │ │ ├── DSPF_sp_fircirc_66.xml
│ │ │ │ │ │ ├── DSPF_sp_fir_cplx_66.xml
│ │ │ │ │ │ ├── DSPF_sp_fir_gen_66.xml
│ │ │ │ │ │ ├── DSPF_sp_fir_r2_66.xml
│ │ │ │ │ │ ├── DSPF_sp_ifftSPxSP_66.xml
│ │ │ │ │ │ ├── DSPF_sp_iir_66.xml
│ │ │ │ │ │ ├── DSPF_sp_iirlat_66.xml
│ │ │ │ │ │ ├── DSPF_sp_lms_66.xml
│ │ │ │ │ │ ├── DSPF_sp_mat_mul_66.xml
│ │ │ │ │ │ ├── DSPF_sp_mat_mul_cplx_66.xml
│ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_66.xml
│ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_cplx_66.xml
│ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_66.xml
│ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_cplx_66.xml
│ │ │ │ │ │ ├── DSPF_sp_mat_trans_66.xml
│ │ │ │ │ │ ├── DSPF_sp_mat_trans_cplx_66.xml
│ │ │ │ │ │ ├── DSPF_sp_maxidx_66.xml
│ │ │ │ │ │ ├── DSPF_sp_maxval_66.xml
│ │ │ │ │ │ ├── DSPF_sp_minerr_66.xml
│ │ │ │ │ │ ├── DSPF_sp_minval_66.xml
│ │ │ │ │ │ ├── DSPF_sp_vecadd_66.xml
│ │ │ │ │ │ ├── DSPF_sp_vecmul_66.xml
│ │ │ │ │ │ ├── DSPF_sp_vecrecip_66.xml
│ │ │ │ │ │ ├── DSPF_sp_vecsum_sq_66.xml
│ │ │ │ │ │ ├── DSPF_sp_w_vec_66.xml
│ │ │ │ │ │ ├── DSP_ifft16x16_66.xml
│ │ │ │ │ │ ├── DSP_ifft16x16_imre_66.xml
│ │ │ │ │ │ ├── DSP_ifft16x32_66.xml
│ │ │ │ │ │ ├── DSP_ifft32x32_66.xml
│ │ │ │ │ │ ├── DSP_iir_66.xml
│ │ │ │ │ │ ├── DSP_iir_lat_66.xml
│ │ │ │ │ │ ├── DSP_iir_ss_66.xml
│ │ │ │ │ │ ├── DSP_mat_mul_66.xml
│ │ │ │ │ │ ├── DSP_mat_mul_cplx_66.xml
│ │ │ │ │ │ ├── DSP_mat_trans_66.xml
│ │ │ │ │ │ ├── DSP_maxidx_66.xml
│ │ │ │ │ │ ├── DSP_maxval_66.xml
│ │ │ │ │ │ ├── DSP_minerror_66.xml
│ │ │ │ │ │ ├── DSP_minval_66.xml
│ │ │ │ │ │ ├── DSP_mul32_66.xml
│ │ │ │ │ │ ├── DSP_neg32_66.xml
│ │ │ │ │ │ ├── DSP_q15tofl_66.xml
│ │ │ │ │ │ ├── DSP_recip16_66.xml
│ │ │ │ │ │ ├── DSP_vecsumsq_66.xml
│ │ │ │ │ │ └── DSP_w_vec_66.xml
│ │ │ │ │ ├── rel
│ │ │ │ │ │ ├── ti_dsplib_src_c66x_3_1_0_0.xdc.inc
│ │ │ │ │ │ └── ti_dsplib_src_c66x_3_1_0_0.xdc.ninc
│ │ │ │ │ ├── ti.dsplib.ccs
│ │ │ │ │ ├── ti_dsplib.class
│ │ │ │ │ ├── ti_dsplib.java
│ │ │ │ │ └── ti.dsplib.sch
│ │ │ │ ├── package.bld
│ │ │ │ ├── package.mak
│ │ │ │ ├── package.xdc
│ │ │ │ ├── setenv.bat
│ │ │ │ ├── setxdcpath.js
│ │ │ │ ├── src
│ │ │ │ │ ├── DSP_add16
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_add16_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_add16_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_add16_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_add16_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_add16.c
│ │ │ │ │ │ │ ├── DSP_add16_cn.c
│ │ │ │ │ │ │ ├── DSP_add16_cn.h
│ │ │ │ │ │ │ ├── DSP_add16_d.c
│ │ │ │ │ │ │ ├── DSP_add16.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_add16.h
│ │ │ │ │ ├── DSP_add32
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_add32_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_add32_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_add32_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_add32_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_add32.c
│ │ │ │ │ │ │ ├── DSP_add32_cn.c
│ │ │ │ │ │ │ ├── DSP_add32_cn.h
│ │ │ │ │ │ │ ├── DSP_add32_d.c
│ │ │ │ │ │ │ ├── DSP_add32.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_add32.h
│ │ │ │ │ ├── DSP_autocor
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_autocor_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_autocor_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_autocor_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_autocor_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_autocor.c
│ │ │ │ │ │ │ ├── DSP_autocor_cn.c
│ │ │ │ │ │ │ ├── DSP_autocor_cn.h
│ │ │ │ │ │ │ ├── DSP_autocor_d.c
│ │ │ │ │ │ │ ├── DSP_autocor.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_autocor.h
│ │ │ │ │ ├── DSP_bexp
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_bexp_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_bexp_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_bexp_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_bexp_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_bexp.c
│ │ │ │ │ │ │ ├── DSP_bexp_cn.c
│ │ │ │ │ │ │ ├── DSP_bexp_cn.h
│ │ │ │ │ │ │ ├── DSP_bexp_d.c
│ │ │ │ │ │ │ ├── DSP_bexp.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_bexp.h
│ │ │ │ │ ├── DSP_blk_eswap16
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_blk_eswap16_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_blk_eswap16_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_blk_eswap16_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_blk_eswap16_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_blk_eswap16.c
│ │ │ │ │ │ │ ├── DSP_blk_eswap16_cn.c
│ │ │ │ │ │ │ ├── DSP_blk_eswap16_cn.h
│ │ │ │ │ │ │ ├── DSP_blk_eswap16_d.c
│ │ │ │ │ │ │ ├── DSP_blk_eswap16.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_blk_eswap16.h
│ │ │ │ │ ├── DSP_blk_eswap32
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_blk_eswap32_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_blk_eswap32_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_blk_eswap32_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_blk_eswap32_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_blk_eswap32.c
│ │ │ │ │ │ │ ├── DSP_blk_eswap32_cn.c
│ │ │ │ │ │ │ ├── DSP_blk_eswap32_cn.h
│ │ │ │ │ │ │ ├── DSP_blk_eswap32_d.c
│ │ │ │ │ │ │ ├── DSP_blk_eswap32.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_blk_eswap32.h
│ │ │ │ │ ├── DSP_blk_eswap64
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_blk_eswap64_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_blk_eswap64_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_blk_eswap64_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_blk_eswap64_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_blk_eswap64.c
│ │ │ │ │ │ │ ├── DSP_blk_eswap64_cn.c
│ │ │ │ │ │ │ ├── DSP_blk_eswap64_cn.h
│ │ │ │ │ │ │ ├── DSP_blk_eswap64_d.c
│ │ │ │ │ │ │ ├── DSP_blk_eswap64.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_blk_eswap64.h
│ │ │ │ │ ├── DSP_blk_move
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_blk_move_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_blk_move_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_blk_move_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_blk_move_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_blk_move.c
│ │ │ │ │ │ │ ├── DSP_blk_move_cn.c
│ │ │ │ │ │ │ ├── DSP_blk_move_cn.h
│ │ │ │ │ │ │ ├── DSP_blk_move_d.c
│ │ │ │ │ │ │ ├── DSP_blk_move.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_blk_move.h
│ │ │ │ │ ├── DSP_dotprod
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_dotprod_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_dotprod_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_dotprod_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_dotprod_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_dotprod.c
│ │ │ │ │ │ │ ├── DSP_dotprod_cn.c
│ │ │ │ │ │ │ ├── DSP_dotprod_cn.h
│ │ │ │ │ │ │ ├── DSP_dotprod_d.c
│ │ │ │ │ │ │ ├── DSP_dotprod.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_dotprod.h
│ │ │ │ │ ├── DSP_dotp_sqr
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_dotp_sqr_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_dotp_sqr_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_dotp_sqr_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_dotp_sqr_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_dotp_sqr.c
│ │ │ │ │ │ │ ├── DSP_dotp_sqr_cn.c
│ │ │ │ │ │ │ ├── DSP_dotp_sqr_cn.h
│ │ │ │ │ │ │ ├── DSP_dotp_sqr_d.c
│ │ │ │ │ │ │ ├── DSP_dotp_sqr.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_dotp_sqr.h
│ │ │ │ │ ├── DSPF_dp_fftDPxDP
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_dp_fftDPxDP_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_fftDPxDP_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_fftDPxDP_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_fftDPxDP_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_fftDPxDP.c
│ │ │ │ │ │ │ ├── DSPF_dp_fftDPxDP_cn.c
│ │ │ │ │ │ │ ├── DSPF_dp_fftDPxDP_cn.h
│ │ │ │ │ │ │ ├── DSPF_dp_fftDPxDP_d.c
│ │ │ │ │ │ │ ├── DSPF_dp_fftDPxDP.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_dp_fftDPxDP.h
│ │ │ │ │ ├── DSPF_dp_ifftDPxDP
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_dp_ifftDPxDP_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_ifftDPxDP_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_ifftDPxDP_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_ifftDPxDP_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_ifftDPxDP.c
│ │ │ │ │ │ │ ├── DSPF_dp_ifftDPxDP_cn.c
│ │ │ │ │ │ │ ├── DSPF_dp_ifftDPxDP_cn.h
│ │ │ │ │ │ │ ├── DSPF_dp_ifftDPxDP_d.c
│ │ │ │ │ │ │ ├── DSPF_dp_ifftDPxDP.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_dp_ifftDPxDP.h
│ │ │ │ │ ├── DSPF_dp_mat_mul_gemm
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_dp_mat_mul_gemm_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_mat_mul_gemm_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_mat_mul_gemm_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_mat_mul_gemm_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_mat_mul_gemm.c
│ │ │ │ │ │ │ ├── DSPF_dp_mat_mul_gemm_cn.c
│ │ │ │ │ │ │ ├── DSPF_dp_mat_mul_gemm_cn.h
│ │ │ │ │ │ │ ├── DSPF_dp_mat_mul_gemm_d.c
│ │ │ │ │ │ │ ├── DSPF_dp_mat_mul_gemm.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_dp_mat_mul_gemm.h
│ │ │ │ │ ├── DSPF_dp_mat_submat_copy
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_dp_mat_submat_copy_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_mat_submat_copy_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_mat_submat_copy_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_mat_submat_copy_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_mat_submat_copy.c
│ │ │ │ │ │ │ ├── DSPF_dp_mat_submat_copy_cn.c
│ │ │ │ │ │ │ ├── DSPF_dp_mat_submat_copy_cn.h
│ │ │ │ │ │ │ ├── DSPF_dp_mat_submat_copy_d.c
│ │ │ │ │ │ │ ├── DSPF_dp_mat_submat_copy.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_dp_mat_submat_copy.h
│ │ │ │ │ ├── DSPF_dp_mat_trans
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_dp_mat_trans_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_mat_trans_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_mat_trans_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_mat_trans_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_dp_mat_trans.c
│ │ │ │ │ │ │ ├── DSPF_dp_mat_trans_cn.c
│ │ │ │ │ │ │ ├── DSPF_dp_mat_trans_cn.h
│ │ │ │ │ │ │ ├── DSPF_dp_mat_trans_d.c
│ │ │ │ │ │ │ ├── DSPF_dp_mat_trans.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_dp_mat_trans.h
│ │ │ │ │ ├── DSP_fft16x16
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fft16x16_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft16x16_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft16x16_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft16x16_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft16x16.c
│ │ │ │ │ │ │ ├── DSP_fft16x16_cn.c
│ │ │ │ │ │ │ ├── DSP_fft16x16_cn.h
│ │ │ │ │ │ │ ├── DSP_fft16x16_d.c
│ │ │ │ │ │ │ ├── DSP_fft16x16.h
│ │ │ │ │ │ │ ├── gen_twiddle_fft16x16.c
│ │ │ │ │ │ │ ├── gen_twiddle_fft16x16.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fft16x16.h
│ │ │ │ │ ├── DSP_fft16x16_imre
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fft16x16_imre_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft16x16_imre_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft16x16_imre_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft16x16_imre_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft16x16_imre.c
│ │ │ │ │ │ │ ├── DSP_fft16x16_imre_cn.c
│ │ │ │ │ │ │ ├── DSP_fft16x16_imre_cn.h
│ │ │ │ │ │ │ ├── DSP_fft16x16_imre_d.c
│ │ │ │ │ │ │ ├── DSP_fft16x16_imre.h
│ │ │ │ │ │ │ ├── gen_twiddle_fft16x16_imre.c
│ │ │ │ │ │ │ ├── gen_twiddle_fft16x16_imre.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fft16x16_imre.h
│ │ │ │ │ ├── DSP_fft16x16r
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fft16x16r_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft16x16r_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft16x16r_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft16x16r_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft16x16r.c
│ │ │ │ │ │ │ ├── DSP_fft16x16r_cn.c
│ │ │ │ │ │ │ ├── DSP_fft16x16r_cn.h
│ │ │ │ │ │ │ ├── DSP_fft16x16r_d.c
│ │ │ │ │ │ │ ├── DSP_fft16x16r.h
│ │ │ │ │ │ │ ├── gen_twiddle_fft16x16r.c
│ │ │ │ │ │ │ ├── gen_twiddle_fft16x16r.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fft16x16r.h
│ │ │ │ │ ├── DSP_fft16x32
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fft16x32_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft16x32_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft16x32_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft16x32_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft16x32.c
│ │ │ │ │ │ │ ├── DSP_fft16x32_cn.c
│ │ │ │ │ │ │ ├── DSP_fft16x32_cn.h
│ │ │ │ │ │ │ ├── DSP_fft16x32_d.c
│ │ │ │ │ │ │ ├── DSP_fft16x32.h
│ │ │ │ │ │ │ ├── gen_twiddle_fft16x32.c
│ │ │ │ │ │ │ ├── gen_twiddle_fft16x32.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fft16x32.h
│ │ │ │ │ ├── DSP_fft32x32
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fft32x32_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft32x32_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft32x32_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft32x32_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft32x32.c
│ │ │ │ │ │ │ ├── DSP_fft32x32_cn.c
│ │ │ │ │ │ │ ├── DSP_fft32x32_cn.h
│ │ │ │ │ │ │ ├── DSP_fft32x32_d.c
│ │ │ │ │ │ │ ├── DSP_fft32x32.h
│ │ │ │ │ │ │ ├── gen_twiddle_fft32x32.c
│ │ │ │ │ │ │ ├── gen_twiddle_fft32x32.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fft32x32.h
│ │ │ │ │ ├── DSP_fft32x32s
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fft32x32s_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft32x32s_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft32x32s_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft32x32s_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fft32x32s.c
│ │ │ │ │ │ │ ├── DSP_fft32x32s_cn.c
│ │ │ │ │ │ │ ├── DSP_fft32x32s_cn.h
│ │ │ │ │ │ │ ├── DSP_fft32x32s_d.c
│ │ │ │ │ │ │ ├── DSP_fft32x32s.h
│ │ │ │ │ │ │ ├── gen_twiddle_fft32x32s.c
│ │ │ │ │ │ │ ├── gen_twiddle_fft32x32s.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fft32x32s.h
│ │ │ │ │ ├── DSP_fir_cplx
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fir_cplx_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_cplx_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_cplx_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_cplx_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_cplx.c
│ │ │ │ │ │ │ ├── DSP_fir_cplx_cn.c
│ │ │ │ │ │ │ ├── DSP_fir_cplx_cn.h
│ │ │ │ │ │ │ ├── DSP_fir_cplx_d.c
│ │ │ │ │ │ │ ├── DSP_fir_cplx.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fir_cplx.h
│ │ │ │ │ ├── DSP_fir_cplx_hM4X4
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fir_cplx_hM4X4_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_cplx_hM4X4_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_cplx_hM4X4_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_cplx_hM4X4_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_cplx_hM4X4.c
│ │ │ │ │ │ │ ├── DSP_fir_cplx_hM4X4_cn.c
│ │ │ │ │ │ │ ├── DSP_fir_cplx_hM4X4_cn.h
│ │ │ │ │ │ │ ├── DSP_fir_cplx_hM4X4_d.c
│ │ │ │ │ │ │ ├── DSP_fir_cplx_hM4X4.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fir_cplx_hM4X4.h
│ │ │ │ │ ├── DSP_fir_gen
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fir_gen_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_gen_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_gen_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_gen_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_gen.c
│ │ │ │ │ │ │ ├── DSP_fir_gen_cn.c
│ │ │ │ │ │ │ ├── DSP_fir_gen_cn.h
│ │ │ │ │ │ │ ├── DSP_fir_gen_d.c
│ │ │ │ │ │ │ ├── DSP_fir_gen.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fir_gen.h
│ │ │ │ │ ├── DSP_fir_gen_hM17_rA8X8
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fir_gen_hM17_rA8X8_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_gen_hM17_rA8X8_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_gen_hM17_rA8X8_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_gen_hM17_rA8X8_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_gen_hM17_rA8X8.c
│ │ │ │ │ │ │ ├── DSP_fir_gen_hM17_rA8X8_cn.c
│ │ │ │ │ │ │ ├── DSP_fir_gen_hM17_rA8X8_cn.h
│ │ │ │ │ │ │ ├── DSP_fir_gen_hM17_rA8X8_d.c
│ │ │ │ │ │ │ ├── DSP_fir_gen_hM17_rA8X8.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fir_gen_hM17_rA8X8.h
│ │ │ │ │ ├── DSP_firlms2
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_firlms2_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_firlms2_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_firlms2_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_firlms2_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_firlms2.c
│ │ │ │ │ │ │ ├── DSP_firlms2_cn.c
│ │ │ │ │ │ │ ├── DSP_firlms2_cn.h
│ │ │ │ │ │ │ ├── DSP_firlms2_d.c
│ │ │ │ │ │ │ ├── DSP_firlms2.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_firlms2.h
│ │ │ │ │ ├── DSP_fir_r4
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fir_r4_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r4_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r4_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r4_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r4.c
│ │ │ │ │ │ │ ├── DSP_fir_r4_cn.c
│ │ │ │ │ │ │ ├── DSP_fir_r4_cn.h
│ │ │ │ │ │ │ ├── DSP_fir_r4_d.c
│ │ │ │ │ │ │ ├── DSP_fir_r4.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fir_r4.h
│ │ │ │ │ ├── DSP_fir_r8
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fir_r8_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8.c
│ │ │ │ │ │ │ ├── DSP_fir_r8_cn.c
│ │ │ │ │ │ │ ├── DSP_fir_r8_cn.h
│ │ │ │ │ │ │ ├── DSP_fir_r8_d.c
│ │ │ │ │ │ │ ├── DSP_fir_r8.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fir_r8.h
│ │ │ │ │ ├── DSP_fir_r8_h16
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fir_r8_h16_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_h16_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_h16_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_h16_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_h16.c
│ │ │ │ │ │ │ ├── DSP_fir_r8_h16_cn.c
│ │ │ │ │ │ │ ├── DSP_fir_r8_h16_cn.h
│ │ │ │ │ │ │ ├── DSP_fir_r8_h16_d.c
│ │ │ │ │ │ │ ├── DSP_fir_r8_h16.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fir_r8_h16.h
│ │ │ │ │ ├── DSP_fir_r8_h24
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fir_r8_h24_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_h24_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_h24_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_h24_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_h24.c
│ │ │ │ │ │ │ ├── DSP_fir_r8_h24_cn.c
│ │ │ │ │ │ │ ├── DSP_fir_r8_h24_cn.h
│ │ │ │ │ │ │ ├── DSP_fir_r8_h24_d.c
│ │ │ │ │ │ │ ├── DSP_fir_r8_h24.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fir_r8_h24.h
│ │ │ │ │ ├── DSP_fir_r8_h8
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fir_r8_h8_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_h8_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_h8_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_h8_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_h8.c
│ │ │ │ │ │ │ ├── DSP_fir_r8_h8_cn.c
│ │ │ │ │ │ │ ├── DSP_fir_r8_h8_cn.h
│ │ │ │ │ │ │ ├── DSP_fir_r8_h8_d.c
│ │ │ │ │ │ │ ├── DSP_fir_r8_h8.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fir_r8_h8.h
│ │ │ │ │ ├── DSP_fir_r8_hM16_rM8A8X8
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fir_r8_hM16_rM8A8X8_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_hM16_rM8A8X8_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_hM16_rM8A8X8_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_hM16_rM8A8X8_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_r8_hM16_rM8A8X8.c
│ │ │ │ │ │ │ ├── DSP_fir_r8_hM16_rM8A8X8_cn.c
│ │ │ │ │ │ │ ├── DSP_fir_r8_hM16_rM8A8X8_cn.h
│ │ │ │ │ │ │ ├── DSP_fir_r8_hM16_rM8A8X8_d.c
│ │ │ │ │ │ │ ├── DSP_fir_r8_hM16_rM8A8X8.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fir_r8_hM16_rM8A8X8.h
│ │ │ │ │ ├── DSP_fir_sym
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fir_sym_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_sym_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_sym_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_sym_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fir_sym.c
│ │ │ │ │ │ │ ├── DSP_fir_sym_cn.c
│ │ │ │ │ │ │ ├── DSP_fir_sym_cn.h
│ │ │ │ │ │ │ ├── DSP_fir_sym_d.c
│ │ │ │ │ │ │ ├── DSP_fir_sym.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fir_sym.h
│ │ │ │ │ ├── DSP_fltoq15
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_fltoq15_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fltoq15_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fltoq15_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fltoq15_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_fltoq15.c
│ │ │ │ │ │ │ ├── DSP_fltoq15_cn.c
│ │ │ │ │ │ │ ├── DSP_fltoq15_cn.h
│ │ │ │ │ │ │ ├── DSP_fltoq15_d.c
│ │ │ │ │ │ │ ├── DSP_fltoq15.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_fltoq15.h
│ │ │ │ │ ├── DSPF_sp_autocor
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_autocor_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_autocor_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_autocor_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_autocor_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_autocor.c
│ │ │ │ │ │ │ ├── DSPF_sp_autocor_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_autocor_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_autocor_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_autocor.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_autocor.h
│ │ │ │ │ ├── DSPF_sp_biquad
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_biquad_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_biquad_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_biquad_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_biquad_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_biquad.c
│ │ │ │ │ │ │ ├── DSPF_sp_biquad_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_biquad_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_biquad_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_biquad.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_biquad.h
│ │ │ │ │ ├── DSPF_sp_bitrev_cplx
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_bitrev_cplx_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_bitrev_cplx_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_bitrev_cplx_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_bitrev_cplx_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_bitrev_cplx.c
│ │ │ │ │ │ │ ├── DSPF_sp_bitrev_cplx_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_bitrev_cplx_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_bitrev_cplx_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_bitrev_cplx.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_bitrev_cplx.h
│ │ │ │ │ ├── DSPF_sp_convol
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_convol_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_convol_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_convol_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_convol_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_convol.c
│ │ │ │ │ │ │ ├── DSPF_sp_convol_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_convol_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_convol_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_convol.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_convol.h
│ │ │ │ │ ├── DSPF_sp_dotp_cplx
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_dotp_cplx_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_dotp_cplx_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_dotp_cplx_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_dotp_cplx_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_dotp_cplx.c
│ │ │ │ │ │ │ ├── DSPF_sp_dotp_cplx_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_dotp_cplx_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_dotp_cplx_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_dotp_cplx.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_dotp_cplx.h
│ │ │ │ │ ├── DSPF_sp_dotprod
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_dotprod_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_dotprod_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_dotprod_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_dotprod_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_dotprod.c
│ │ │ │ │ │ │ ├── DSPF_sp_dotprod_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_dotprod_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_dotprod_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_dotprod.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_dotprod.h
│ │ │ │ │ ├── DSPF_sp_fftSPxSP
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_fftSPxSP_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fftSPxSP_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fftSPxSP_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fftSPxSP_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fftSPxSP_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_fftSPxSP_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_fftSPxSP_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_fftSPxSP.h
│ │ │ │ │ │ │ ├── DSPF_sp_fftSPxSP_opt.c
│ │ │ │ │ │ │ ├── DSPF_sp_fftSPxSP_opt.h
│ │ │ │ │ │ │ ├── DSPF_sp_fftSPxSP.sa
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_fftSPxSP.h
│ │ │ │ │ ├── DSPF_sp_fircirc
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_fircirc_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fircirc_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fircirc_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fircirc_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fircirc.c
│ │ │ │ │ │ │ ├── DSPF_sp_fircirc_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_fircirc_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_fircirc_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_fircirc.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_fircirc.h
│ │ │ │ │ ├── DSPF_sp_fir_cplx
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_fir_cplx_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fir_cplx_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fir_cplx_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fir_cplx_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fir_cplx.c
│ │ │ │ │ │ │ ├── DSPF_sp_fir_cplx_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_fir_cplx_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_fir_cplx_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_fir_cplx.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_fir_cplx.h
│ │ │ │ │ ├── DSPF_sp_fir_gen
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_fir_gen_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fir_gen_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fir_gen_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fir_gen_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fir_gen.c
│ │ │ │ │ │ │ ├── DSPF_sp_fir_gen_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_fir_gen_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_fir_gen_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_fir_gen.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_fir_gen.h
│ │ │ │ │ ├── DSPF_sp_fir_r2
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_fir_r2_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fir_r2_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fir_r2_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fir_r2_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_fir_r2.c
│ │ │ │ │ │ │ ├── DSPF_sp_fir_r2_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_fir_r2_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_fir_r2_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_fir_r2.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_fir_r2.h
│ │ │ │ │ ├── DSPF_sp_ifftSPxSP
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_ifftSPxSP_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_ifftSPxSP_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_ifftSPxSP_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_ifftSPxSP_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_ifftSPxSP_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_ifftSPxSP_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_ifftSPxSP_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_ifftSPxSP.h
│ │ │ │ │ │ │ ├── DSPF_sp_ifftSPxSP_opt.c
│ │ │ │ │ │ │ ├── DSPF_sp_ifftSPxSP_opt.h
│ │ │ │ │ │ │ ├── DSPF_sp_ifftSPxSP.sa
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_ifftSPxSP.h
│ │ │ │ │ ├── DSPF_sp_iir
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_iir_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_iir_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_iir_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_iir_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_iir.c
│ │ │ │ │ │ │ ├── DSPF_sp_iir_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_iir_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_iir_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_iir.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_iir.h
│ │ │ │ │ ├── DSPF_sp_iirlat
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_iirlat_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_iirlat_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_iirlat_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_iirlat_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_iirlat.c
│ │ │ │ │ │ │ ├── DSPF_sp_iirlat_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_iirlat_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_iirlat_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_iirlat.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_iirlat.h
│ │ │ │ │ ├── DSPF_sp_lms
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_lms_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_lms_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_lms_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_lms_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_lms.c
│ │ │ │ │ │ │ ├── DSPF_sp_lms_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_lms_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_lms_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_lms.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_lms.h
│ │ │ │ │ ├── DSPF_sp_mat_mul
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_mat_mul.h
│ │ │ │ │ ├── DSPF_sp_mat_mul_cplx
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_cplx_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_cplx_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_cplx_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_cplx_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_cplx.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_cplx_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_cplx_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_cplx_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_cplx.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_mat_mul_cplx.h
│ │ │ │ │ ├── DSPF_sp_mat_mul_gemm
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_mat_mul_gemm.h
│ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_cplx
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_cplx_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_cplx_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_cplx_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_cplx_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_cplx.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_cplx_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_cplx_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_cplx_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_mul_gemm_cplx.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_mat_mul_gemm_cplx.h
│ │ │ │ │ ├── DSPF_sp_mat_submat_copy
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_mat_submat_copy.h
│ │ │ │ │ ├── DSPF_sp_mat_submat_copy_cplx
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_cplx_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_cplx_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_cplx_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_cplx_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_cplx.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_cplx_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_cplx_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_cplx_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_submat_copy_cplx.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_mat_submat_copy_cplx.h
│ │ │ │ │ ├── DSPF_sp_mat_trans
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_mat_trans.h
│ │ │ │ │ ├── DSPF_sp_mat_trans_cplx
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans_cplx_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans_cplx_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans_cplx_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans_cplx_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans_cplx.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans_cplx_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans_cplx_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans_cplx_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_mat_trans_cplx.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_mat_trans_cplx.h
│ │ │ │ │ ├── DSPF_sp_maxidx
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_maxidx_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_maxidx_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_maxidx_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_maxidx_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_maxidx.c
│ │ │ │ │ │ │ ├── DSPF_sp_maxidx_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_maxidx_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_maxidx_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_maxidx.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_maxidx.h
│ │ │ │ │ ├── DSPF_sp_maxval
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_maxval_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_maxval_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_maxval_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_maxval_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_maxval.c
│ │ │ │ │ │ │ ├── DSPF_sp_maxval_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_maxval_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_maxval_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_maxval.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_maxval.h
│ │ │ │ │ ├── DSPF_sp_minerr
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_minerr_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_minerr_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_minerr_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_minerr_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_minerr.c
│ │ │ │ │ │ │ ├── DSPF_sp_minerr_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_minerr_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_minerr_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_minerr.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_minerr.h
│ │ │ │ │ ├── DSPF_sp_minval
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_minval_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_minval_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_minval_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_minval_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_minval.c
│ │ │ │ │ │ │ ├── DSPF_sp_minval_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_minval_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_minval_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_minval.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_minval.h
│ │ │ │ │ ├── DSPF_sp_vecadd
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_vecadd_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_vecadd_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_vecadd_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_vecadd_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_vecadd.c
│ │ │ │ │ │ │ ├── DSPF_sp_vecadd_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_vecadd_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_vecadd_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_vecadd.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_vecadd.h
│ │ │ │ │ ├── DSPF_sp_vecmul
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_vecmul_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_vecmul_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_vecmul_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_vecmul_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_vecmul.c
│ │ │ │ │ │ │ ├── DSPF_sp_vecmul_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_vecmul_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_vecmul_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_vecmul.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_vecmul.h
│ │ │ │ │ ├── DSPF_sp_vecrecip
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_vecrecip_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_vecrecip_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_vecrecip_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_vecrecip_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_vecrecip.c
│ │ │ │ │ │ │ ├── DSPF_sp_vecrecip_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_vecrecip_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_vecrecip_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_vecrecip.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_vecrecip.h
│ │ │ │ │ ├── DSPF_sp_vecsum_sq
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_vecsum_sq_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_vecsum_sq_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_vecsum_sq_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_vecsum_sq_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_vecsum_sq.c
│ │ │ │ │ │ │ ├── DSPF_sp_vecsum_sq_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_vecsum_sq_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_vecsum_sq_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_vecsum_sq.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_vecsum_sq.h
│ │ │ │ │ ├── DSPF_sp_w_vec
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSPF_sp_w_vec_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_w_vec_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_w_vec_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_w_vec_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSPF_sp_w_vec.c
│ │ │ │ │ │ │ ├── DSPF_sp_w_vec_cn.c
│ │ │ │ │ │ │ ├── DSPF_sp_w_vec_cn.h
│ │ │ │ │ │ │ ├── DSPF_sp_w_vec_d.c
│ │ │ │ │ │ │ ├── DSPF_sp_w_vec.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSPF_sp_w_vec.h
│ │ │ │ │ ├── DSP_ifft16x16
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_ifft16x16_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_ifft16x16_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_ifft16x16_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_ifft16x16_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_ifft16x16.c
│ │ │ │ │ │ │ ├── DSP_ifft16x16_cn.c
│ │ │ │ │ │ │ ├── DSP_ifft16x16_cn.h
│ │ │ │ │ │ │ ├── DSP_ifft16x16_d.c
│ │ │ │ │ │ │ ├── DSP_ifft16x16.h
│ │ │ │ │ │ │ ├── gen_twiddle_ifft16x16.c
│ │ │ │ │ │ │ ├── gen_twiddle_ifft16x16.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_ifft16x16.h
│ │ │ │ │ ├── DSP_ifft16x16_imre
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_ifft16x16_imre_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_ifft16x16_imre_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_ifft16x16_imre_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_ifft16x16_imre_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_ifft16x16_imre.c
│ │ │ │ │ │ │ ├── DSP_ifft16x16_imre_cn.c
│ │ │ │ │ │ │ ├── DSP_ifft16x16_imre_cn.h
│ │ │ │ │ │ │ ├── DSP_ifft16x16_imre_d.c
│ │ │ │ │ │ │ ├── DSP_ifft16x16_imre.h
│ │ │ │ │ │ │ ├── gen_twiddle_ifft16x16_imre.c
│ │ │ │ │ │ │ ├── gen_twiddle_ifft16x16_imre.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_ifft16x16_imre.h
│ │ │ │ │ ├── DSP_ifft16x32
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_ifft16x32_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_ifft16x32_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_ifft16x32_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_ifft16x32_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_ifft16x32.c
│ │ │ │ │ │ │ ├── DSP_ifft16x32_cn.c
│ │ │ │ │ │ │ ├── DSP_ifft16x32_cn.h
│ │ │ │ │ │ │ ├── DSP_ifft16x32_d.c
│ │ │ │ │ │ │ ├── DSP_ifft16x32.h
│ │ │ │ │ │ │ ├── gen_twiddle_ifft16x32.c
│ │ │ │ │ │ │ ├── gen_twiddle_ifft16x32.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_ifft16x32.h
│ │ │ │ │ ├── DSP_ifft32x32
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_ifft32x32_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_ifft32x32_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_ifft32x32_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_ifft32x32_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_ifft32x32.c
│ │ │ │ │ │ │ ├── DSP_ifft32x32_cn.c
│ │ │ │ │ │ │ ├── DSP_ifft32x32_cn.h
│ │ │ │ │ │ │ ├── DSP_ifft32x32_d.c
│ │ │ │ │ │ │ ├── DSP_ifft32x32.h
│ │ │ │ │ │ │ ├── gen_twiddle_ifft32x32.c
│ │ │ │ │ │ │ ├── gen_twiddle_ifft32x32.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_ifft32x32.h
│ │ │ │ │ ├── DSP_iir
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_iir_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_iir_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_iir_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_iir_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_iir.c
│ │ │ │ │ │ │ ├── DSP_iir_cn.c
│ │ │ │ │ │ │ ├── DSP_iir_cn.h
│ │ │ │ │ │ │ ├── DSP_iir_d.c
│ │ │ │ │ │ │ ├── DSP_iir.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_iir.h
│ │ │ │ │ ├── DSP_iir_lat
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_iir_lat_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_iir_lat_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_iir_lat_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_iir_lat_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_iir_lat.c
│ │ │ │ │ │ │ ├── DSP_iir_lat_cn.c
│ │ │ │ │ │ │ ├── DSP_iir_lat_cn.h
│ │ │ │ │ │ │ ├── DSP_iir_lat_d.c
│ │ │ │ │ │ │ ├── DSP_iir_lat.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_iir_lat.h
│ │ │ │ │ ├── DSP_iir_ss
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_iir_ss_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_iir_ss_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_iir_ss_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_iir_ss_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_iir_ss.c
│ │ │ │ │ │ │ ├── DSP_iir_ss_cn.c
│ │ │ │ │ │ │ ├── DSP_iir_ss_cn.h
│ │ │ │ │ │ │ ├── DSP_iir_ss_d.c
│ │ │ │ │ │ │ ├── DSP_iir_ss.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_iir_ss.h
│ │ │ │ │ ├── DSP_mat_mul
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_mat_mul_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_mat_mul_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_mat_mul_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_mat_mul_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_mat_mul.c
│ │ │ │ │ │ │ ├── DSP_mat_mul_cn.c
│ │ │ │ │ │ │ ├── DSP_mat_mul_cn.h
│ │ │ │ │ │ │ ├── DSP_mat_mul_d.c
│ │ │ │ │ │ │ ├── DSP_mat_mul.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_mat_mul.h
│ │ │ │ │ ├── DSP_mat_mul_cplx
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_mat_mul_cplx_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_mat_mul_cplx_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_mat_mul_cplx_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_mat_mul_cplx_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_mat_mul_cplx.c
│ │ │ │ │ │ │ ├── DSP_mat_mul_cplx_cn.c
│ │ │ │ │ │ │ ├── DSP_mat_mul_cplx_cn.h
│ │ │ │ │ │ │ ├── DSP_mat_mul_cplx_d.c
│ │ │ │ │ │ │ ├── DSP_mat_mul_cplx.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_mat_mul_cplx.h
│ │ │ │ │ ├── DSP_mat_trans
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_mat_trans_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_mat_trans_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_mat_trans_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_mat_trans_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_mat_trans.c
│ │ │ │ │ │ │ ├── DSP_mat_trans_cn.c
│ │ │ │ │ │ │ ├── DSP_mat_trans_cn.h
│ │ │ │ │ │ │ ├── DSP_mat_trans_d.c
│ │ │ │ │ │ │ ├── DSP_mat_trans.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_mat_trans.h
│ │ │ │ │ ├── DSP_maxidx
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_maxidx_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_maxidx_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_maxidx_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_maxidx_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_maxidx.c
│ │ │ │ │ │ │ ├── DSP_maxidx_cn.c
│ │ │ │ │ │ │ ├── DSP_maxidx_cn.h
│ │ │ │ │ │ │ ├── DSP_maxidx_d.c
│ │ │ │ │ │ │ ├── DSP_maxidx.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_maxidx.h
│ │ │ │ │ ├── DSP_maxval
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_maxval_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_maxval_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_maxval_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_maxval_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_maxval.c
│ │ │ │ │ │ │ ├── DSP_maxval_cn.c
│ │ │ │ │ │ │ ├── DSP_maxval_cn.h
│ │ │ │ │ │ │ ├── DSP_maxval_d.c
│ │ │ │ │ │ │ ├── DSP_maxval.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_maxval.h
│ │ │ │ │ ├── DSP_minerror
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_minerror_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_minerror_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_minerror_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_minerror_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_minerror.c
│ │ │ │ │ │ │ ├── DSP_minerror_cn.c
│ │ │ │ │ │ │ ├── DSP_minerror_cn.h
│ │ │ │ │ │ │ ├── DSP_minerror_d.c
│ │ │ │ │ │ │ ├── DSP_minerror.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_minerror.h
│ │ │ │ │ ├── DSP_minval
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_minval_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_minval_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_minval_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_minval_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_minval.c
│ │ │ │ │ │ │ ├── DSP_minval_cn.c
│ │ │ │ │ │ │ ├── DSP_minval_cn.h
│ │ │ │ │ │ │ ├── DSP_minval_d.c
│ │ │ │ │ │ │ ├── DSP_minval.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_minval.h
│ │ │ │ │ ├── DSP_mul32
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_mul32_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_mul32_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_mul32_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_mul32_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_mul32.c
│ │ │ │ │ │ │ ├── DSP_mul32_cn.c
│ │ │ │ │ │ │ ├── DSP_mul32_cn.h
│ │ │ │ │ │ │ ├── DSP_mul32_d.c
│ │ │ │ │ │ │ ├── DSP_mul32.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_mul32.h
│ │ │ │ │ ├── DSP_neg32
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_neg32_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_neg32_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_neg32_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_neg32_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_neg32.c
│ │ │ │ │ │ │ ├── DSP_neg32_cn.c
│ │ │ │ │ │ │ ├── DSP_neg32_cn.h
│ │ │ │ │ │ │ ├── DSP_neg32_d.c
│ │ │ │ │ │ │ ├── DSP_neg32.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_neg32.h
│ │ │ │ │ ├── DSP_q15tofl
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_q15tofl_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_q15tofl_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_q15tofl_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_q15tofl_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_q15tofl.c
│ │ │ │ │ │ │ ├── DSP_q15tofl_cn.c
│ │ │ │ │ │ │ ├── DSP_q15tofl_cn.h
│ │ │ │ │ │ │ ├── DSP_q15tofl_d.c
│ │ │ │ │ │ │ ├── DSP_q15tofl.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_q15tofl.h
│ │ │ │ │ ├── DSP_recip16
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_recip16_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_recip16_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_recip16_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_recip16_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_recip16.c
│ │ │ │ │ │ │ ├── DSP_recip16_cn.c
│ │ │ │ │ │ │ ├── DSP_recip16_cn.h
│ │ │ │ │ │ │ ├── DSP_recip16_d.c
│ │ │ │ │ │ │ ├── DSP_recip16.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_recip16.h
│ │ │ │ │ ├── DSP_vecsumsq
│ │ │ │ │ │ ├── c66
│ │ │ │ │ │ │ ├── DSP_vecsumsq_66_BE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_vecsumsq_66_BE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_vecsumsq_66_LE_COFF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_vecsumsq_66_LE_ELF
│ │ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ │ ├── DSP_vecsumsq.c
│ │ │ │ │ │ │ ├── DSP_vecsumsq_cn.c
│ │ │ │ │ │ │ ├── DSP_vecsumsq_cn.h
│ │ │ │ │ │ │ ├── DSP_vecsumsq_d.c
│ │ │ │ │ │ │ ├── DSP_vecsumsq.h
│ │ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ │ └── DSP_vecsumsq.h
│ │ │ │ │ └── DSP_w_vec
│ │ │ │ │ ├── c66
│ │ │ │ │ │ ├── DSP_w_vec_66_BE_COFF
│ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ ├── DSP_w_vec_66_BE_ELF
│ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ ├── DSP_w_vec_66_LE_COFF
│ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ ├── DSP_w_vec_66_LE_ELF
│ │ │ │ │ │ │ └── macros.ini
│ │ │ │ │ │ ├── DSP_w_vec.c
│ │ │ │ │ │ ├── DSP_w_vec_cn.c
│ │ │ │ │ │ ├── DSP_w_vec_cn.h
│ │ │ │ │ │ ├── DSP_w_vec_d.c
│ │ │ │ │ │ ├── DSP_w_vec.h
│ │ │ │ │ │ └── lnk.cmd
│ │ │ │ │ └── DSP_w_vec.h
│ │ │ │ ├── Version.h
│ │ │ │ └── Version.xdc
│ │ │ └── mas
│ │ │ └── swtools
│ │ │ ├── Ccase.js
│ │ │ ├── Ccase.xdc
│ │ │ ├── CommonBld.xdc
│ │ │ ├── CommonBld.xs
│ │ │ ├── config.bld
│ │ │ ├── Copy.xs
│ │ │ ├── cpytools.pl
│ │ │ ├── cygwinxdc.bat
│ │ │ ├── dcspecGen.js
│ │ │ ├── docs
│ │ │ │ ├── doxygen
│ │ │ │ │ ├── Doxyfile
│ │ │ │ │ ├── doxyfile.xdt
│ │ │ │ │ ├── doxygen.h
│ │ │ │ │ ├── genDoxyfile
│ │ │ │ │ └── SWTOOLS.chm
│ │ │ │ └── relnotes_archive
│ │ │ │ ├── swtools_4_0_0_0_release_notes.html
│ │ │ │ ├── swtools_4_1_0_0_release_notes.html
│ │ │ │ ├── swtools_4_2_0_0_release_notes.html
│ │ │ │ ├── swtools_4_3_0_0_release_notes.html
│ │ │ │ ├── swtools_4_4_0_0_release_notes.html
│ │ │ │ ├── swtools_4_4_0_1_release_notes.html
│ │ │ │ ├── swtools_4_5_0_0_release_notes.html
│ │ │ │ ├── swtools_4_5_0_1_release_notes.html
│ │ │ │ ├── tilogo.gif
│ │ │ │ └── titagline.gif
│ │ │ ├── iCcase.js
│ │ │ ├── icspecGen.js
│ │ │ ├── IpccGen.js
│ │ │ ├── IVersion2.xdc
│ │ │ ├── IVersion2.xs
│ │ │ ├── IVersion.xdc
│ │ │ ├── Makedocs.mk
│ │ │ ├── makefile
│ │ │ ├── mcspecGen.js
│ │ │ ├── mklabelcomp.js
│ │ │ ├── package
│ │ │ │ ├── build.cfg
│ │ │ │ ├── cfg
│ │ │ │ ├── external
│ │ │ │ ├── internal
│ │ │ │ ├── lib
│ │ │ │ ├── package.bld.xml
│ │ │ │ ├── package.defs.h
│ │ │ │ ├── package.doc.xml
│ │ │ │ ├── package.ext.xml
│ │ │ │ ├── package.rel.dot
│ │ │ │ ├── package.rel.xml
│ │ │ │ ├── package_ti.mas.swtools.c
│ │ │ │ ├── package.xdc.dep
│ │ │ │ ├── package.xdc.inc
│ │ │ │ ├── rel
│ │ │ │ │ ├── ti_mas_swtools_src_4_6_0_14_beta.xdc.inc
│ │ │ │ │ └── ti_mas_swtools_src_4_6_0_14_beta.xdc.ninc
│ │ │ │ ├── ti.mas.swtools.ccs
│ │ │ │ ├── ti_mas_swtools.class
│ │ │ │ ├── ti_mas_swtools.java
│ │ │ │ └── ti.mas.swtools.sch
│ │ │ ├── package.bld
│ │ │ ├── package.mak
│ │ │ ├── package.xdc
│ │ │ ├── pccGen.js
│ │ │ ├── redirect.js
│ │ │ ├── release.js
│ │ │ ├── setconfig.js
│ │ │ ├── src
│ │ │ │ ├── CcaseccParser.js
│ │ │ │ ├── Ccasefind_DEP_INT_ME_rTST.js
│ │ │ │ ├── CcasefindFilePlus.js
│ │ │ │ ├── Ccasefind_TST_andPrint.js
│ │ │ │ ├── CcasefindVisiblePkgRepo.js
│ │ │ │ ├── CcasefindVOB.js
│ │ │ │ ├── CcaseformatArgument.js
│ │ │ │ ├── CcaseopenUpFile.js
│ │ │ │ ├── CcaseparseXdcXml.js
│ │ │ │ ├── CcaseprintConfigspecCC.js
│ │ │ │ ├── CcaseprintWarnings.js
│ │ │ │ ├── CcasereadVersion.js
│ │ │ │ ├── CcasereadXdcXml.js
│ │ │ │ ├── CcasetstConstructor.js
│ │ │ │ ├── cscc_gen_doc.doc
│ │ │ │ ├── iFormatArg.js
│ │ │ │ ├── mergeToPcc.js
│ │ │ │ ├── pccRecBuild.js
│ │ │ │ ├── printHash.js
│ │ │ │ ├── prune.js
│ │ │ │ └── sortSecByPkg.js
│ │ │ ├── swtools_4_6_0_14_beta_release_notes.html
│ │ │ ├── Version2.h.xdt
│ │ │ ├── Version2.xdt
│ │ │ ├── Version.h
│ │ │ ├── Version.h.xdt
│ │ │ ├── Version.xdc
│ │ │ ├── Version.xdt
│ │ │ ├── xdcpaths.mk
│ │ │ └── xdcrules.mk
│ │ ├── package.xdc
│ │ ├── package.xs
│ │ ├── README.txt
│ │ ├── uninstall.exe
│ │ ├── Version.h
│ │ └── Version.xdc
│ ├── SIN_FFT
│ │ ├── C6678.cmd
│ │ ├── Debug
│ │ │ ├── ccsObjs.opt
│ │ │ ├── main.d
│ │ │ ├── main.obj
│ │ │ ├── makefile
│ │ │ ├── objects.mk
│ │ │ ├── SIN_FFT_linkInfo.xml
│ │ │ ├── SIN_FFT.map
│ │ │ ├── SIN_FFT.out
│ │ │ ├── sources.mk
│ │ │ ├── subdir_rules.mk
│ │ │ └── subdir_vars.mk
│ │ ├── main.c
│ │ └── NewTargetConfiguration.ccxml
│ └── SIN_FFT_data.txt
└── matlab程序
├── sinx_FFT.m
└── sinx.txt
578 directories, 1908 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论