Skip to content
GitLab
Explore
Sign in
ivas-basop
Jul 24, 2024
fix incorrect usage of va_start inside push_wmops_wmc()
· 8f24108a
malenov
authored
Jul 24, 2024
8f24108a
include enhUL32.h in .vcxproj and fix #ifdef WMOPS
· aadf6a99
malenov
authored
Jul 24, 2024
aadf6a99
simplification in count.c
· 91e66c2b
malenov
authored
Jul 24, 2024
91e66c2b
leftover from previous commit
· bfd80ab3
malenov
authored
Jul 24, 2024
bfd80ab3
add count.h to .vcxproj file
· 31e21606
malenov
authored
Jul 24, 2024
31e21606
leftover
· bc34dd48
malenov
authored
Jul 24, 2024
bc34dd48
further harmonzation of WMOPS define, removal of DONT_COUNT and renaming of WMOPS_FLT
· c7579337
malenov
authored
Jul 24, 2024
c7579337
remove #define WMOPS from count.h -> the defintion from options.h is used instead
· c8967fc9
malenov
authored
Jul 24, 2024
c8967fc9
modifications to main functions
· 914d4615
malenov
authored
Jul 24, 2024
914d4615
Jul 23, 2024
fixes inside count.c
· 3622bfc5
malenov
authored
Jul 23, 2024
3622bfc5
update of the WMC tool to version v1.51 fixing problems with memory...
· 7e421efa
malenov
authored
Jul 23, 2024
7e421efa
synchronization of wmc_auto.h and wmc_auto.c with the float codebase
· 3971b69f
malenov
authored
Jul 23, 2024
3971b69f
inclusion of WMOPS_Destroy() in print_wmops()
· 56bb0e5e
malenov
authored
Jul 23, 2024
56bb0e5e
corrections in main encoder/decoder functions
· 9b97446a
malenov
authored
Jul 23, 2024
9b97446a
deactivate main wmops-related functions inside WMC tool
· 57643faf
malenov
authored
Jul 23, 2024
57643faf
cleanup
· 67746a44
malenov
authored
Jul 23, 2024
67746a44
resolve warnings about const qualifiers
· 2472f1f8
malenov
authored
Jul 23, 2024
2472f1f8
remove warning about * in comment
· 5f0e23f6
malenov
authored
Jul 23, 2024
5f0e23f6
include typedef.h to resolve unknown Word16 type
· 6d3d9f23
malenov
authored
Jul 23, 2024
6d3d9f23
do not include stl.h as it results in RPCDERR compiler error
· cf8aeee8
malenov
authored
Jul 23, 2024
cf8aeee8
Jul 22, 2024
correction of warning about /* inside comment
· 0c867114
malenov
authored
Jul 22, 2024
0c867114
remove #include "tools_fx.c" preventing compilation
· eb61da9a
malenov
authored
Jul 22, 2024
eb61da9a
rename Tab_hup_s[], Tab_hup_l[] and Hamcos_Window[] to avoid confusion with...
· 99e84ae1
malenov
authored
Jul 22, 2024
99e84ae1
duplicate definition of FAC
· 426763e1
malenov
authored
Jul 22, 2024
426763e1
avoid instrumenting the function param->GetNumberOfBits() similarly as in the float codebase
· 46ca697e
malenov
authored
Jul 22, 2024
46ca697e
avoid instrumenting of auxiliary float <-> fixed conversion functions
· d4266524
malenov
authored
Jul 22, 2024
d4266524
include wmc_auto.h in stl.h
· 96769830
malenov
authored
Jul 22, 2024
96769830
avoid instrumenting pTransientDetector->CheckSubblocksForAttack_fx() by the...
· 5523af57
malenov
authored
Jul 22, 2024
5523af57
rename H_fir[] to h_fir_fx[] as it is confused with h_fir[] aftyer being...
· 548b949b
malenov
authored
Jul 22, 2024
548b949b
replace mvr2r_Word16() and mvr2r_Word32() by MVR2R_WORD16() and MVR2R_WORD32()...
· e0e8d0e0
malenov
authored
Jul 22, 2024
e0e8d0e0
update the list of in-built mathematical functions recognized by the WMC tool
· f24cb6da
malenov
authored
Jul 22, 2024
f24cb6da
replace count_malloc() by malloc()
· a74cea30
malenov
authored
Jul 22, 2024
a74cea30
rename preemph_fx() to PREEMPH_FX() in order to be recognized as macro by the WMC tool
· c709140d
malenov
authored
Jul 22, 2024
c709140d
relax the condition checking for 70% of capital letters in local macros
· 0a39da33
Vladimir Malenovsky
authored
Jul 22, 2024
0a39da33
rename NS2SA_fx2 to NS2SA_FX2 in order to be recognized as local macro by the WMC tool
· 02ab9242
malenov
authored
Jul 22, 2024
02ab9242
Jul 19, 2024
more adaptation for wmc_tool
· 54b49662
vaillancour
authored
Jul 19, 2024
54b49662
more adaptation for wmc_tool
· 11c67994
vaillancour
authored
Jul 19, 2024
11c67994
Fix clang format
· 4c9c745a
vaillancour
authored
Jul 19, 2024
4c9c745a
prepare lib_dec and lib_enc for wmc_tools usage
· 35147c34
vaillancour
authored
Jul 19, 2024
35147c34
prepare lib_com for wmc_tools usage
· 87afc44c
vaillancour
authored
Jul 19, 2024
87afc44c
Loading