ArDrone SDK 1.8 added
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / ARDroneLib / VLIB / P264 / p264_transform.h
1 #include <VP_Os/vp_os_types.h>
2
3 // hadamard_2x2 and ihadamard_2x2 are the same
4 void p264_hadamard_2x2 (int16_t * in, int16_t * out);
5 void p264_ihadamard_4x4 (int16_t *tblock, int16_t *block);
6 void p264_inverse_4x4(int16_t *tblock, int16_t *block);