ns和agc模块的抽取代码中spi_inl.h缺少kWebRtcSpl_CountLeadingZeros32_Table定义

模块代码中缺少kWebRtcSpl_CountLeadingZeros32_Table的定义,会导致定点算法无效;
leave to the follower: const int8_t kWebRtcSpl_CountLeadingZeros32_Table[64] = { 32, 8, 17, -1, -1, 14, -1, -1, -1, 20, -1, -1, -1, 28, -1, 18, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 26, 25, 24, 4, 11, 23, 31, 3, 7, 10, 16, 22, 30, -1, -1, 2, 6, 13, 9, -1, 15, -1, 21, -1, 29, 19, -1, -1, -1, -1, -1, 1, 27, 5, 12, };
make a spl_inl.c file in the same folder ,and put the define into the spl_inl.c file,then it would be fine
这个项目单纯编C++的模块貌似不能正常编译,不知道是不是因为作者裁剪了lib的原因,会报错无法链接的外部符号,我把作者的接口贴在WebRtc的原装库上了,试了下可以用了
这个项目单纯编C++的模块貌似不能正常编译,不知道是不是因为作者裁剪了lib的原因,会报错无法链接的外部符号,我把作者的接口贴在WebRtc的原装库上了,试了下可以用了
能给出来用用吗