54c1c09fb5e4c80cb07fbcb9cda2da0d077a76dc
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / ARDroneLib / VLIB / Platform / arm9_P6 / video_quantizer_p6.h
1 #ifndef _VIDEO_QUANTIZER_P6_H_
2 #define _VIDEO_QUANTIZER_P6_H_
3
4 #include <VLIB/video_quantizer.h>
5
6 int16_t* do_quantize_intra_mb(int16_t* ptr, int32_t invQuant, int32_t* last_ptr);
7
8 #endif // _VIDEO_QUANTIZER_P6_H_