Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10bit decoding on all supported platforms? #14

Open
lijingchang opened this issue Apr 2, 2021 · 2 comments
Open

10bit decoding on all supported platforms? #14

lijingchang opened this issue Apr 2, 2021 · 2 comments

Comments

@lijingchang
Copy link

根据提示我将com_def.h 文件中的 #define BIT_DEPTH 改为10。
用Android NDK21e交叉编译的时候提示uavs3d_if_hor_luma_w16x_arm64等方法找不到

@hanbingjie515
Copy link
Collaborator

需把def_arm64.S和def_armv7.S中COMPILE_10BIT改为1

@lijingchang
Copy link
Author

lijingchang commented Apr 19, 2021

需把def_arm64.S和def_armv7.S中COMPILE_10BIT改为1

谢谢,改完这两个值之后可以编译出来了。但是解码https://github.com/uavs3/avs3stream/tree/master/TS/MarketPlace_1920x1080_60_10bit_ra 中的ts文件的时候解码器报错了。
报错日志如下:
tombstone_00.log

解8位深的视频倒是没问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants