comparison alpha/motion_est_alpha.c @ 11396:9e7d38743146 libavcodec

Alpha: move dsputil prototypes to a header file
author mru
date Mon, 08 Mar 2010 02:36:03 +0000
parents f7cbb7733146
children
comparison
equal deleted inserted replaced
11395:5b9d41da4152 11396:9e7d38743146
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #include "libavcodec/dsputil.h" 22 #include "libavcodec/dsputil.h"
23 #include "dsputil_alpha.h"
23 #include "asm.h" 24 #include "asm.h"
24 25
25 void get_pixels_mvi(DCTELEM *restrict block, 26 void get_pixels_mvi(DCTELEM *restrict block,
26 const uint8_t *restrict pixels, int line_size) 27 const uint8_t *restrict pixels, int line_size)
27 { 28 {