File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33 *****************************************************************************
44 * Copyright (C) 2009 xavs project
55 *
6- * Authors:
6+ * Authors:
77 *
88 * This program is free software; you can redistribute it and/or modify
99 * it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@ extern void predict_8x8c_dc_left_mmxext( uint8_t *src,int i_neighbor );
3131extern void predict_8x8c_dc_mmxext ( uint8_t * src ,int i_neighbor );
3232extern void predict_8x8c_v_mmxext ( uint8_t * src , int i_neighbor );
3333extern void predict_8x8c_dc_top_mmxext ( uint8_t * src ,int i_neighbor );
34- extern void predict_8x8c_p_core_mmxext ( src , i00 , b , c );
34+ extern void predict_8x8c_p_core_mmxext ( uint8_t * src , int i00 , int b , int c );
3535extern void predict_8x8_h_mmxext ( uint8_t * src , int i_neighbor );
3636extern void predict_8x8_v_mmxext ( uint8_t * src , int i_neighbor );
3737extern void predict_8x8_dc_128_mmxext ( uint8_t * src , int i_neighbor );
You can’t perform that action at this time.
0 commit comments