You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

179 lines
5.0KB

  1. /*
  2. * Alpha optimized DSP utils
  3. * Copyright (c) 2002 Falk Hueffner <falk@debian.org>
  4. *
  5. * This file is part of FFmpeg.
  6. *
  7. * FFmpeg is free software; you can redistribute it and/or
  8. * modify it under the terms of the GNU Lesser General Public
  9. * License as published by the Free Software Foundation; either
  10. * version 2.1 of the License, or (at your option) any later version.
  11. *
  12. * FFmpeg is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  15. * Lesser General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU Lesser General Public
  18. * License along with FFmpeg; if not, write to the Free Software
  19. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  20. */
  21. /*
  22. * These functions are scheduled for pca56. They should work
  23. * reasonably on ev6, though.
  24. */
  25. #include "regdef.h"
  26. /* Some nicer register names. */
  27. #define ta t10
  28. #define tb t11
  29. #define tc t12
  30. #define td AT
  31. /* Danger: these overlap with the argument list and the return value */
  32. #define te a5
  33. #define tf a4
  34. #define tg a3
  35. #define th v0
  36. .set noat
  37. .set noreorder
  38. .arch pca56
  39. .text
  40. /************************************************************************
  41. * void put_pixels_clamped_mvi_asm(const int16_t *block, uint8_t *pixels,
  42. * int line_size)
  43. */
  44. .align 6
  45. .globl put_pixels_clamped_mvi_asm
  46. .ent put_pixels_clamped_mvi_asm
  47. put_pixels_clamped_mvi_asm:
  48. .frame sp, 0, ra
  49. .prologue 0
  50. lda t8, -1
  51. lda t9, 8 # loop counter
  52. zap t8, 0xaa, t8 # 00ff00ff00ff00ff
  53. .align 4
  54. 1: ldq t0, 0(a0)
  55. ldq t1, 8(a0)
  56. ldq t2, 16(a0)
  57. ldq t3, 24(a0)
  58. maxsw4 t0, zero, t0
  59. subq t9, 2, t9
  60. maxsw4 t1, zero, t1
  61. lda a0, 32(a0)
  62. maxsw4 t2, zero, t2
  63. addq a1, a2, ta
  64. maxsw4 t3, zero, t3
  65. minsw4 t0, t8, t0
  66. minsw4 t1, t8, t1
  67. minsw4 t2, t8, t2
  68. minsw4 t3, t8, t3
  69. pkwb t0, t0
  70. pkwb t1, t1
  71. pkwb t2, t2
  72. pkwb t3, t3
  73. stl t0, 0(a1)
  74. stl t1, 4(a1)
  75. addq ta, a2, a1
  76. stl t2, 0(ta)
  77. stl t3, 4(ta)
  78. bne t9, 1b
  79. ret
  80. .end put_pixels_clamped_mvi_asm
  81. /************************************************************************
  82. * void add_pixels_clamped_mvi_asm(const int16_t *block, uint8_t *pixels,
  83. * int line_size)
  84. */
  85. .align 6
  86. .globl add_pixels_clamped_mvi_asm
  87. .ent add_pixels_clamped_mvi_asm
  88. add_pixels_clamped_mvi_asm:
  89. .frame sp, 0, ra
  90. .prologue 0
  91. lda t1, -1
  92. lda th, 8
  93. zap t1, 0x33, tg
  94. nop
  95. srl tg, 1, t0
  96. xor tg, t0, tg # 0x8000800080008000
  97. zap t1, 0xaa, tf # 0x00ff00ff00ff00ff
  98. .align 4
  99. 1: ldl t1, 0(a1) # pix0 (try to hit cache line soon)
  100. ldl t4, 4(a1) # pix1
  101. addq a1, a2, te # pixels += line_size
  102. ldq t0, 0(a0) # shorts0
  103. ldl t7, 0(te) # pix2 (try to hit cache line soon)
  104. ldl ta, 4(te) # pix3
  105. ldq t3, 8(a0) # shorts1
  106. ldq t6, 16(a0) # shorts2
  107. ldq t9, 24(a0) # shorts3
  108. unpkbw t1, t1 # 0 0 (quarter/op no.)
  109. and t0, tg, t2 # 0 1
  110. unpkbw t4, t4 # 1 0
  111. bic t0, tg, t0 # 0 2
  112. unpkbw t7, t7 # 2 0
  113. and t3, tg, t5 # 1 1
  114. addq t0, t1, t0 # 0 3
  115. xor t0, t2, t0 # 0 4
  116. unpkbw ta, ta # 3 0
  117. and t6, tg, t8 # 2 1
  118. maxsw4 t0, zero, t0 # 0 5
  119. bic t3, tg, t3 # 1 2
  120. bic t6, tg, t6 # 2 2
  121. minsw4 t0, tf, t0 # 0 6
  122. addq t3, t4, t3 # 1 3
  123. pkwb t0, t0 # 0 7
  124. xor t3, t5, t3 # 1 4
  125. maxsw4 t3, zero, t3 # 1 5
  126. addq t6, t7, t6 # 2 3
  127. xor t6, t8, t6 # 2 4
  128. and t9, tg, tb # 3 1
  129. minsw4 t3, tf, t3 # 1 6
  130. bic t9, tg, t9 # 3 2
  131. maxsw4 t6, zero, t6 # 2 5
  132. addq t9, ta, t9 # 3 3
  133. stl t0, 0(a1) # 0 8
  134. minsw4 t6, tf, t6 # 2 6
  135. xor t9, tb, t9 # 3 4
  136. maxsw4 t9, zero, t9 # 3 5
  137. lda a0, 32(a0) # block += 16;
  138. pkwb t3, t3 # 1 7
  139. minsw4 t9, tf, t9 # 3 6
  140. subq th, 2, th
  141. pkwb t6, t6 # 2 7
  142. pkwb t9, t9 # 3 7
  143. stl t3, 4(a1) # 1 8
  144. addq te, a2, a1 # pixels += line_size
  145. stl t6, 0(te) # 2 8
  146. stl t9, 4(te) # 3 8
  147. bne th, 1b
  148. ret
  149. .end add_pixels_clamped_mvi_asm