Skip to content

Commit

Permalink
feat:add 8-bit 'sao' arm64 implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
bygonexf committed Dec 30, 2021
1 parent 9ee8815 commit 250c76d
Show file tree
Hide file tree
Showing 2 changed files with 1,718 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/android/app/src/main/jni/src/armv8/arm64.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ void uavs3e_funs_init_arm64()
uavs3e_funs_handle.pel_diff[4] = uavs3e_pel_diff_64_arm64;
uavs3e_funs_handle.pel_diff[5] = uavs3e_pel_diff_128_arm64;

uavs3e_funs_handle.sao = uavs3e_sao_on_lcu_arm64;
//todo uavs3e_funs_handle.sao_stat

#else
uavs3e_funs_handle.trans_dct2[1][1] = uavs3e_trans_dct2_w4_h4_arm64;
uavs3e_funs_handle.trans_dct2[1][2] = uavs3e_trans_dct2_w4_h8_arm64;
Expand Down
Loading

0 comments on commit 250c76d

Please sign in to comment.