X-Git-Url: http://git.maemo.org/git/?p=mardrone;a=blobdiff_plain;f=mardrone%2FARDrone_SDK_Version_1_8_20110726%2FARDroneLib%2FVLIB%2FPlatform%2Fx86%2Fvideo_config.h;fp=mardrone%2FARDrone_SDK_Version_1_8_20110726%2FARDroneLib%2FVLIB%2FPlatform%2Fx86%2Fvideo_config.h;h=33ce8a2615af698781446f814ab587e074c227b3;hp=0000000000000000000000000000000000000000;hb=9ec9bc13b75d30bc45535c54a652934debfcea92;hpb=ae0a3c2dc0898400aca0dd6b439c5db8044db7b2 diff --git a/mardrone/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/VLIB/Platform/x86/video_config.h b/mardrone/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/VLIB/Platform/x86/video_config.h new file mode 100644 index 0000000..33ce8a2 --- /dev/null +++ b/mardrone/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/VLIB/Platform/x86/video_config.h @@ -0,0 +1,18 @@ +#ifndef _VIDEO_CONFIG_X86_H_ +#define _VIDEO_CONFIG_X86_H_ + +/* Default configuration for x86 platform */ + +#if (TARGET_CPU_X86 == 1) || defined (_WIN32) + +#define DEFAULT_QUANTIZATION (6) + +#define MAX_NUM_MACRO_BLOCKS_PER_CALL (1) + +#define DEFAULT_INTERNAL_STREAM_SIZE (1024 * 8) + +#define VLIB_ALLOC_ALIGN (16) /* Default alignement for using SIMD instruction */ + +#endif // TARGET_CPU_X86 + +#endif // _VIDEO_CONFIG_X86_H_