Go to the source code of this file.
Classes | |
| struct | roq_cell |
| struct | roq_qcell |
| struct | motion_vect |
| struct | RoqContext |
Functions | |
| void | ff_apply_vector_2x2 (RoqContext *ri, int x, int y, roq_cell *cell) |
| 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) |
| void | ff_apply_motion_8x8 (RoqContext *ri, int x, int y, int deltax, int deltay) |
| void ff_apply_vector_2x2 | ( | RoqContext * | ri, | |
| int | x, | |||
| int | y, | |||
| roq_cell * | cell | |||
| ) |
Definition at line 41 of file roqvideo.c.
Referenced by reconstruct_and_encode_image(), and roqvideo_decode_frame().
| void ff_apply_vector_4x4 | ( | RoqContext * | ri, | |
| int | x, | |||
| int | y, | |||
| roq_cell * | cell | |||
| ) |
Definition at line 71 of file roqvideo.c.
Referenced by reconstruct_and_encode_image(), and roqvideo_decode_frame().
| void ff_apply_motion_4x4 | ( | RoqContext * | ri, | |
| int | x, | |||
| int | y, | |||
| int | deltax, | |||
| int | deltay | |||
| ) |
Definition at line 128 of file roqvideo.c.
Referenced by reconstruct_and_encode_image(), and roqvideo_decode_frame().
| void ff_apply_motion_8x8 | ( | RoqContext * | ri, | |
| int | x, | |||
| int | y, | |||
| int | deltax, | |||
| int | deltay | |||
| ) |
Definition at line 134 of file roqvideo.c.
Referenced by reconstruct_and_encode_image(), and roqvideo_decode_frame().
1.5.5