comparison libtwamr/namespace.h @ 255:07f936338de1

libtwamr: integrated up to b_cn_cod.c
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 05 Apr 2024 17:31:49 +0000
parents f931e704adc5
children 8dfb7cbe6b59
comparison
equal deleted inserted replaced
254:f931e704adc5 255:07f936338de1
65 #define agc_init AMR__agc_init 65 #define agc_init AMR__agc_init
66 #define agc_reset AMR__agc_reset 66 #define agc_reset AMR__agc_reset
67 #define agc_exit AMR__agc_exit 67 #define agc_exit AMR__agc_exit
68 #define agc AMR__agc 68 #define agc AMR__agc
69 #define agc2 AMR__agc2 69 #define agc2 AMR__agc2
70 #define pseudonoise AMR__pseudonoise
71 #define build_CN_code AMR__build_CN_code
72 #define build_CN_param AMR__build_CN_param
70 73
71 #define Bits2prm AMR__Bits2prm 74 #define Bits2prm AMR__Bits2prm
72 #define Prm2bits AMR__Prm2bits 75 #define Prm2bits AMR__Prm2bits
73 76
74 #define bitno AMR__bitno 77 #define bitno AMR__bitno
75 #define prmno AMR__prmno 78 #define prmno AMR__prmno
76 #define prmnofs AMR__prmnofs 79 #define prmnofs AMR__prmnofs
80 #define window_200_40 AMR__window_200_40
81 #define window_160_80 AMR__window_160_80
82 #define window_232_8 AMR__window_232_8
77 83
78 #endif /* include guard */ 84 #endif /* include guard */