Searched refs:apply_motion_generic (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | roqvideo.c | 102 static inline void apply_motion_generic(RoqContext *ri, int x, int y, int deltax, in apply_motion_generic() function 136 apply_motion_generic(ri, x, y, deltax, deltay, 4); in ff_apply_motion_4x4() 142 apply_motion_generic(ri, x, y, deltax, deltay, 8); in ff_apply_motion_8x8()
|