X-Git-Url: http://git.maemo.org/git/?p=mardrone;a=blobdiff_plain;f=mardrone%2FARDrone_SDK_Version_1_8_20110726%2FARDroneLib%2FVLIB%2FPlatform%2Farm9%2FUVLC%2Fuvlc_p5p.h;fp=mardrone%2FARDrone_SDK_Version_1_8_20110726%2FARDroneLib%2FVLIB%2FPlatform%2Farm9%2FUVLC%2Fuvlc_p5p.h;h=f4bea05d3df3f5574365853d964ac1dd6c9d3724;hp=0000000000000000000000000000000000000000;hb=9ec9bc13b75d30bc45535c54a652934debfcea92;hpb=ae0a3c2dc0898400aca0dd6b439c5db8044db7b2 diff --git a/mardrone/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/VLIB/Platform/arm9/UVLC/uvlc_p5p.h b/mardrone/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/VLIB/Platform/arm9/UVLC/uvlc_p5p.h new file mode 100644 index 0000000..f4bea05 --- /dev/null +++ b/mardrone/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/VLIB/Platform/arm9/UVLC/uvlc_p5p.h @@ -0,0 +1,10 @@ +#ifndef _UVLC_P5P_H_ +#define _UVLC_P5P_H_ + +#include + +// not_last > 0 if this is not the last coefficient +// If last == 0, a special sequence is emitted +void uvlc_encode( video_stream_t* const stream, int32_t level, int32_t run, int32_t not_last ); + +#endif // _UVLC_ENCODE_P5P_H_