675 lines
32 KiB
Plaintext
675 lines
32 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
4C34067818C5A4AD00DFA14A /* adaptive_quantization.S in Sources */ = {isa = PBXBuildFile; fileRef = 4C34067418C5A4AD00DFA14A /* adaptive_quantization.S */; };
|
|
4C34067918C5A4AD00DFA14A /* down_sample_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 4C34067518C5A4AD00DFA14A /* down_sample_neon.S */; };
|
|
4C34067A18C5A4AD00DFA14A /* pixel_sad_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 4C34067618C5A4AD00DFA14A /* pixel_sad_neon.S */; };
|
|
4C34067B18C5A4AD00DFA14A /* vaa_calc_neon.S in Sources */ = {isa = PBXBuildFile; fileRef = 4C34067718C5A4AD00DFA14A /* vaa_calc_neon.S */; };
|
|
4CE4443518B724B60017DF25 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE4443418B724B60017DF25 /* Foundation.framework */; };
|
|
4CE4444318B724B60017DF25 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE4444218B724B60017DF25 /* XCTest.framework */; };
|
|
4CE4444418B724B60017DF25 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE4443418B724B60017DF25 /* Foundation.framework */; };
|
|
4CE4444618B724B60017DF25 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE4444518B724B60017DF25 /* UIKit.framework */; };
|
|
4CE4444918B724B60017DF25 /* libprocessing.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE4443118B724B60017DF25 /* libprocessing.a */; };
|
|
4CE4444F18B724B60017DF25 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4CE4444D18B724B60017DF25 /* InfoPlist.strings */; };
|
|
4CE4445118B724B60017DF25 /* processingTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4445018B724B60017DF25 /* processingTests.m */; };
|
|
4CE4478B18BC62960017DF25 /* AdaptiveQuantization.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4475D18BC62960017DF25 /* AdaptiveQuantization.cpp */; };
|
|
4CE4478F18BC62960017DF25 /* BackgroundDetection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4476418BC62960017DF25 /* BackgroundDetection.cpp */; };
|
|
4CE4479018BC62960017DF25 /* memory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4476718BC62960017DF25 /* memory.cpp */; };
|
|
4CE4479218BC62960017DF25 /* WelsFrameWork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4476E18BC62960017DF25 /* WelsFrameWork.cpp */; };
|
|
4CE4479318BC62960017DF25 /* WelsFrameWorkEx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4477018BC62960017DF25 /* WelsFrameWorkEx.cpp */; };
|
|
4CE4479418BC62960017DF25 /* ComplexityAnalysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4477418BC62960017DF25 /* ComplexityAnalysis.cpp */; };
|
|
4CE4479518BC62960017DF25 /* denoise.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4477718BC62960017DF25 /* denoise.cpp */; };
|
|
4CE4479618BC62960017DF25 /* denoise_filter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4477918BC62960017DF25 /* denoise_filter.cpp */; };
|
|
4CE4479718BC62960017DF25 /* downsample.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4477B18BC62960017DF25 /* downsample.cpp */; };
|
|
4CE4479818BC62960017DF25 /* downsamplefuncs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4477D18BC62960017DF25 /* downsamplefuncs.cpp */; };
|
|
4CE4479918BC62960017DF25 /* imagerotate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4477F18BC62960017DF25 /* imagerotate.cpp */; };
|
|
4CE4479A18BC62960017DF25 /* imagerotatefuncs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4478118BC62960017DF25 /* imagerotatefuncs.cpp */; };
|
|
4CE4479B18BC62960017DF25 /* SceneChangeDetection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4478318BC62960017DF25 /* SceneChangeDetection.cpp */; };
|
|
4CE4479D18BC62960017DF25 /* vaacalcfuncs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4478818BC62960017DF25 /* vaacalcfuncs.cpp */; };
|
|
4CE4479E18BC62960017DF25 /* vaacalculation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4478918BC62960017DF25 /* vaacalculation.cpp */; };
|
|
FAABAA1B18E93DCB00D4186F /* common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FAABAA1918E93DCB00D4186F /* common.cpp */; };
|
|
FAC77EA318F7B09C0038A4E4 /* ScrollDetection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FAC77E9F18F7B09C0038A4E4 /* ScrollDetection.cpp */; };
|
|
FAC77EA418F7B09C0038A4E4 /* ScrollDetectionFuncs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FAC77EA118F7B09C0038A4E4 /* ScrollDetectionFuncs.cpp */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
4CE4444718B724B60017DF25 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 4CE4442918B724B60017DF25 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 4CE4443018B724B60017DF25;
|
|
remoteInfo = processing;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
4CE4442F18B724B60017DF25 /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "include/$(PRODUCT_NAME)";
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
4C34067418C5A4AD00DFA14A /* adaptive_quantization.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = adaptive_quantization.S; sourceTree = "<group>"; };
|
|
4C34067518C5A4AD00DFA14A /* down_sample_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = down_sample_neon.S; sourceTree = "<group>"; };
|
|
4C34067618C5A4AD00DFA14A /* pixel_sad_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = pixel_sad_neon.S; sourceTree = "<group>"; };
|
|
4C34067718C5A4AD00DFA14A /* vaa_calc_neon.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = vaa_calc_neon.S; sourceTree = "<group>"; };
|
|
4CE4443118B724B60017DF25 /* libprocessing.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libprocessing.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
4CE4443418B724B60017DF25 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
4CE4444118B724B60017DF25 /* processingTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = processingTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
4CE4444218B724B60017DF25 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
|
4CE4444518B724B60017DF25 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
|
|
4CE4444C18B724B60017DF25 /* processingTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "processingTests-Info.plist"; sourceTree = "<group>"; };
|
|
4CE4444E18B724B60017DF25 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
4CE4445018B724B60017DF25 /* processingTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = processingTests.m; sourceTree = "<group>"; };
|
|
4CE4475A18BC62960017DF25 /* IWelsVP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IWelsVP.h; sourceTree = "<group>"; };
|
|
4CE4475D18BC62960017DF25 /* AdaptiveQuantization.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AdaptiveQuantization.cpp; sourceTree = "<group>"; };
|
|
4CE4475E18BC62960017DF25 /* AdaptiveQuantization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AdaptiveQuantization.h; sourceTree = "<group>"; };
|
|
4CE4476418BC62960017DF25 /* BackgroundDetection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BackgroundDetection.cpp; sourceTree = "<group>"; };
|
|
4CE4476518BC62960017DF25 /* BackgroundDetection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BackgroundDetection.h; sourceTree = "<group>"; };
|
|
4CE4476718BC62960017DF25 /* memory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = memory.cpp; sourceTree = "<group>"; };
|
|
4CE4476818BC62960017DF25 /* memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = memory.h; sourceTree = "<group>"; };
|
|
4CE4476918BC62960017DF25 /* resource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = resource.h; sourceTree = "<group>"; };
|
|
4CE4476C18BC62960017DF25 /* typedef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = typedef.h; sourceTree = "<group>"; };
|
|
4CE4476D18BC62960017DF25 /* util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = util.h; sourceTree = "<group>"; };
|
|
4CE4476E18BC62960017DF25 /* WelsFrameWork.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WelsFrameWork.cpp; sourceTree = "<group>"; };
|
|
4CE4476F18BC62960017DF25 /* WelsFrameWork.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WelsFrameWork.h; sourceTree = "<group>"; };
|
|
4CE4477018BC62960017DF25 /* WelsFrameWorkEx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WelsFrameWorkEx.cpp; sourceTree = "<group>"; };
|
|
4CE4477418BC62960017DF25 /* ComplexityAnalysis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComplexityAnalysis.cpp; sourceTree = "<group>"; };
|
|
4CE4477518BC62960017DF25 /* ComplexityAnalysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComplexityAnalysis.h; sourceTree = "<group>"; };
|
|
4CE4477718BC62960017DF25 /* denoise.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = denoise.cpp; sourceTree = "<group>"; };
|
|
4CE4477818BC62960017DF25 /* denoise.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = denoise.h; sourceTree = "<group>"; };
|
|
4CE4477918BC62960017DF25 /* denoise_filter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = denoise_filter.cpp; sourceTree = "<group>"; };
|
|
4CE4477B18BC62960017DF25 /* downsample.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = downsample.cpp; sourceTree = "<group>"; };
|
|
4CE4477C18BC62960017DF25 /* downsample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = downsample.h; sourceTree = "<group>"; };
|
|
4CE4477D18BC62960017DF25 /* downsamplefuncs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = downsamplefuncs.cpp; sourceTree = "<group>"; };
|
|
4CE4477F18BC62960017DF25 /* imagerotate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = imagerotate.cpp; sourceTree = "<group>"; };
|
|
4CE4478018BC62960017DF25 /* imagerotate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = imagerotate.h; sourceTree = "<group>"; };
|
|
4CE4478118BC62960017DF25 /* imagerotatefuncs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = imagerotatefuncs.cpp; sourceTree = "<group>"; };
|
|
4CE4478318BC62960017DF25 /* SceneChangeDetection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SceneChangeDetection.cpp; sourceTree = "<group>"; };
|
|
4CE4478418BC62960017DF25 /* SceneChangeDetection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SceneChangeDetection.h; sourceTree = "<group>"; };
|
|
4CE4478818BC62960017DF25 /* vaacalcfuncs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vaacalcfuncs.cpp; sourceTree = "<group>"; };
|
|
4CE4478918BC62960017DF25 /* vaacalculation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vaacalculation.cpp; sourceTree = "<group>"; };
|
|
4CE4478A18BC62960017DF25 /* vaacalculation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vaacalculation.h; sourceTree = "<group>"; };
|
|
FAABAA1918E93DCB00D4186F /* common.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = common.cpp; sourceTree = "<group>"; };
|
|
FAABAA1A18E93DCB00D4186F /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
|
|
FAC77E9F18F7B09C0038A4E4 /* ScrollDetection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScrollDetection.cpp; sourceTree = "<group>"; };
|
|
FAC77EA018F7B09C0038A4E4 /* ScrollDetection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScrollDetection.h; sourceTree = "<group>"; };
|
|
FAC77EA118F7B09C0038A4E4 /* ScrollDetectionFuncs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScrollDetectionFuncs.cpp; sourceTree = "<group>"; };
|
|
FAC77EA218F7B09C0038A4E4 /* ScrollDetectionFuncs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScrollDetectionFuncs.h; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
4CE4442E18B724B60017DF25 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
4CE4443518B724B60017DF25 /* Foundation.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
4CE4443E18B724B60017DF25 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
4CE4444318B724B60017DF25 /* XCTest.framework in Frameworks */,
|
|
4CE4444618B724B60017DF25 /* UIKit.framework in Frameworks */,
|
|
4CE4444918B724B60017DF25 /* libprocessing.a in Frameworks */,
|
|
4CE4444418B724B60017DF25 /* Foundation.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
4C34067318C5A4AD00DFA14A /* arm */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4C34067418C5A4AD00DFA14A /* adaptive_quantization.S */,
|
|
4C34067518C5A4AD00DFA14A /* down_sample_neon.S */,
|
|
4C34067618C5A4AD00DFA14A /* pixel_sad_neon.S */,
|
|
4C34067718C5A4AD00DFA14A /* vaa_calc_neon.S */,
|
|
);
|
|
path = arm;
|
|
sourceTree = "<group>";
|
|
};
|
|
4CE4442818B724B60017DF25 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4CE4475918BC62960017DF25 /* interface */,
|
|
4CE4475B18BC62960017DF25 /* src */,
|
|
4CE4444A18B724B60017DF25 /* processingTests */,
|
|
4CE4443318B724B60017DF25 /* Frameworks */,
|
|
4CE4443218B724B60017DF25 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
4CE4443218B724B60017DF25 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4CE4443118B724B60017DF25 /* libprocessing.a */,
|
|
4CE4444118B724B60017DF25 /* processingTests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
4CE4443318B724B60017DF25 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4CE4443418B724B60017DF25 /* Foundation.framework */,
|
|
4CE4444218B724B60017DF25 /* XCTest.framework */,
|
|
4CE4444518B724B60017DF25 /* UIKit.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
4CE4444A18B724B60017DF25 /* processingTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4CE4445018B724B60017DF25 /* processingTests.m */,
|
|
4CE4444B18B724B60017DF25 /* Supporting Files */,
|
|
);
|
|
path = processingTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
4CE4444B18B724B60017DF25 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4CE4444C18B724B60017DF25 /* processingTests-Info.plist */,
|
|
4CE4444D18B724B60017DF25 /* InfoPlist.strings */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
4CE4475918BC62960017DF25 /* interface */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4CE4475A18BC62960017DF25 /* IWelsVP.h */,
|
|
);
|
|
name = interface;
|
|
path = ../../interface;
|
|
sourceTree = "<group>";
|
|
};
|
|
4CE4475B18BC62960017DF25 /* src */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
FAC77E9E18F7B09C0038A4E4 /* scrolldetection */,
|
|
4C34067318C5A4AD00DFA14A /* arm */,
|
|
4CE4475C18BC62960017DF25 /* adaptivequantization */,
|
|
4CE4476318BC62960017DF25 /* backgrounddetection */,
|
|
4CE4476618BC62960017DF25 /* common */,
|
|
4CE4477318BC62960017DF25 /* complexityanalysis */,
|
|
4CE4477618BC62960017DF25 /* denoise */,
|
|
4CE4477A18BC62960017DF25 /* downsample */,
|
|
4CE4477E18BC62960017DF25 /* imagerotate */,
|
|
4CE4478218BC62960017DF25 /* scenechangedetection */,
|
|
4CE4478718BC62960017DF25 /* vaacalc */,
|
|
);
|
|
name = src;
|
|
path = ../../src;
|
|
sourceTree = "<group>";
|
|
};
|
|
4CE4475C18BC62960017DF25 /* adaptivequantization */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4CE4475D18BC62960017DF25 /* AdaptiveQuantization.cpp */,
|
|
4CE4475E18BC62960017DF25 /* AdaptiveQuantization.h */,
|
|
);
|
|
path = adaptivequantization;
|
|
sourceTree = "<group>";
|
|
};
|
|
4CE4476318BC62960017DF25 /* backgrounddetection */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4CE4476418BC62960017DF25 /* BackgroundDetection.cpp */,
|
|
4CE4476518BC62960017DF25 /* BackgroundDetection.h */,
|
|
);
|
|
path = backgrounddetection;
|
|
sourceTree = "<group>";
|
|
};
|
|
4CE4476618BC62960017DF25 /* common */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
FAABAA1918E93DCB00D4186F /* common.cpp */,
|
|
FAABAA1A18E93DCB00D4186F /* common.h */,
|
|
4CE4476718BC62960017DF25 /* memory.cpp */,
|
|
4CE4476818BC62960017DF25 /* memory.h */,
|
|
4CE4476918BC62960017DF25 /* resource.h */,
|
|
4CE4476C18BC62960017DF25 /* typedef.h */,
|
|
4CE4476D18BC62960017DF25 /* util.h */,
|
|
4CE4476E18BC62960017DF25 /* WelsFrameWork.cpp */,
|
|
4CE4476F18BC62960017DF25 /* WelsFrameWork.h */,
|
|
4CE4477018BC62960017DF25 /* WelsFrameWorkEx.cpp */,
|
|
);
|
|
path = common;
|
|
sourceTree = "<group>";
|
|
};
|
|
4CE4477318BC62960017DF25 /* complexityanalysis */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4CE4477418BC62960017DF25 /* ComplexityAnalysis.cpp */,
|
|
4CE4477518BC62960017DF25 /* ComplexityAnalysis.h */,
|
|
);
|
|
path = complexityanalysis;
|
|
sourceTree = "<group>";
|
|
};
|
|
4CE4477618BC62960017DF25 /* denoise */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4CE4477718BC62960017DF25 /* denoise.cpp */,
|
|
4CE4477818BC62960017DF25 /* denoise.h */,
|
|
4CE4477918BC62960017DF25 /* denoise_filter.cpp */,
|
|
);
|
|
path = denoise;
|
|
sourceTree = "<group>";
|
|
};
|
|
4CE4477A18BC62960017DF25 /* downsample */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4CE4477B18BC62960017DF25 /* downsample.cpp */,
|
|
4CE4477C18BC62960017DF25 /* downsample.h */,
|
|
4CE4477D18BC62960017DF25 /* downsamplefuncs.cpp */,
|
|
);
|
|
path = downsample;
|
|
sourceTree = "<group>";
|
|
};
|
|
4CE4477E18BC62960017DF25 /* imagerotate */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4CE4477F18BC62960017DF25 /* imagerotate.cpp */,
|
|
4CE4478018BC62960017DF25 /* imagerotate.h */,
|
|
4CE4478118BC62960017DF25 /* imagerotatefuncs.cpp */,
|
|
);
|
|
path = imagerotate;
|
|
sourceTree = "<group>";
|
|
};
|
|
4CE4478218BC62960017DF25 /* scenechangedetection */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4CE4478318BC62960017DF25 /* SceneChangeDetection.cpp */,
|
|
4CE4478418BC62960017DF25 /* SceneChangeDetection.h */,
|
|
);
|
|
path = scenechangedetection;
|
|
sourceTree = "<group>";
|
|
};
|
|
4CE4478718BC62960017DF25 /* vaacalc */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4CE4478818BC62960017DF25 /* vaacalcfuncs.cpp */,
|
|
4CE4478918BC62960017DF25 /* vaacalculation.cpp */,
|
|
4CE4478A18BC62960017DF25 /* vaacalculation.h */,
|
|
);
|
|
path = vaacalc;
|
|
sourceTree = "<group>";
|
|
};
|
|
FAC77E9E18F7B09C0038A4E4 /* scrolldetection */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
FAC77E9F18F7B09C0038A4E4 /* ScrollDetection.cpp */,
|
|
FAC77EA018F7B09C0038A4E4 /* ScrollDetection.h */,
|
|
FAC77EA118F7B09C0038A4E4 /* ScrollDetectionFuncs.cpp */,
|
|
FAC77EA218F7B09C0038A4E4 /* ScrollDetectionFuncs.h */,
|
|
);
|
|
path = scrolldetection;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
4CE4443018B724B60017DF25 /* processing */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 4CE4445418B724B60017DF25 /* Build configuration list for PBXNativeTarget "processing" */;
|
|
buildPhases = (
|
|
4CE4442D18B724B60017DF25 /* Sources */,
|
|
4CE4442E18B724B60017DF25 /* Frameworks */,
|
|
4CE4442F18B724B60017DF25 /* CopyFiles */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = processing;
|
|
productName = processing;
|
|
productReference = 4CE4443118B724B60017DF25 /* libprocessing.a */;
|
|
productType = "com.apple.product-type.library.static";
|
|
};
|
|
4CE4444018B724B60017DF25 /* processingTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 4CE4445718B724B60017DF25 /* Build configuration list for PBXNativeTarget "processingTests" */;
|
|
buildPhases = (
|
|
4CE4443D18B724B60017DF25 /* Sources */,
|
|
4CE4443E18B724B60017DF25 /* Frameworks */,
|
|
4CE4443F18B724B60017DF25 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
4CE4444818B724B60017DF25 /* PBXTargetDependency */,
|
|
);
|
|
name = processingTests;
|
|
productName = processingTests;
|
|
productReference = 4CE4444118B724B60017DF25 /* processingTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
4CE4442918B724B60017DF25 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0500;
|
|
ORGANIZATIONNAME = video;
|
|
};
|
|
buildConfigurationList = 4CE4442C18B724B60017DF25 /* Build configuration list for PBXProject "processing" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 4CE4442818B724B60017DF25;
|
|
productRefGroup = 4CE4443218B724B60017DF25 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
4CE4443018B724B60017DF25 /* processing */,
|
|
4CE4444018B724B60017DF25 /* processingTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
4CE4443F18B724B60017DF25 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
4CE4444F18B724B60017DF25 /* InfoPlist.strings in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
4CE4442D18B724B60017DF25 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
4C34067918C5A4AD00DFA14A /* down_sample_neon.S in Sources */,
|
|
4C34067818C5A4AD00DFA14A /* adaptive_quantization.S in Sources */,
|
|
4CE4479718BC62960017DF25 /* downsample.cpp in Sources */,
|
|
4CE4478B18BC62960017DF25 /* AdaptiveQuantization.cpp in Sources */,
|
|
FAABAA1B18E93DCB00D4186F /* common.cpp in Sources */,
|
|
4CE4479918BC62960017DF25 /* imagerotate.cpp in Sources */,
|
|
FAC77EA418F7B09C0038A4E4 /* ScrollDetectionFuncs.cpp in Sources */,
|
|
4CE4479318BC62960017DF25 /* WelsFrameWorkEx.cpp in Sources */,
|
|
4CE4479018BC62960017DF25 /* memory.cpp in Sources */,
|
|
4CE4479A18BC62960017DF25 /* imagerotatefuncs.cpp in Sources */,
|
|
4CE4479518BC62960017DF25 /* denoise.cpp in Sources */,
|
|
4CE4479218BC62960017DF25 /* WelsFrameWork.cpp in Sources */,
|
|
4C34067B18C5A4AD00DFA14A /* vaa_calc_neon.S in Sources */,
|
|
4CE4479B18BC62960017DF25 /* SceneChangeDetection.cpp in Sources */,
|
|
4CE4479D18BC62960017DF25 /* vaacalcfuncs.cpp in Sources */,
|
|
FAC77EA318F7B09C0038A4E4 /* ScrollDetection.cpp in Sources */,
|
|
4CE4479818BC62960017DF25 /* downsamplefuncs.cpp in Sources */,
|
|
4CE4479418BC62960017DF25 /* ComplexityAnalysis.cpp in Sources */,
|
|
4CE4479E18BC62960017DF25 /* vaacalculation.cpp in Sources */,
|
|
4C34067A18C5A4AD00DFA14A /* pixel_sad_neon.S in Sources */,
|
|
4CE4478F18BC62960017DF25 /* BackgroundDetection.cpp in Sources */,
|
|
4CE4479618BC62960017DF25 /* denoise_filter.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
4CE4443D18B724B60017DF25 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
4CE4445118B724B60017DF25 /* processingTests.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
4CE4444818B724B60017DF25 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 4CE4443018B724B60017DF25 /* processing */;
|
|
targetProxy = 4CE4444718B724B60017DF25 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
4CE4444D18B724B60017DF25 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
4CE4444E18B724B60017DF25 /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
4CE4445218B724B60017DF25 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
};
|
|
name = Debug;
|
|
};
|
|
4CE4445318B724B60017DF25 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
|
|
SDKROOT = iphoneos;
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
4CE4445518B724B60017DF25 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD)";
|
|
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
|
|
CLANG_CXX_LIBRARY = "compiler-default";
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
DSTROOT = /tmp/processing.dst;
|
|
GCC_C_LANGUAGE_STANDARD = "compiler-default";
|
|
GCC_OPTIMIZATION_LEVEL = 3;
|
|
"GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*][arch=arm64]" = APPLE_IOS;
|
|
"GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*][arch=armv7]" = (
|
|
APPLE_IOS,
|
|
HAVE_NEON,
|
|
);
|
|
"GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*][arch=armv7s]" = (
|
|
APPLE_IOS,
|
|
HAVE_NEON,
|
|
);
|
|
"GCC_PREPROCESSOR_DEFINITIONS[sdk=iphonesimulator*]" = APPLE_IOS;
|
|
HEADER_SEARCH_PATHS = (
|
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
"$(SRCROOT)/../../../common/inc",
|
|
"$(SRCROOT)/../../src/common",
|
|
"$(SRCROOT)/../../interface",
|
|
"$(SRCROOT)/../../../common/arm",
|
|
);
|
|
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
|
ONLY_ACTIVE_ARCH = NO;
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
4CE4445618B724B60017DF25 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD)";
|
|
CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
|
|
CLANG_CXX_LIBRARY = "compiler-default";
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
DSTROOT = /tmp/processing.dst;
|
|
GCC_C_LANGUAGE_STANDARD = "compiler-default";
|
|
"GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*][arch=arm64]" = APPLE_IOS;
|
|
"GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*][arch=armv7]" = (
|
|
APPLE_IOS,
|
|
HAVE_NEON,
|
|
);
|
|
"GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*][arch=armv7s]" = (
|
|
APPLE_IOS,
|
|
HAVE_NEON,
|
|
);
|
|
"GCC_PREPROCESSOR_DEFINITIONS[sdk=iphonesimulator*]" = APPLE_IOS;
|
|
HEADER_SEARCH_PATHS = (
|
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
"$(SRCROOT)/../../../common/inc",
|
|
"$(SRCROOT)/../../src/common",
|
|
"$(SRCROOT)/../../interface",
|
|
"$(SRCROOT)/../../../common/arm",
|
|
);
|
|
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Release;
|
|
};
|
|
4CE4445818B724B60017DF25 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(SDKROOT)/Developer/Library/Frameworks",
|
|
"$(inherited)",
|
|
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
|
);
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "processing/processing-Prefix.pch";
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
INFOPLIST_FILE = "processingTests/processingTests-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = xctest;
|
|
};
|
|
name = Debug;
|
|
};
|
|
4CE4445918B724B60017DF25 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(SDKROOT)/Developer/Library/Frameworks",
|
|
"$(inherited)",
|
|
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
|
);
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "processing/processing-Prefix.pch";
|
|
INFOPLIST_FILE = "processingTests/processingTests-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = xctest;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
4CE4442C18B724B60017DF25 /* Build configuration list for PBXProject "processing" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
4CE4445218B724B60017DF25 /* Debug */,
|
|
4CE4445318B724B60017DF25 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
4CE4445418B724B60017DF25 /* Build configuration list for PBXNativeTarget "processing" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
4CE4445518B724B60017DF25 /* Debug */,
|
|
4CE4445618B724B60017DF25 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
4CE4445718B724B60017DF25 /* Build configuration list for PBXNativeTarget "processingTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
4CE4445818B724B60017DF25 /* Debug */,
|
|
4CE4445918B724B60017DF25 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 4CE4442918B724B60017DF25 /* Project object */;
|
|
}
|