Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dujiangpku committed Dec 16, 2021
1 parent d34d787 commit 0dd54d6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build/android/app/src/main/jni/src/armv8/cost_arm64.S
Original file line number Diff line number Diff line change
Expand Up @@ -2924,7 +2924,7 @@ get_sad_x4_128_y:
add x9, x2, #64
add x10, x3, #64
add x11, x4, #64
add x12, x4, #64
add x12, x5, #64
//load p_org
ld1 {v0.8h, v1.8h, v2.8h, v3.8h}, [x8], x1
ld1 {v4.8h, v5.8h, v6.8h, v7.8h}, [x8], x1
Expand Down Expand Up @@ -3052,7 +3052,7 @@ get_sad_x4_128_y:
add x9, x2, #128
add x10, x3, #128
add x11, x4, #128
add x12, x4, #128
add x12, x5, #128
//load p_org
ld1 {v0.8h, v1.8h, v2.8h, v3.8h}, [x8], x1
ld1 {v4.8h, v5.8h, v6.8h, v7.8h}, [x8], x1
Expand Down Expand Up @@ -3329,6 +3329,11 @@ get_sad_x4_128_y:

ret

//void uavs3e_had_4x4_arm64(pel *org, int s_org, pel *cur, int s_cur)
//*org->x1, s_org->x2, *cur->x3, s_cur->x4
function uavs3e_had_4x4_arm64

ret

#endif
#endif

0 comments on commit 0dd54d6

Please sign in to comment.