ArDrone SDK 1.8 added
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / ARDroneLib / VLIB / Platform / arm9 / UVLC / uvlc_p5p.h
1 #ifndef _UVLC_P5P_H_
2 #define _UVLC_P5P_H_
3
4 #include <VLIB/UVLC/uvlc.h>
5
6 // not_last > 0 if this is not the last coefficient
7 // If last == 0, a special sequence is emitted
8 void     uvlc_encode( video_stream_t* const stream, int32_t level, int32_t run, int32_t not_last );
9
10 #endif // _UVLC_ENCODE_P5P_H_