- Timestamp:
- Apr 20, 2009 6:38:15 PM (16 years ago)
- Location:
- pjproject/trunk/third_party
- Files:
-
- 5 added
- 1 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/build/g7221/Makefile
r2617 r2623 22 22 export G7221_CODEC_SRCDIR = ../../g7221 23 23 export G7221_CODEC_OBJS = common/common.o common/huff_tab.o common/tables.o \ 24 common/ stl-files/basop32.o \24 common/basic_op.o \ 25 25 decode/coef2sam.o decode/dct4_s.o decode/decoder.o \ 26 26 encode/dct4_a.o encode/sam2coef.o encode/encoder.o -
pjproject/trunk/third_party/build/g7221/libg7221codec.dsp
r2616 r2623 44 44 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c 45 45 # ADD CPP /nologo /MD /W3 /GX /O2 /I "../.." /I "../../g7221/common" /I "../../g7221/common/stl-files" /I "../../../pjlib/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /c 46 # SUBTRACT CPP /Z<none>47 46 # ADD BASE RSC /l 0x409 /d "NDEBUG" 48 47 # ADD RSC /l 0x409 /d "NDEBUG" … … 90 89 91 90 # PROP Default_Filter "" 92 # Begin Group "stl-files"93 94 # PROP Default_Filter ""95 91 # Begin Source File 96 92 97 SOURCE= "..\..\g7221\common\stl-files\basop32.c"93 SOURCE=..\..\g7221\common\basic_op.c 98 94 # End Source File 99 95 # Begin Source File 100 96 101 SOURCE= "..\..\g7221\common\stl-files\basop32.h"97 SOURCE=..\..\g7221\common\basic_op.h 102 98 # End Source File 103 99 # Begin Source File 104 100 105 SOURCE= "..\..\g7221\common\stl-files\basop32_i.h"101 SOURCE=..\..\g7221\common\basic_op_i.h 106 102 # End Source File 107 103 # Begin Source File 108 104 109 SOURCE= "..\..\g7221\common\stl-files\count.h"105 SOURCE=..\..\g7221\common\common.c 110 106 # End Source File 111 107 # Begin Source File 112 108 113 SOURCE= "..\..\g7221\common\stl-files\typedef.h"109 SOURCE=..\..\g7221\common\count.h 114 110 # End Source File 115 # End Group116 111 # Begin Source File 117 112 118 SOURCE=..\..\g7221\common\ common.c113 SOURCE=..\..\g7221\common\defs.h 119 114 # End Source File 120 115 # Begin Source File … … 137 132 138 133 SOURCE=..\..\g7221\common\tables.h 134 # End Source File 135 # Begin Source File 136 137 SOURCE=..\..\g7221\common\typedef.h 139 138 # End Source File 140 139 # End Group … … 183 182 184 183 # PROP Default_Filter "h;hpp;hxx;hm;inl" 185 # Begin Source File186 187 SOURCE=..\..\g7221\common\defs.h188 # End Source File189 184 # End Group 190 185 # End Target -
pjproject/trunk/third_party/build/g7221/libg7221codec.vcproj
r2617 r2623 850 850 > 851 851 <File 852 RelativePath="..\..\g7221\common\basic_op.c" 853 > 854 </File> 855 <File 856 RelativePath="..\..\g7221\common\basic_op.h" 857 > 858 </File> 859 <File 860 RelativePath="..\..\g7221\common\basic_op_i.h" 861 > 862 </File> 863 <File 852 864 RelativePath="..\..\g7221\common\common.c" 853 865 > … … 908 920 </File> 909 921 <File 922 RelativePath="..\..\g7221\common\count.h" 923 > 924 </File> 925 <File 910 926 RelativePath="..\..\g7221\common\huff_def.h" 911 927 > … … 1035 1051 > 1036 1052 </File> 1037 <Filter 1038 Name="stl-files" 1039 > 1040 <File 1041 RelativePath="..\..\g7221\common\stl-files\basop32.c" 1042 > 1043 <FileConfiguration 1044 Name="Release|Win32" 1045 > 1046 <Tool 1047 Name="VCCLCompilerTool" 1048 AdditionalIncludeDirectories="" 1049 PreprocessorDefinitions="" 1050 /> 1051 </FileConfiguration> 1052 <FileConfiguration 1053 Name="Debug|Win32" 1054 > 1055 <Tool 1056 Name="VCCLCompilerTool" 1057 AdditionalIncludeDirectories="" 1058 PreprocessorDefinitions="" 1059 /> 1060 </FileConfiguration> 1061 <FileConfiguration 1062 Name="Release-Dynamic|Win32" 1063 > 1064 <Tool 1065 Name="VCCLCompilerTool" 1066 AdditionalIncludeDirectories="" 1067 PreprocessorDefinitions="" 1068 /> 1069 </FileConfiguration> 1070 <FileConfiguration 1071 Name="Release-Static|Win32" 1072 > 1073 <Tool 1074 Name="VCCLCompilerTool" 1075 AdditionalIncludeDirectories="" 1076 PreprocessorDefinitions="" 1077 /> 1078 </FileConfiguration> 1079 <FileConfiguration 1080 Name="Debug-Static|Win32" 1081 > 1082 <Tool 1083 Name="VCCLCompilerTool" 1084 AdditionalIncludeDirectories="" 1085 PreprocessorDefinitions="" 1086 /> 1087 </FileConfiguration> 1088 <FileConfiguration 1089 Name="Debug-Dynamic|Win32" 1090 > 1091 <Tool 1092 Name="VCCLCompilerTool" 1093 AdditionalIncludeDirectories="" 1094 PreprocessorDefinitions="" 1095 /> 1096 </FileConfiguration> 1097 </File> 1098 <File 1099 RelativePath="..\..\g7221\common\stl-files\basop32.h" 1100 > 1101 </File> 1102 <File 1103 RelativePath="..\..\g7221\common\stl-files\basop32_i.h" 1104 > 1105 </File> 1106 <File 1107 RelativePath="..\..\g7221\common\stl-files\count.h" 1108 > 1109 </File> 1110 <File 1111 RelativePath="..\..\g7221\common\stl-files\typedef.h" 1112 > 1113 </File> 1114 </Filter> 1053 <File 1054 RelativePath="..\..\g7221\common\typedef.h" 1055 > 1056 </File> 1115 1057 </Filter> 1116 1058 <Filter -
pjproject/trunk/third_party/g7221/common/defs.h
r2620 r2623 14 14 #include <math.h> 15 15 #include <stdlib.h> 16 #include "g7221/common/ stl-files/typedef.h"17 #include "g7221/common/ stl-files/basop32.h"16 #include "g7221/common/typedef.h" 17 #include "g7221/common/basic_op.h" 18 18 19 19 #define PI 3.141592653589793238462 -
pjproject/trunk/third_party/g7221/decode/decoder.c
r2616 r2623 473 473 Word16 num_vecs; 474 474 Word16 index; 475 Word16 bit; 475 476 Word16 signs_index; 476 Word16 bit;477 477 Word16 num_sign_bits; 478 478 Word16 ran_out_of_bits_flag; … … 560 560 if (temp >= 0) 561 561 { 562 562 563 test(); 563 564 if (num_sign_bits != 0) -
pjproject/trunk/third_party/g7221/encode/encoder.c
r2616 r2623 231 231 UWord32 current_word; 232 232 233 Word32 acca ;233 Word32 acca = 0; 234 234 Word32 accb; 235 235 Word16 temp; … … 1011 1011 */ 1012 1012 1013 mytemp = acca & 0x3;1013 mytemp = (Word16)(acca & 0x3); 1014 1014 acca = L_shr_nocheck(acca,2); 1015 1015
Note: See TracChangeset
for help on using the changeset viewer.