Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Side by Side Diff: source/config/linux/mipsel/vp9_rtcd.h

Issue 11974002: libvpx: Pull from upstream (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « source/config/linux/ia32/vpx_config.asm ('k') | source/config/linux/mipsel/vpx_config.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef VP__RTCD_ 1 #ifndef VP__RTCD_
2 #define VP__RTCD_ 2 #define VP__RTCD_
3 3
4 #ifdef RTCD_C 4 #ifdef RTCD_C
5 #define RTCD_EXTERN 5 #define RTCD_EXTERN
6 #else 6 #else
7 #define RTCD_EXTERN extern 7 #define RTCD_EXTERN extern
8 #endif 8 #endif
9 9
10 /* 10 /*
11 * VP9 11 * VP9
12 */ 12 */
13 13
14 #include "vpx/vpx_integer.h"
15
14 struct loop_filter_info; 16 struct loop_filter_info;
15 struct blockd; 17 struct blockd;
16 struct macroblockd; 18 struct macroblockd;
17 struct loop_filter_info; 19 struct loop_filter_info;
18 20
19 /* Encoder forward decls */ 21 /* Encoder forward decls */
20 struct block; 22 struct block;
21 struct macroblock; 23 struct macroblock;
22 struct variance_vtable; 24 struct variance_vtable;
23 25
24 #define DEC_MVCOSTS int *mvjcost, int *mvcost[2] 26 #define DEC_MVCOSTS int *mvjcost, int *mvcost[2]
25 union int_mv; 27 union int_mv;
26 struct yv12_buffer_config; 28 struct yv12_buffer_config;
27 29
28 void vp9_filter_block2d_4x4_8_c(const unsigned char *src_ptr, const unsigned int src_stride, const short *HFilter_aligned16, const short *VFilter_aligned16, uns igned char *dst_ptr, unsigned int dst_stride); 30 void vp9_filter_block2d_4x4_8_c(const uint8_t *src_ptr, const unsigned int src_s tride, const int16_t *HFilter_aligned16, const int16_t *VFilter_aligned16, uint8 _t *dst_ptr, unsigned int dst_stride);
29 #define vp9_filter_block2d_4x4_8 vp9_filter_block2d_4x4_8_c 31 #define vp9_filter_block2d_4x4_8 vp9_filter_block2d_4x4_8_c
30 32
31 void vp9_filter_block2d_8x4_8_c(const unsigned char *src_ptr, const unsigned int src_stride, const short *HFilter_aligned16, const short *VFilter_aligned16, uns igned char *dst_ptr, unsigned int dst_stride); 33 void vp9_filter_block2d_8x4_8_c(const uint8_t *src_ptr, const unsigned int src_s tride, const int16_t *HFilter_aligned16, const int16_t *VFilter_aligned16, uint8 _t *dst_ptr, unsigned int dst_stride);
32 #define vp9_filter_block2d_8x4_8 vp9_filter_block2d_8x4_8_c 34 #define vp9_filter_block2d_8x4_8 vp9_filter_block2d_8x4_8_c
33 35
34 void vp9_filter_block2d_8x8_8_c(const unsigned char *src_ptr, const unsigned int src_stride, const short *HFilter_aligned16, const short *VFilter_aligned16, uns igned char *dst_ptr, unsigned int dst_stride); 36 void vp9_filter_block2d_8x8_8_c(const uint8_t *src_ptr, const unsigned int src_s tride, const int16_t *HFilter_aligned16, const int16_t *VFilter_aligned16, uint8 _t *dst_ptr, unsigned int dst_stride);
35 #define vp9_filter_block2d_8x8_8 vp9_filter_block2d_8x8_8_c 37 #define vp9_filter_block2d_8x8_8 vp9_filter_block2d_8x8_8_c
36 38
37 void vp9_filter_block2d_16x16_8_c(const unsigned char *src_ptr, const unsigned i nt src_stride, const short *HFilter_aligned16, const short *VFilter_aligned16, u nsigned char *dst_ptr, unsigned int dst_stride); 39 void vp9_filter_block2d_16x16_8_c(const uint8_t *src_ptr, const unsigned int src _stride, const int16_t *HFilter_aligned16, const int16_t *VFilter_aligned16, uin t8_t *dst_ptr, unsigned int dst_stride);
38 #define vp9_filter_block2d_16x16_8 vp9_filter_block2d_16x16_8_c 40 #define vp9_filter_block2d_16x16_8 vp9_filter_block2d_16x16_8_c
39 41
40 void vp9_dequantize_b_c(struct blockd *x); 42 void vp9_dequantize_b_c(struct blockd *x);
41 #define vp9_dequantize_b vp9_dequantize_b_c 43 #define vp9_dequantize_b vp9_dequantize_b_c
42 44
43 void vp9_dequantize_b_2x2_c(struct blockd *x); 45 void vp9_dequantize_b_2x2_c(struct blockd *x);
44 #define vp9_dequantize_b_2x2 vp9_dequantize_b_2x2_c 46 #define vp9_dequantize_b_2x2 vp9_dequantize_b_2x2_c
45 47
46 void vp9_dequant_dc_idct_add_y_block_8x8_c(short *q, const short *dq, unsigned c har *pre, unsigned char *dst, int stride, unsigned short *eobs, const short *dc, struct macroblockd *xd); 48 void vp9_dequant_dc_idct_add_y_block_8x8_c(int16_t *q, const int16_t *dq, uint8_ t *pre, uint8_t *dst, int stride, uint16_t *eobs, const int16_t *dc, struct macr oblockd *xd);
47 #define vp9_dequant_dc_idct_add_y_block_8x8 vp9_dequant_dc_idct_add_y_block_8x8_ c 49 #define vp9_dequant_dc_idct_add_y_block_8x8 vp9_dequant_dc_idct_add_y_block_8x8_ c
48 50
49 void vp9_dequant_idct_add_y_block_8x8_c(short *q, const short *dq, unsigned char *pre, unsigned char *dst, int stride, unsigned short *eobs, struct macroblockd *xd); 51 void vp9_dequant_idct_add_y_block_8x8_c(int16_t *q, const int16_t *dq, uint8_t * pre, uint8_t *dst, int stride, uint16_t *eobs, struct macroblockd *xd);
50 #define vp9_dequant_idct_add_y_block_8x8 vp9_dequant_idct_add_y_block_8x8_c 52 #define vp9_dequant_idct_add_y_block_8x8 vp9_dequant_idct_add_y_block_8x8_c
51 53
52 void vp9_dequant_idct_add_uv_block_8x8_c(short *q, const short *dq, unsigned cha r *pre, unsigned char *dstu, unsigned char *dstv, int stride, unsigned short *eo bs, struct macroblockd *xd); 54 void vp9_dequant_idct_add_uv_block_8x8_c(int16_t *q, const int16_t *dq, uint8_t *pre, uint8_t *dstu, uint8_t *dstv, int stride, uint16_t *eobs, struct macrobloc kd *xd);
53 #define vp9_dequant_idct_add_uv_block_8x8 vp9_dequant_idct_add_uv_block_8x8_c 55 #define vp9_dequant_idct_add_uv_block_8x8 vp9_dequant_idct_add_uv_block_8x8_c
54 56
55 void vp9_dequant_idct_add_16x16_c(short *input, const short *dq, unsigned char * pred, unsigned char *dest, int pitch, int stride, unsigned short eobs); 57 void vp9_dequant_idct_add_16x16_c(int16_t *input, const int16_t *dq, uint8_t *pr ed, uint8_t *dest, int pitch, int stride, int eob);
56 #define vp9_dequant_idct_add_16x16 vp9_dequant_idct_add_16x16_c 58 #define vp9_dequant_idct_add_16x16 vp9_dequant_idct_add_16x16_c
57 59
58 void vp9_dequant_idct_add_8x8_c(short *input, const short *dq, unsigned char *pr ed, unsigned char *dest, int pitch, int stride, int dc, unsigned short eobs); 60 void vp9_dequant_idct_add_8x8_c(int16_t *input, const int16_t *dq, uint8_t *pred , uint8_t *dest, int pitch, int stride, int dc, int eob);
59 #define vp9_dequant_idct_add_8x8 vp9_dequant_idct_add_8x8_c 61 #define vp9_dequant_idct_add_8x8 vp9_dequant_idct_add_8x8_c
60 62
61 void vp9_dequant_idct_add_c(short *input, const short *dq, unsigned char *pred, unsigned char *dest, int pitch, int stride); 63 void vp9_dequant_idct_add_c(int16_t *input, const int16_t *dq, uint8_t *pred, ui nt8_t *dest, int pitch, int stride);
62 #define vp9_dequant_idct_add vp9_dequant_idct_add_c 64 #define vp9_dequant_idct_add vp9_dequant_idct_add_c
63 65
64 void vp9_dequant_dc_idct_add_c(short *input, const short *dq, unsigned char *pre d, unsigned char *dest, int pitch, int stride, int Dc); 66 void vp9_dequant_dc_idct_add_c(int16_t *input, const int16_t *dq, uint8_t *pred, uint8_t *dest, int pitch, int stride, int dc);
65 #define vp9_dequant_dc_idct_add vp9_dequant_dc_idct_add_c 67 #define vp9_dequant_dc_idct_add vp9_dequant_dc_idct_add_c
66 68
67 void vp9_dequant_dc_idct_add_y_block_c(short *q, const short *dq, unsigned char *pre, unsigned char *dst, int stride, unsigned short *eobs, const short *dc); 69 void vp9_dequant_dc_idct_add_y_block_c(int16_t *q, const int16_t *dq, uint8_t *p re, uint8_t *dst, int stride, uint16_t *eobs, const int16_t *dcs);
68 #define vp9_dequant_dc_idct_add_y_block vp9_dequant_dc_idct_add_y_block_c 70 #define vp9_dequant_dc_idct_add_y_block vp9_dequant_dc_idct_add_y_block_c
69 71
70 void vp9_dequant_idct_add_y_block_c(short *q, const short *dq, unsigned char *pr e, unsigned char *dst, int stride, unsigned short *eobs); 72 void vp9_dequant_idct_add_y_block_c(int16_t *q, const int16_t *dq, uint8_t *pre, uint8_t *dst, int stride, uint16_t *eobs);
71 #define vp9_dequant_idct_add_y_block vp9_dequant_idct_add_y_block_c 73 #define vp9_dequant_idct_add_y_block vp9_dequant_idct_add_y_block_c
72 74
73 void vp9_dequant_idct_add_uv_block_c(short *q, const short *dq, unsigned char *p re, unsigned char *dstu, unsigned char *dstv, int stride, unsigned short *eobs); 75 void vp9_dequant_idct_add_uv_block_c(int16_t *q, const int16_t *dq, uint8_t *pre , uint8_t *dstu, uint8_t *dstv, int stride, uint16_t *eobs);
74 #define vp9_dequant_idct_add_uv_block vp9_dequant_idct_add_uv_block_c 76 #define vp9_dequant_idct_add_uv_block vp9_dequant_idct_add_uv_block_c
75 77
76 void vp9_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch); 78 void vp9_dequant_idct_add_32x32_c(int16_t *q, const int16_t *dq, uint8_t *pre, u int8_t *dst, int pitch, int stride, int eob);
79 #define vp9_dequant_idct_add_32x32 vp9_dequant_idct_add_32x32_c
80
81 void vp9_dequant_idct_add_uv_block_16x16_c(int16_t *q, const int16_t *dq, uint8_ t *dstu, uint8_t *dstv, int stride, uint16_t *eobs);
82 #define vp9_dequant_idct_add_uv_block_16x16 vp9_dequant_idct_add_uv_block_16x16_ c
83
84 void vp9_copy_mem16x16_c(uint8_t *src, int src_pitch, uint8_t *dst, int dst_pitc h);
77 #define vp9_copy_mem16x16 vp9_copy_mem16x16_c 85 #define vp9_copy_mem16x16 vp9_copy_mem16x16_c
78 86
79 void vp9_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, in t dst_pitch); 87 void vp9_copy_mem8x8_c(uint8_t *src, int src_pitch, uint8_t *dst, int dst_pitch) ;
80 #define vp9_copy_mem8x8 vp9_copy_mem8x8_c 88 #define vp9_copy_mem8x8 vp9_copy_mem8x8_c
81 89
82 void vp9_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, in t dst_pitch); 90 void vp9_copy_mem8x4_c(uint8_t *src, int src_pitch, uint8_t *dst, int dst_pitch) ;
83 #define vp9_copy_mem8x4 vp9_copy_mem8x4_c 91 #define vp9_copy_mem8x4 vp9_copy_mem8x4_c
84 92
85 void vp9_avg_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, i nt dst_pitch); 93 void vp9_avg_mem16x16_c(uint8_t *src, int src_pitch, uint8_t *dst, int dst_pitch );
86 #define vp9_avg_mem16x16 vp9_avg_mem16x16_c 94 #define vp9_avg_mem16x16 vp9_avg_mem16x16_c
87 95
88 void vp9_avg_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch); 96 void vp9_avg_mem8x8_c(uint8_t *src, int src_pitch, uint8_t *dst, int dst_pitch);
89 #define vp9_avg_mem8x8 vp9_avg_mem8x8_c 97 #define vp9_avg_mem8x8 vp9_avg_mem8x8_c
90 98
91 void vp9_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, in t dst_pitch); 99 void vp9_copy_mem8x4_c(uint8_t *src, int src_pitch, uint8_t *dst, int dst_pitch) ;
92 #define vp9_copy_mem8x4 vp9_copy_mem8x4_c 100 #define vp9_copy_mem8x4 vp9_copy_mem8x4_c
93 101
94 void vp9_recon_b_c(unsigned char *pred_ptr, short *diff_ptr, unsigned char *dst_ ptr, int stride); 102 void vp9_recon_b_c(uint8_t *pred_ptr, int16_t *diff_ptr, uint8_t *dst_ptr, int s tride);
95 #define vp9_recon_b vp9_recon_b_c 103 #define vp9_recon_b vp9_recon_b_c
96 104
97 void vp9_recon_uv_b_c(unsigned char *pred_ptr, short *diff_ptr, unsigned char *d st_ptr, int stride); 105 void vp9_recon_uv_b_c(uint8_t *pred_ptr, int16_t *diff_ptr, uint8_t *dst_ptr, in t stride);
98 #define vp9_recon_uv_b vp9_recon_uv_b_c 106 #define vp9_recon_uv_b vp9_recon_uv_b_c
99 107
100 void vp9_recon2b_c(unsigned char *pred_ptr, short *diff_ptr, unsigned char *dst_ ptr, int stride); 108 void vp9_recon2b_c(uint8_t *pred_ptr, int16_t *diff_ptr, uint8_t *dst_ptr, int s tride);
101 #define vp9_recon2b vp9_recon2b_c 109 #define vp9_recon2b vp9_recon2b_c
102 110
103 void vp9_recon4b_c(unsigned char *pred_ptr, short *diff_ptr, unsigned char *dst_ ptr, int stride); 111 void vp9_recon4b_c(uint8_t *pred_ptr, int16_t *diff_ptr, uint8_t *dst_ptr, int s tride);
104 #define vp9_recon4b vp9_recon4b_c 112 #define vp9_recon4b vp9_recon4b_c
105 113
106 void vp9_recon_mb_c(struct macroblockd *x); 114 void vp9_recon_mb_c(struct macroblockd *x);
107 #define vp9_recon_mb vp9_recon_mb_c 115 #define vp9_recon_mb vp9_recon_mb_c
108 116
109 void vp9_recon_mby_c(struct macroblockd *x); 117 void vp9_recon_mby_c(struct macroblockd *x);
110 #define vp9_recon_mby vp9_recon_mby_c 118 #define vp9_recon_mby vp9_recon_mby_c
111 119
112 void vp9_recon_mby_s_c(struct macroblockd *x, unsigned char *dst); 120 void vp9_recon_mby_s_c(struct macroblockd *x, uint8_t *dst);
113 #define vp9_recon_mby_s vp9_recon_mby_s_c 121 #define vp9_recon_mby_s vp9_recon_mby_s_c
114 122
115 void vp9_recon_mbuv_s_c(struct macroblockd *x, unsigned char *udst, unsigned cha r *vdst); 123 void vp9_recon_mbuv_s_c(struct macroblockd *x, uint8_t *udst, uint8_t *vdst);
116 #define vp9_recon_mbuv_s vp9_recon_mbuv_s_c 124 #define vp9_recon_mbuv_s vp9_recon_mbuv_s_c
117 125
126 void vp9_recon_sby_s_c(struct macroblockd *x, uint8_t *dst);
127 #define vp9_recon_sby_s vp9_recon_sby_s_c
128
129 void vp9_recon_sbuv_s_c(struct macroblockd *x, uint8_t *udst, uint8_t *vdst);
130 #define vp9_recon_sbuv_s vp9_recon_sbuv_s_c
131
118 void vp9_build_intra_predictors_mby_s_c(struct macroblockd *x); 132 void vp9_build_intra_predictors_mby_s_c(struct macroblockd *x);
119 #define vp9_build_intra_predictors_mby_s vp9_build_intra_predictors_mby_s_c 133 #define vp9_build_intra_predictors_mby_s vp9_build_intra_predictors_mby_s_c
120 134
121 void vp9_build_intra_predictors_sby_s_c(struct macroblockd *x); 135 void vp9_build_intra_predictors_sby_s_c(struct macroblockd *x);
122 #define vp9_build_intra_predictors_sby_s vp9_build_intra_predictors_sby_s_c 136 #define vp9_build_intra_predictors_sby_s vp9_build_intra_predictors_sby_s_c
123 137
124 void vp9_build_intra_predictors_sbuv_s_c(struct macroblockd *x); 138 void vp9_build_intra_predictors_sbuv_s_c(struct macroblockd *x);
125 #define vp9_build_intra_predictors_sbuv_s vp9_build_intra_predictors_sbuv_s_c 139 #define vp9_build_intra_predictors_sbuv_s vp9_build_intra_predictors_sbuv_s_c
126 140
127 void vp9_build_intra_predictors_mby_c(struct macroblockd *x); 141 void vp9_build_intra_predictors_mby_c(struct macroblockd *x);
128 #define vp9_build_intra_predictors_mby vp9_build_intra_predictors_mby_c 142 #define vp9_build_intra_predictors_mby vp9_build_intra_predictors_mby_c
129 143
130 void vp9_build_comp_intra_predictors_mby_c(struct macroblockd *x);
131 #define vp9_build_comp_intra_predictors_mby vp9_build_comp_intra_predictors_mby_ c
132
133 void vp9_build_intra_predictors_mby_s_c(struct macroblockd *x); 144 void vp9_build_intra_predictors_mby_s_c(struct macroblockd *x);
134 #define vp9_build_intra_predictors_mby_s vp9_build_intra_predictors_mby_s_c 145 #define vp9_build_intra_predictors_mby_s vp9_build_intra_predictors_mby_s_c
135 146
136 void vp9_build_intra_predictors_mbuv_c(struct macroblockd *x); 147 void vp9_build_intra_predictors_mbuv_c(struct macroblockd *x);
137 #define vp9_build_intra_predictors_mbuv vp9_build_intra_predictors_mbuv_c 148 #define vp9_build_intra_predictors_mbuv vp9_build_intra_predictors_mbuv_c
138 149
139 void vp9_build_intra_predictors_mbuv_s_c(struct macroblockd *x); 150 void vp9_build_intra_predictors_mbuv_s_c(struct macroblockd *x);
140 #define vp9_build_intra_predictors_mbuv_s vp9_build_intra_predictors_mbuv_s_c 151 #define vp9_build_intra_predictors_mbuv_s vp9_build_intra_predictors_mbuv_s_c
141 152
142 void vp9_build_comp_intra_predictors_mbuv_c(struct macroblockd *x); 153 void vp9_build_intra_predictors_sb64y_s_c(struct macroblockd *x);
143 #define vp9_build_comp_intra_predictors_mbuv vp9_build_comp_intra_predictors_mbu v_c 154 #define vp9_build_intra_predictors_sb64y_s vp9_build_intra_predictors_sb64y_s_c
144 155
145 void vp9_intra4x4_predict_c(struct blockd *x, int b_mode, unsigned char *predict or); 156 void vp9_build_intra_predictors_sb64uv_s_c(struct macroblockd *x);
157 #define vp9_build_intra_predictors_sb64uv_s vp9_build_intra_predictors_sb64uv_s_ c
158
159 void vp9_intra4x4_predict_c(struct blockd *x, int b_mode, uint8_t *predictor);
146 #define vp9_intra4x4_predict vp9_intra4x4_predict_c 160 #define vp9_intra4x4_predict vp9_intra4x4_predict_c
147 161
148 void vp9_comp_intra4x4_predict_c(struct blockd *x, int b_mode, int second_mode, unsigned char *predictor); 162 void vp9_intra8x8_predict_c(struct blockd *x, int b_mode, uint8_t *predictor);
149 #define vp9_comp_intra4x4_predict vp9_comp_intra4x4_predict_c
150
151 void vp9_intra8x8_predict_c(struct blockd *x, int b_mode, unsigned char *predict or);
152 #define vp9_intra8x8_predict vp9_intra8x8_predict_c 163 #define vp9_intra8x8_predict vp9_intra8x8_predict_c
153 164
154 void vp9_comp_intra8x8_predict_c(struct blockd *x, int b_mode, int second_mode, unsigned char *predictor); 165 void vp9_intra_uv4x4_predict_c(struct blockd *x, int b_mode, uint8_t *predictor) ;
155 #define vp9_comp_intra8x8_predict vp9_comp_intra8x8_predict_c
156
157 void vp9_intra_uv4x4_predict_c(struct blockd *x, int b_mode, unsigned char *pred ictor);
158 #define vp9_intra_uv4x4_predict vp9_intra_uv4x4_predict_c 166 #define vp9_intra_uv4x4_predict vp9_intra_uv4x4_predict_c
159 167
160 void vp9_comp_intra_uv4x4_predict_c(struct blockd *x, int b_mode, int second_mod e, unsigned char *predictor); 168 void vp9_loop_filter_mbv_c(uint8_t *y, uint8_t *u, uint8_t *v, int ystride, int uv_stride, struct loop_filter_info *lfi);
161 #define vp9_comp_intra_uv4x4_predict vp9_comp_intra_uv4x4_predict_c
162
163 void vp9_loop_filter_mbv_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi);
164 #define vp9_loop_filter_mbv vp9_loop_filter_mbv_c 169 #define vp9_loop_filter_mbv vp9_loop_filter_mbv_c
165 170
166 void vp9_loop_filter_bv_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi); 171 void vp9_loop_filter_bv_c(uint8_t *y, uint8_t *u, uint8_t *v, int ystride, int u v_stride, struct loop_filter_info *lfi);
167 #define vp9_loop_filter_bv vp9_loop_filter_bv_c 172 #define vp9_loop_filter_bv vp9_loop_filter_bv_c
168 173
169 void vp9_loop_filter_bv8x8_c(unsigned char *y, unsigned char *u, unsigned char * v, int ystride, int uv_stride, struct loop_filter_info *lfi); 174 void vp9_loop_filter_bv8x8_c(uint8_t *y, uint8_t *u, uint8_t *v, int ystride, in t uv_stride, struct loop_filter_info *lfi);
170 #define vp9_loop_filter_bv8x8 vp9_loop_filter_bv8x8_c 175 #define vp9_loop_filter_bv8x8 vp9_loop_filter_bv8x8_c
171 176
172 void vp9_loop_filter_mbh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi); 177 void vp9_loop_filter_mbh_c(uint8_t *y, uint8_t *u, uint8_t *v, int ystride, int uv_stride, struct loop_filter_info *lfi);
173 #define vp9_loop_filter_mbh vp9_loop_filter_mbh_c 178 #define vp9_loop_filter_mbh vp9_loop_filter_mbh_c
174 179
175 void vp9_loop_filter_bh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi); 180 void vp9_loop_filter_bh_c(uint8_t *y, uint8_t *u, uint8_t *v, int ystride, int u v_stride, struct loop_filter_info *lfi);
176 #define vp9_loop_filter_bh vp9_loop_filter_bh_c 181 #define vp9_loop_filter_bh vp9_loop_filter_bh_c
177 182
178 void vp9_loop_filter_bh8x8_c(unsigned char *y, unsigned char *u, unsigned char * v, int ystride, int uv_stride, struct loop_filter_info *lfi); 183 void vp9_loop_filter_bh8x8_c(uint8_t *y, uint8_t *u, uint8_t *v, int ystride, in t uv_stride, struct loop_filter_info *lfi);
179 #define vp9_loop_filter_bh8x8 vp9_loop_filter_bh8x8_c 184 #define vp9_loop_filter_bh8x8 vp9_loop_filter_bh8x8_c
180 185
181 void vp9_loop_filter_simple_vertical_edge_c(unsigned char *y, int ystride, const unsigned char *blimit); 186 void vp9_loop_filter_simple_vertical_edge_c(uint8_t *y, int ystride, const uint8 _t *blimit);
182 #define vp9_loop_filter_simple_mbv vp9_loop_filter_simple_vertical_edge_c 187 #define vp9_loop_filter_simple_mbv vp9_loop_filter_simple_vertical_edge_c
183 188
184 void vp9_loop_filter_simple_horizontal_edge_c(unsigned char *y, int ystride, con st unsigned char *blimit); 189 void vp9_loop_filter_simple_horizontal_edge_c(uint8_t *y, int ystride, const uin t8_t *blimit);
185 #define vp9_loop_filter_simple_mbh vp9_loop_filter_simple_horizontal_edge_c 190 #define vp9_loop_filter_simple_mbh vp9_loop_filter_simple_horizontal_edge_c
186 191
187 void vp9_loop_filter_bvs_c(unsigned char *y, int ystride, const unsigned char *b limit); 192 void vp9_loop_filter_bvs_c(uint8_t *y, int ystride, const uint8_t *blimit);
188 #define vp9_loop_filter_simple_bv vp9_loop_filter_bvs_c 193 #define vp9_loop_filter_simple_bv vp9_loop_filter_bvs_c
189 194
190 void vp9_loop_filter_bhs_c(unsigned char *y, int ystride, const unsigned char *b limit); 195 void vp9_loop_filter_bhs_c(uint8_t *y, int ystride, const uint8_t *blimit);
191 #define vp9_loop_filter_simple_bh vp9_loop_filter_bhs_c 196 #define vp9_loop_filter_simple_bh vp9_loop_filter_bhs_c
192 197
193 void vp9_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, i nt flimit); 198 void vp9_lpf_mbh_w_c(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char * v_ptr, int y_stride, int uv_stride, struct loop_filter_info *lfi);
199 #define vp9_lpf_mbh_w vp9_lpf_mbh_w_c
200
201 void vp9_lpf_mbv_w_c(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char * v_ptr, int y_stride, int uv_stride, struct loop_filter_info *lfi);
202 #define vp9_lpf_mbv_w vp9_lpf_mbv_w_c
203
204 void vp9_mbpost_proc_down_c(uint8_t *dst, int pitch, int rows, int cols, int fli mit);
194 #define vp9_mbpost_proc_down vp9_mbpost_proc_down_c 205 #define vp9_mbpost_proc_down vp9_mbpost_proc_down_c
195 206
196 void vp9_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int co ls, int flimit); 207 void vp9_mbpost_proc_across_ip_c(uint8_t *src, int pitch, int rows, int cols, in t flimit);
197 #define vp9_mbpost_proc_across_ip vp9_mbpost_proc_across_ip_c 208 #define vp9_mbpost_proc_across_ip vp9_mbpost_proc_across_ip_c
198 209
199 void vp9_post_proc_down_and_across_c(unsigned char *src_ptr, unsigned char *dst_ ptr, int src_pixels_per_line, int dst_pixels_per_line, int rows, int cols, int f limit); 210 void vp9_post_proc_down_and_across_c(uint8_t *src_ptr, uint8_t *dst_ptr, int src _pixels_per_line, int dst_pixels_per_line, int rows, int cols, int flimit);
200 #define vp9_post_proc_down_and_across vp9_post_proc_down_and_across_c 211 #define vp9_post_proc_down_and_across vp9_post_proc_down_and_across_c
201 212
202 void vp9_plane_add_noise_c(unsigned char *Start, char *noise, char blackclamp[16 ], char whiteclamp[16], char bothclamp[16], unsigned int Width, unsigned int Hei ght, int Pitch); 213 void vp9_plane_add_noise_c(uint8_t *Start, char *noise, char blackclamp[16], cha r whiteclamp[16], char bothclamp[16], unsigned int Width, unsigned int Height, i nt Pitch);
203 #define vp9_plane_add_noise vp9_plane_add_noise_c 214 #define vp9_plane_add_noise vp9_plane_add_noise_c
204 215
205 void vp9_blend_mb_inner_c(unsigned char *y, unsigned char *u, unsigned char *v, int y1, int u1, int v1, int alpha, int stride); 216 void vp9_blend_mb_inner_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, in t v1, int alpha, int stride);
206 #define vp9_blend_mb_inner vp9_blend_mb_inner_c 217 #define vp9_blend_mb_inner vp9_blend_mb_inner_c
207 218
208 void vp9_blend_mb_outer_c(unsigned char *y, unsigned char *u, unsigned char *v, int y1, int u1, int v1, int alpha, int stride); 219 void vp9_blend_mb_outer_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, in t v1, int alpha, int stride);
209 #define vp9_blend_mb_outer vp9_blend_mb_outer_c 220 #define vp9_blend_mb_outer vp9_blend_mb_outer_c
210 221
211 void vp9_blend_b_c(unsigned char *y, unsigned char *u, unsigned char *v, int y1, int u1, int v1, int alpha, int stride); 222 void vp9_blend_b_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, i nt alpha, int stride);
212 #define vp9_blend_b vp9_blend_b_c 223 #define vp9_blend_b vp9_blend_b_c
213 224
214 unsigned int vp9_sad16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride); 225 unsigned int vp9_sad16x3_c(const uint8_t *src_ptr, int src_stride, const uint8_ t *ref_ptr, int ref_stride);
215 #define vp9_sad16x3 vp9_sad16x3_c 226 #define vp9_sad16x3 vp9_sad16x3_c
216 227
217 unsigned int vp9_sad3x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride); 228 unsigned int vp9_sad3x16_c(const uint8_t *src_ptr, int src_stride, const uint8_ t *ref_ptr, int ref_stride);
218 #define vp9_sad3x16 vp9_sad3x16_c 229 #define vp9_sad3x16 vp9_sad3x16_c
219 230
220 void vp9_eighttap_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_lin e, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 231 unsigned int vp9_sub_pixel_variance16x2_c(const uint8_t *src_ptr, int source_str ide, int xoffset, int yoffset, const uint8_t *ref_ptr, int Refstride, unsigned int *sse);
232 #define vp9_sub_pixel_variance16x2 vp9_sub_pixel_variance16x2_c
233
234 void vp9_eighttap_predict16x16_c(uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
221 #define vp9_eighttap_predict16x16 vp9_eighttap_predict16x16_c 235 #define vp9_eighttap_predict16x16 vp9_eighttap_predict16x16_c
222 236
223 void vp9_eighttap_predict8x8_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 237 void vp9_eighttap_predict8x8_c(uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
224 #define vp9_eighttap_predict8x8 vp9_eighttap_predict8x8_c 238 #define vp9_eighttap_predict8x8 vp9_eighttap_predict8x8_c
225 239
226 void vp9_eighttap_predict_avg16x16_c(unsigned char *src_ptr, int src_pixels_per _line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 240 void vp9_eighttap_predict_avg16x16_c(uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
227 #define vp9_eighttap_predict_avg16x16 vp9_eighttap_predict_avg16x16_c 241 #define vp9_eighttap_predict_avg16x16 vp9_eighttap_predict_avg16x16_c
228 242
229 void vp9_eighttap_predict_avg8x8_c(unsigned char *src_ptr, int src_pixels_per_l ine, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 243 void vp9_eighttap_predict_avg8x8_c(uint8_t *src_ptr, int src_pixels_per_line, i nt xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
230 #define vp9_eighttap_predict_avg8x8 vp9_eighttap_predict_avg8x8_c 244 #define vp9_eighttap_predict_avg8x8 vp9_eighttap_predict_avg8x8_c
231 245
232 void vp9_eighttap_predict_avg4x4_c(unsigned char *src_ptr, int src_pixels_per_l ine, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 246 void vp9_eighttap_predict_avg4x4_c(uint8_t *src_ptr, int src_pixels_per_line, i nt xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
233 #define vp9_eighttap_predict_avg4x4 vp9_eighttap_predict_avg4x4_c 247 #define vp9_eighttap_predict_avg4x4 vp9_eighttap_predict_avg4x4_c
234 248
235 void vp9_eighttap_predict8x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 249 void vp9_eighttap_predict8x4_c(uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
236 #define vp9_eighttap_predict8x4 vp9_eighttap_predict8x4_c 250 #define vp9_eighttap_predict8x4 vp9_eighttap_predict8x4_c
237 251
238 void vp9_eighttap_predict_c(unsigned char *src_ptr, int src_pixels_per_line, in t xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 252 void vp9_eighttap_predict4x4_c(uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
239 #define vp9_eighttap_predict vp9_eighttap_predict_c 253 #define vp9_eighttap_predict4x4 vp9_eighttap_predict4x4_c
240 254
241 void vp9_eighttap_predict16x16_sharp_c(unsigned char *src_ptr, int src_pixels_p er_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 255 void vp9_eighttap_predict16x16_sharp_c(uint8_t *src_ptr, int src_pixels_per_lin e, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
242 #define vp9_eighttap_predict16x16_sharp vp9_eighttap_predict16x16_sharp_c 256 #define vp9_eighttap_predict16x16_sharp vp9_eighttap_predict16x16_sharp_c
243 257
244 void vp9_eighttap_predict8x8_sharp_c(unsigned char *src_ptr, int src_pixels_per _line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 258 void vp9_eighttap_predict8x8_sharp_c(uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
245 #define vp9_eighttap_predict8x8_sharp vp9_eighttap_predict8x8_sharp_c 259 #define vp9_eighttap_predict8x8_sharp vp9_eighttap_predict8x8_sharp_c
246 260
247 void vp9_eighttap_predict_avg16x16_sharp_c(unsigned char *src_ptr, int src_pixe ls_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch) ; 261 void vp9_eighttap_predict_avg16x16_sharp_c(uint8_t *src_ptr, int src_pixels_per _line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
248 #define vp9_eighttap_predict_avg16x16_sharp vp9_eighttap_predict_avg16x16_sharp_ c 262 #define vp9_eighttap_predict_avg16x16_sharp vp9_eighttap_predict_avg16x16_sharp_ c
249 263
250 void vp9_eighttap_predict_avg8x8_sharp_c(unsigned char *src_ptr, int src_pixels _per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 264 void vp9_eighttap_predict_avg8x8_sharp_c(uint8_t *src_ptr, int src_pixels_per_l ine, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
251 #define vp9_eighttap_predict_avg8x8_sharp vp9_eighttap_predict_avg8x8_sharp_c 265 #define vp9_eighttap_predict_avg8x8_sharp vp9_eighttap_predict_avg8x8_sharp_c
252 266
253 void vp9_eighttap_predict_avg4x4_sharp_c(unsigned char *src_ptr, int src_pixels _per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 267 void vp9_eighttap_predict_avg4x4_sharp_c(uint8_t *src_ptr, int src_pixels_per_l ine, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
254 #define vp9_eighttap_predict_avg4x4_sharp vp9_eighttap_predict_avg4x4_sharp_c 268 #define vp9_eighttap_predict_avg4x4_sharp vp9_eighttap_predict_avg4x4_sharp_c
255 269
256 void vp9_eighttap_predict8x4_sharp_c(unsigned char *src_ptr, int src_pixels_per _line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 270 void vp9_eighttap_predict8x4_sharp_c(uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
257 #define vp9_eighttap_predict8x4_sharp vp9_eighttap_predict8x4_sharp_c 271 #define vp9_eighttap_predict8x4_sharp vp9_eighttap_predict8x4_sharp_c
258 272
259 void vp9_eighttap_predict_sharp_c(unsigned char *src_ptr, int src_pixels_per_li ne, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 273 void vp9_eighttap_predict4x4_sharp_c(uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
260 #define vp9_eighttap_predict_sharp vp9_eighttap_predict_sharp_c 274 #define vp9_eighttap_predict4x4_sharp vp9_eighttap_predict4x4_sharp_c
261 275
262 void vp9_sixtap_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 276 void vp9_eighttap_predict16x16_smooth_c(uint8_t *src_ptr, int src_pixels_per_li ne, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
277 #define vp9_eighttap_predict16x16_smooth vp9_eighttap_predict16x16_smooth_c
278
279 void vp9_eighttap_predict8x8_smooth_c(uint8_t *src_ptr, int src_pixels_per_line , int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
280 #define vp9_eighttap_predict8x8_smooth vp9_eighttap_predict8x8_smooth_c
281
282 void vp9_eighttap_predict_avg16x16_smooth_c(uint8_t *src_ptr, int src_pixels_pe r_line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
283 #define vp9_eighttap_predict_avg16x16_smooth vp9_eighttap_predict_avg16x16_smoot h_c
284
285 void vp9_eighttap_predict_avg8x8_smooth_c(uint8_t *src_ptr, int src_pixels_per_ line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
286 #define vp9_eighttap_predict_avg8x8_smooth vp9_eighttap_predict_avg8x8_smooth_c
287
288 void vp9_eighttap_predict_avg4x4_smooth_c(uint8_t *src_ptr, int src_pixels_per_ line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
289 #define vp9_eighttap_predict_avg4x4_smooth vp9_eighttap_predict_avg4x4_smooth_c
290
291 void vp9_eighttap_predict8x4_smooth_c(uint8_t *src_ptr, int src_pixels_per_line , int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
292 #define vp9_eighttap_predict8x4_smooth vp9_eighttap_predict8x4_smooth_c
293
294 void vp9_eighttap_predict4x4_smooth_c(uint8_t *src_ptr, int src_pixels_per_line , int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
295 #define vp9_eighttap_predict4x4_smooth vp9_eighttap_predict4x4_smooth_c
296
297 void vp9_sixtap_predict16x16_c(uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
263 #define vp9_sixtap_predict16x16 vp9_sixtap_predict16x16_c 298 #define vp9_sixtap_predict16x16 vp9_sixtap_predict16x16_c
264 299
265 void vp9_sixtap_predict8x8_c(unsigned char *src_ptr, int src_pixels_per_line, i nt xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 300 void vp9_sixtap_predict8x8_c(uint8_t *src_ptr, int src_pixels_per_line, int xo ffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
266 #define vp9_sixtap_predict8x8 vp9_sixtap_predict8x8_c 301 #define vp9_sixtap_predict8x8 vp9_sixtap_predict8x8_c
267 302
268 void vp9_sixtap_predict_avg16x16_c(unsigned char *src_ptr, int src_pixels_per_l ine, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 303 void vp9_sixtap_predict_avg16x16_c(uint8_t *src_ptr, int src_pixels_per_line, i nt xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
269 #define vp9_sixtap_predict_avg16x16 vp9_sixtap_predict_avg16x16_c 304 #define vp9_sixtap_predict_avg16x16 vp9_sixtap_predict_avg16x16_c
270 305
271 void vp9_sixtap_predict_avg8x8_c(unsigned char *src_ptr, int src_pixels_per_lin e, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 306 void vp9_sixtap_predict_avg8x8_c(uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
272 #define vp9_sixtap_predict_avg8x8 vp9_sixtap_predict_avg8x8_c 307 #define vp9_sixtap_predict_avg8x8 vp9_sixtap_predict_avg8x8_c
273 308
274 void vp9_sixtap_predict8x4_c(unsigned char *src_ptr, int src_pixels_per_line, i nt xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 309 void vp9_sixtap_predict8x4_c(uint8_t *src_ptr, int src_pixels_per_line, int xo ffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
275 #define vp9_sixtap_predict8x4 vp9_sixtap_predict8x4_c 310 #define vp9_sixtap_predict8x4 vp9_sixtap_predict8x4_c
276 311
277 void vp9_sixtap_predict_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 312 void vp9_sixtap_predict4x4_c(uint8_t *src_ptr, int src_pixels_per_line, int xo ffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
278 #define vp9_sixtap_predict vp9_sixtap_predict_c 313 #define vp9_sixtap_predict4x4 vp9_sixtap_predict4x4_c
279 314
280 void vp9_sixtap_predict_avg_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 315 void vp9_sixtap_predict_avg4x4_c(uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
281 #define vp9_sixtap_predict_avg vp9_sixtap_predict_avg_c 316 #define vp9_sixtap_predict_avg4x4 vp9_sixtap_predict_avg4x4_c
282 317
283 void vp9_bilinear_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_lin e, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 318 void vp9_bilinear_predict16x16_c(uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
284 #define vp9_bilinear_predict16x16 vp9_bilinear_predict16x16_c 319 #define vp9_bilinear_predict16x16 vp9_bilinear_predict16x16_c
285 320
286 void vp9_bilinear_predict8x8_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 321 void vp9_bilinear_predict8x8_c(uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
287 #define vp9_bilinear_predict8x8 vp9_bilinear_predict8x8_c 322 #define vp9_bilinear_predict8x8 vp9_bilinear_predict8x8_c
288 323
289 void vp9_bilinear_predict_avg16x16_c(unsigned char *src_ptr, int src_pixels_per _line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 324 void vp9_bilinear_predict_avg16x16_c(uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
290 #define vp9_bilinear_predict_avg16x16 vp9_bilinear_predict_avg16x16_c 325 #define vp9_bilinear_predict_avg16x16 vp9_bilinear_predict_avg16x16_c
291 326
292 void vp9_bilinear_predict_avg8x8_c(unsigned char *src_ptr, int src_pixels_per_l ine, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 327 void vp9_bilinear_predict_avg8x8_c(uint8_t *src_ptr, int src_pixels_per_line, i nt xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
293 #define vp9_bilinear_predict_avg8x8 vp9_bilinear_predict_avg8x8_c 328 #define vp9_bilinear_predict_avg8x8 vp9_bilinear_predict_avg8x8_c
294 329
295 void vp9_bilinear_predict8x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 330 void vp9_bilinear_predict8x4_c(uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
296 #define vp9_bilinear_predict8x4 vp9_bilinear_predict8x4_c 331 #define vp9_bilinear_predict8x4 vp9_bilinear_predict8x4_c
297 332
298 void vp9_bilinear_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 333 void vp9_bilinear_predict4x4_c(uint8_t *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
299 #define vp9_bilinear_predict4x4 vp9_bilinear_predict4x4_c 334 #define vp9_bilinear_predict4x4 vp9_bilinear_predict4x4_c
300 335
301 void vp9_bilinear_predict_avg4x4_c(unsigned char *src_ptr, int src_pixels_per_l ine, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 336 void vp9_bilinear_predict_avg4x4_c(uint8_t *src_ptr, int src_pixels_per_line, i nt xoffset, int yoffset, uint8_t *dst_ptr, int dst_pitch);
302 #define vp9_bilinear_predict_avg4x4 vp9_bilinear_predict_avg4x4_c 337 #define vp9_bilinear_predict_avg4x4 vp9_bilinear_predict_avg4x4_c
303 338
304 void vp9_short_idct4x4llm_1_c(short *input, short *output, int pitch); 339 void vp9_short_idct4x4llm_1_c(int16_t *input, int16_t *output, int pitch);
305 #define vp9_short_idct4x4llm_1 vp9_short_idct4x4llm_1_c 340 #define vp9_short_idct4x4llm_1 vp9_short_idct4x4llm_1_c
306 341
307 void vp9_short_idct4x4llm_c(short *input, short *output, int pitch); 342 void vp9_short_idct4x4llm_c(int16_t *input, int16_t *output, int pitch);
308 #define vp9_short_idct4x4llm vp9_short_idct4x4llm_c 343 #define vp9_short_idct4x4llm vp9_short_idct4x4llm_c
309 344
310 void vp9_short_idct8x8_c(short *input, short *output, int pitch); 345 void vp9_short_idct8x8_c(int16_t *input, int16_t *output, int pitch);
311 #define vp9_short_idct8x8 vp9_short_idct8x8_c 346 #define vp9_short_idct8x8 vp9_short_idct8x8_c
312 347
313 void vp9_short_idct10_8x8_c(short *input, short *output, int pitch); 348 void vp9_short_idct10_8x8_c(int16_t *input, int16_t *output, int pitch);
314 #define vp9_short_idct10_8x8 vp9_short_idct10_8x8_c 349 #define vp9_short_idct10_8x8 vp9_short_idct10_8x8_c
315 350
316 void vp9_short_ihaar2x2_c(short *input, short *output, int pitch); 351 void vp9_short_ihaar2x2_c(int16_t *input, int16_t *output, int pitch);
317 #define vp9_short_ihaar2x2 vp9_short_ihaar2x2_c 352 #define vp9_short_ihaar2x2 vp9_short_ihaar2x2_c
318 353
319 void vp9_short_idct16x16_c(short *input, short *output, int pitch); 354 void vp9_short_idct16x16_c(int16_t *input, int16_t *output, int pitch);
320 #define vp9_short_idct16x16 vp9_short_idct16x16_c 355 #define vp9_short_idct16x16 vp9_short_idct16x16_c
321 356
322 void vp9_short_idct10_16x16_c(short *input, short *output, int pitch); 357 void vp9_short_idct10_16x16_c(int16_t *input, int16_t *output, int pitch);
323 #define vp9_short_idct10_16x16 vp9_short_idct10_16x16_c 358 #define vp9_short_idct10_16x16 vp9_short_idct10_16x16_c
324 359
325 void vp9_ihtllm_c(const short *input, short *output, int pitch, int tx_type, int tx_dim, short eobs); 360 void vp9_short_idct32x32_c(int16_t *input, int16_t *output, int pitch);
361 #define vp9_short_idct32x32 vp9_short_idct32x32_c
362
363 void vp9_ihtllm_c(const int16_t *input, int16_t *output, int pitch, int tx_type, int tx_dim, int16_t eobs);
326 #define vp9_ihtllm vp9_ihtllm_c 364 #define vp9_ihtllm vp9_ihtllm_c
327 365
328 void vp9_short_inv_walsh4x4_1_c(short *in, short *out); 366 void vp9_short_inv_walsh4x4_1_c(int16_t *in, int16_t *out);
329 #define vp9_short_inv_walsh4x4_1 vp9_short_inv_walsh4x4_1_c 367 #define vp9_short_inv_walsh4x4_1 vp9_short_inv_walsh4x4_1_c
330 368
331 void vp9_short_inv_walsh4x4_c(short *in, short *out); 369 void vp9_short_inv_walsh4x4_c(int16_t *in, int16_t *out);
332 #define vp9_short_inv_walsh4x4 vp9_short_inv_walsh4x4_c 370 #define vp9_short_inv_walsh4x4 vp9_short_inv_walsh4x4_c
333 371
334 void vp9_dc_only_idct_add_8x8_c(short input_dc, unsigned char *pred_ptr, unsigne d char *dst_ptr, int pitch, int stride); 372 void vp9_dc_only_idct_add_8x8_c(int input_dc, uint8_t *pred_ptr, uint8_t *dst_pt r, int pitch, int stride);
335 #define vp9_dc_only_idct_add_8x8 vp9_dc_only_idct_add_8x8_c 373 #define vp9_dc_only_idct_add_8x8 vp9_dc_only_idct_add_8x8_c
336 374
337 void vp9_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, unsigned ch ar *dst_ptr, int pitch, int stride); 375 void vp9_dc_only_idct_add_c(int input_dc, uint8_t *pred_ptr, uint8_t *dst_ptr, i nt pitch, int stride);
338 #define vp9_dc_only_idct_add vp9_dc_only_idct_add_c 376 #define vp9_dc_only_idct_add vp9_dc_only_idct_add_c
339 377
378 unsigned int vp9_sad32x3_c(const uint8_t *src_ptr, int src_stride, const uint8_ t *ref_ptr, int ref_stride, int max_sad);
379 #define vp9_sad32x3 vp9_sad32x3_c
380
381 unsigned int vp9_sad3x32_c(const uint8_t *src_ptr, int src_stride, const uint8_ t *ref_ptr, int ref_stride, int max_sad);
382 #define vp9_sad3x32 vp9_sad3x32_c
383
340 void vp9_rtcd(void); 384 void vp9_rtcd(void);
341 #include "vpx_config.h" 385 #include "vpx_config.h"
342 386
343 #ifdef RTCD_C 387 #ifdef RTCD_C
344 static void setup_rtcd_internal(void) 388 static void setup_rtcd_internal(void)
345 { 389 {
346 390
347 } 391 }
348 #endif 392 #endif
349 #endif 393 #endif
OLDNEW
« no previous file with comments | « source/config/linux/ia32/vpx_config.asm ('k') | source/config/linux/mipsel/vpx_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698