Go to the documentation of this file.
22 #ifndef AVCODEC_ROQVIDEO_H
23 #define AVCODEC_ROQVIDEO_H
51 #define RoQ_INFO 0x1001
52 #define RoQ_QUAD_CODEBOOK 0x1002
53 #define RoQ_QUAD_VQ 0x1011
54 #define RoQ_SOUND_MONO 0x1020
55 #define RoQ_SOUND_STEREO 0x1021
57 #define RoQ_ID_MOT 0x00
58 #define RoQ_ID_FCC 0x01
59 #define RoQ_ID_SLD 0x02
60 #define RoQ_ID_CCC 0x03
void ff_apply_motion_8x8(RoqContext *ri, int x, int y, int deltax, int deltay)
This structure describes decoded (raw) audio or video data.
void ff_apply_vector_2x2(RoqContext *ri, int x, int y, roq_cell *cell)
Describe the class of an AVClass context structure.
void ff_apply_vector_4x4(RoqContext *ri, int x, int y, roq_cell *cell)
void ff_apply_motion_4x4(RoqContext *ri, int x, int y, int deltax, int deltay)