filt_gen_annex.s 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. /**************************************************************************
  2. *
  3. * ITU-T SOFTWARE TOOLS' GENERAL PUBLIC LICENSE
  4. *
  5. * This "General Public License" is published in the Annex 1 of the
  6. * ITU-T Recommendation on "SOFTWARE TOOLS FOR HOMOGENITY OF RESULTS
  7. * IN THE STANDARDIZATION PROCESS OF SPEECH AND AUDIO CODERS",
  8. * approved in Geneva, 2000.
  9. *
  10. * TERMS AND CONDITIONS
  11. *
  12. * 1. This License Agreement applies to any module or other work
  13. * related to the ITU-T Software Tool Library, and developed by the
  14. * User's Group on Software Tools. The "Module", below, refers to any
  15. * such module or work, and a "work based on the Module" means either
  16. * the Module or any work containing the Module or a portion of it,
  17. * either verbatim or with modifications. Each licensee is addressed
  18. * as "you".
  19. *
  20. * 2. You may copy and distribute verbatim copies of the Module's
  21. * source code as you receive it, in any medium, provided that you:
  22. * - conspicuously and appropriately publish on each copy an appropriate
  23. * copyright notice and disclaimer of warranty;
  24. * - keep intact all the notices that refer to this General Public
  25. * License and to the absence of any warranty; and
  26. * - give any other recipients of the Module a copy of this General
  27. * Public License along with the Module.
  28. * You may charge a fee for the physical act of transferring a copy.
  29. *
  30. * 3. You may modify your copy or copies of the Module or any portion
  31. * of it, and copy and distribute such modifications under the terms
  32. * of Paragraph 1 above, provided that you also do the following:
  33. *
  34. * o cause the modified files to carry prominent notices stating
  35. * that you changed the files and the date of any change; and
  36. *
  37. * o cause the whole of any work that you distribute or publish,
  38. * that in whole or in part contains the Module or any part
  39. * thereof, either with or without modifications, to be licensed
  40. * at no charge to all third parties under the terms of this
  41. * General Public License (except that you may choose to grant
  42. * warranty protection to some or all third parties, at your
  43. * option).
  44. *
  45. * o If the modified module normally reads commands interactively
  46. * when run, you must cause it, when started running for such
  47. * interactive use in the simplest and most usual way, to print or
  48. * display an announcement including an appropriate copyright
  49. * notice and a notice that there is no warranty (or else, saying
  50. * that you provide a warranty) and that users may redistribute
  51. * the module under these conditions, and telling the user how to
  52. * view a copy of this General Public License.
  53. *
  54. * You may charge a fee for the physical act of transferring a copy,
  55. * and you may at your option offer warranty protection in exchange
  56. * for a fee.
  57. *
  58. * Mere aggregation of another independent work with the Module (or
  59. * its derivative) on a volume of a storage or distribution medium
  60. * does not bring the other work under the scope of these terms.
  61. *
  62. * 4. You may copy and distribute the Module (or a portion or
  63. * derivative of it, under Paragraph 2) in object code or executable
  64. * form under the terms of Paragraphs 1 and 2 above provided that you
  65. * also do one of the following:
  66. *
  67. * o accompany it with the complete corresponding machine-
  68. * readable source code, which must be distributed under the terms
  69. * of Paragraphs 1 and 2 above; or,
  70. *
  71. * o accompany it with a written offer, valid for at least three
  72. * years, to give any third party free (except for a nominal
  73. * charge for the cost of distribution) a complete machine-
  74. * readable copy of the corresponding source code, to be
  75. * distributed under the terms of Paragraphs 1 and 2 above; or,
  76. *
  77. * o accompany it with the information you received as to where
  78. * the corresponding source code may be obtained. (This
  79. * alternative is allowed only for noncommercial distribution and
  80. * only if you received the module in object code or executable
  81. * form alone.)
  82. *
  83. * Source code for a work means the preferred form of the work for
  84. * making modifications to it. For an executable file, complete
  85. * source code means all the source code for all modules it contains;
  86. * but, as a special exception, it need not include source code for
  87. * modules which are standard libraries that accompany the operating
  88. * system on which the executable file runs, or for standard header
  89. * files or definitions files that accompany that operating system.
  90. *
  91. * 5. You may not copy, modify, sublicense, distribute or transfer
  92. * the Module except as expressly provided under this General Public
  93. * License. Any attempt otherwise to copy, modify, sublicense,
  94. * distribute or transfer the Module is void, and will automatically
  95. * terminate your rights to use the Module under this License.
  96. * However, parties who have received copies, or rights to use copies,
  97. * from you under this General Public License will not have their
  98. * licenses terminated so long as such parties remain in full
  99. * compliance.
  100. *
  101. * 6. By copying, distributing or modifying the Module (or any work
  102. * based on the Module) you indicate your acceptance of this license
  103. * to do so, and all its terms and conditions.
  104. *
  105. * 7. Each time you redistribute the Module (or any work based on the
  106. * Module), the recipient automatically receives a license from the
  107. * original licensor to copy, distribute or modify the Module subject
  108. * to these terms and conditions. You may not impose any further
  109. * restrictions on the recipients' exercise of the rights granted
  110. * herein.
  111. *
  112. * 8. The ITU-T may publish revised and/or new versions of this
  113. * General Public License from time to time. Such new versions will
  114. * be similar in spirit to the present version, but may differ in
  115. * detail to address new problems or concerns.
  116. *
  117. * Each version is given a distinguishing version number. If the
  118. * Module specifies a version number of the license which applies to
  119. * it and "any later version", you have the option of following the
  120. * terms and conditions either of that version or of any later version
  121. * published by the ITU-T. If the Module does not specify a version
  122. * number of the license, you may choose any version ever published by
  123. * the ITU-T.
  124. *
  125. * 9. If you wish to incorporate parts of the Module into other free
  126. * modules whose distribution conditions are different, write to the
  127. * author to ask for permission. For software which is copyrighted by
  128. * the ITU-T, write to the ITU-T Secretariat; exceptions may be made
  129. * for this. This decision will be guided by the two goals of
  130. * preserving the free status of all derivatives of this free software
  131. * and of promoting the sharing and reuse of software generally.
  132. *
  133. *
  134. * NO WARRANTY
  135. *
  136. * 10. BECAUSE THE MODULE IS LICENSED FREE OF CHARGE, THERE IS NO
  137. * WARRANTY FOR THE MODULE, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  138. * EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS
  139. * AND/OR OTHER PARTIES PROVIDE THE MODULE "AS IS" WITHOUT WARRANTY OF
  140. * ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED
  141. * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  142. * PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
  143. * PERFORMANCE OF THE MODULE IS WITH YOU. SHOULD THE MODULE PROVE
  144. * DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR
  145. * OR CORRECTION.
  146. *
  147. * 11. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  148. * WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
  149. * MODIFY AND/OR REDISTRIBUTE THE MODULE AS PERMITTED ABOVE, BE LIABLE
  150. * TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  151. * CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE
  152. * THE MODULE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  153. * RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR
  154. * A FAILURE OF THE MODULE TO OPERATE WITH ANY OTHER MODULES), EVEN IF
  155. * SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
  156. * SUCH DAMAGES.
  157. *
  158. * END OF TERMS AND CONDITIONS
  159. ***************************************************************************/
  160. ;------------------------------------------------------------------------------
  161. ;Global Declarations:
  162. ;------------------------------------------------------------------------------
  163. .global _G726_agen
  164. .global _G726_bgen
  165. ;void G726_bgen(short *inp,short *dq1,short *b1);
  166. ;void G726_agen(short *inp,short *a2p,short *a2r,short *a1r);
  167. ;------------------------------------------------------------------------------
  168. ;Code Section in Program Memory
  169. ;------------------------------------------------------------------------------
  170. .section libg726a, code
  171. /******************************************************************************
  172. *
  173. * Function Name: G726_agen
  174. *
  175. * System: RISC
  176. *
  177. * Platform: dsPIC33F
  178. *
  179. * Description: A filter coefficients generation
  180. * Combination of upa2, limc, trigb,upa1, limd and trigb
  181. *
  182. * Cycle Count: 49
  183. *
  184. * Input Parameters: w0-inp, w1-a2p, w2-a2r, w3-a1r
  185. *
  186. * Output Parameters: None
  187. *
  188. * History:
  189. *
  190. * Date | By | Remarks
  191. * ---------------+-------------------+----------------------------------
  192. * Oct-20-2005 Raghavendra S. Created. (cycles - 58)
  193. * Nov-11-2005 Ravikiran P. Optimised (cycles - 54)
  194. ******************************************************************************/
  195. .text
  196. _G726_agen:
  197. mov.w [w0+4],w4 ;uga2a = pks2 * 0x1000;
  198. sl w4,#12,w4 ;w4-uga2a
  199. mov.w [w0+6],w5 ;w5-a1
  200. mov.w w5,w6 ;fa = a1;,w6-fa
  201. mov.w #-8191,w7
  202. cpsgt w5,w7 ;if(a1 < -8191)
  203. mov.w w7,w6 ;fa = -8191;
  204. CHECK2: mov.w #8191,w7
  205. cpslt w5,w7 ;if(a1 > 8191)
  206. mov.w w7,w6 ;fa = 8191;
  207. CHECKOUT:mul.ss w6,[++w0],w6 ;fa = -(pks1 * fa);, w7-pks1, w6-fa
  208. sub w4,w6,w4 ;uga2b = (uga2a + fa);, w4-uga2b
  209. asr w4,#5,w4
  210. mul.ss w4,[--w0],w6 ;uga2 = (uga2b >> 5)*sigpk;,w6-uga2
  211. mov.w [w0+8],w4 ;ula2 = -(a2 >> 7);
  212. asr w4,#7,w7 ;w7-u1a2
  213. sub w6,w7,w6 ;ua2 = uga2 + ula2;, w6-ua2
  214. add w4,w6,w6 ;a2t = a2 + ua2;
  215. mov.w w6,[w1] ;*a2p = a2t;, w6-a2t, w1-a2p
  216. mov.w #0x3000,w4
  217. cp w6,w4 ;if( a2t > 0x3000)
  218. bra le, CHECK3
  219. mov.w w4,[w1] ;*a2p = 0x3000;
  220. CHECK3: mov.w #-12288,w4
  221. cp w6,w4 ;if(a2t < -(0x3000))
  222. bra ge,CHECK4
  223. mov.w w4,[w1] ;*a2p = -(0x3000);
  224. CHECK4: mov.d [w0],w6 ;ga1 = sigpk * pks1 * 0xc0;
  225. mul.ss w6,w7,w6
  226. mov.w #0x00C0,w7
  227. mul.ss w6,w7,w6 ;w6-uga1
  228. asr w5,#8,w7 ;ula1 = -(a1 >> 8);
  229. sub w6,w7,w6 ;ua1 =(uga1 + ula1);,w7-u1a1,w6-ua1
  230. add w5,w6,w5 ;a1t = (a1 + ua1);, w5-alt
  231. mov.w #0x3C00,w4
  232. sub w4,[w1],w4 ;upper = (0x3c00 - *a2p);
  233. neg w4,w6 ;lower = -upper;, w4-upper,w6-lower
  234. mov.w w5,w7 ;a1p = a1t; ,w7-alp
  235. cpsgt w5,w6 ;if (a1t < lower)
  236. mov.w w6,w7 ;a1p = lower;
  237. ALPGE: cpslt w5,w4 ;if (a1t > upper)
  238. mov.w w4,w7 ;a1p = upper;, w7-alp
  239. ALPLE: mov.w [w0+10],w4 ;*a2r = (tr == 0) ? *a2p : 0;
  240. cp0 w4 ;*a1r = (tr == 0) ? a1p : 0;
  241. bra z,A1S
  242. clr.w [w3]
  243. clr.w [w2]
  244. bra OUT2
  245. A1S: mov.w w7,[w3]
  246. mov.w [w1],[w2]
  247. OUT2: return
  248. /*****************************************************************************
  249. *
  250. * Function Name: G726_bgen
  251. *
  252. * System: RISC
  253. *
  254. * Platform: dsPIC33F
  255. *
  256. * Description: Update for Coefficients of sixth order Predictor
  257. *
  258. * Cycle Count: 67
  259. *
  260. * Input Parameters: w0 - inp_array,w1 - Pointer to state->dq0, w2 - state->b1r
  261. *
  262. * Output Parameters: none
  263. *
  264. * History:
  265. *
  266. * Date | By | Remarks
  267. * ---------------+-------------------+----------------------------------
  268. * Oct-07-2005 Sabarinath.P Created.
  269. * Nov-03-2005 Sabarinath.P Optimized and Tested ( Cycle - 111 )
  270. * Nov-07-2005 Sharanabasava M. Modified and Released( Cycle - 84 )
  271. * Nov-08-2005 Sabarinath.P Tested & Released ( Cycle - 72 )
  272. ***************************************************************************/
  273. _G726_bgen:
  274. mov [w0 + 4],w5 ;w5=tr ;w6=ugb;w7=dqmag
  275. cp w5,#1
  276. bra nz,FALSE
  277. repeat #5 ;loop=6
  278. clr [w2++] ;*(br+loopcnt) =0;
  279. bra BGENOUT
  280. FALSE:
  281. mov [w0],w3 ;w3=leak
  282. mov [w0 + 2],w7 ;w4=dq
  283. bclr w7,#15 ;dqmag = dq & 32767;
  284. cp0 w7
  285. bra le,SKIP
  286. mov #128,w7 ;w7=ugb
  287. cp0 [++w0]
  288. bra gt,SKIP
  289. mov #-128,w7
  290. SKIP:
  291. clr w6
  292. do #5,LOOP
  293. mov [w1 + w6],w5 ;ugb_l = (*(dq1+cnt) > 0) ? ugb : -ugb;
  294. mov w7,w4
  295. btsc w5,#15
  296. neg w7,w4
  297. CMP:
  298. mov [w2],w5 ;ulb = - (bb >> leak);
  299. asr w5,w3,w5 ;bp = bb + ugb_l + ulb;
  300. sub w4,w5,w5 ;bp = bb + ugb_l - ulb ;
  301. add w6,#4,w6
  302. LOOP:
  303. add w5,[w2],[w2++]
  304. BGENOUT:
  305. return
  306. ;--------End of All Code Sections ---------------------------------------------
  307. .end ;End of program code in this file