ArDrone SDK 1.8 added
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / ARDroneLib / VLIB / Platform / arm9_P6 / video_quantizer_p6.h
diff --git a/mardrone/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/VLIB/Platform/arm9_P6/video_quantizer_p6.h b/mardrone/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/VLIB/Platform/arm9_P6/video_quantizer_p6.h
new file mode 100644 (file)
index 0000000..54c1c09
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef _VIDEO_QUANTIZER_P6_H_
+#define _VIDEO_QUANTIZER_P6_H_
+
+#include <VLIB/video_quantizer.h>
+
+int16_t* do_quantize_intra_mb(int16_t* ptr, int32_t invQuant, int32_t* last_ptr);
+
+#endif // _VIDEO_QUANTIZER_P6_H_