• Home
  • Raw
  • Download

Lines Matching refs:uint8_t

26 void ff_copy_8x8_msa(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
27 void ff_copy_16x16_msa(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
28 void ff_avg_width8_msa(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
29 void ff_avg_width16_msa(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
31 void ff_horiz_mc_qpel_aver_src0_8width_msa(uint8_t *dst, const uint8_t *src,
33 void ff_horiz_mc_qpel_aver_src0_16width_msa(uint8_t *dst, const uint8_t *src,
35 void ff_horiz_mc_qpel_8width_msa(uint8_t *dst, const uint8_t *src,
37 void ff_horiz_mc_qpel_16width_msa(uint8_t *dst, const uint8_t *src,
39 void ff_horiz_mc_qpel_aver_src1_8width_msa(uint8_t *dst, const uint8_t *src,
41 void ff_horiz_mc_qpel_aver_src1_16width_msa(uint8_t *dst, const uint8_t *src,
43 void ff_horiz_mc_qpel_no_rnd_aver_src0_8width_msa(uint8_t *dst,
44 const uint8_t *src,
46 void ff_horiz_mc_qpel_no_rnd_aver_src0_16width_msa(uint8_t *dst,
47 const uint8_t *src,
49 void ff_horiz_mc_qpel_no_rnd_8width_msa(uint8_t *dst, const uint8_t *src,
51 void ff_horiz_mc_qpel_no_rnd_16width_msa(uint8_t *dst, const uint8_t *src,
53 void ff_horiz_mc_qpel_no_rnd_aver_src1_8width_msa(uint8_t *dst,
54 const uint8_t *src,
56 void ff_horiz_mc_qpel_no_rnd_aver_src1_16width_msa(uint8_t *dst,
57 const uint8_t *src,
59 void ff_horiz_mc_qpel_avg_dst_aver_src0_8width_msa(uint8_t *dst,
60 const uint8_t *src,
62 void ff_horiz_mc_qpel_avg_dst_aver_src0_16width_msa(uint8_t *dst,
63 const uint8_t *src,
65 void ff_horiz_mc_qpel_avg_dst_8width_msa(uint8_t *dst, const uint8_t *src,
67 void ff_horiz_mc_qpel_avg_dst_16width_msa(uint8_t *dst, const uint8_t *src,
69 void ff_horiz_mc_qpel_avg_dst_aver_src1_8width_msa(uint8_t *dst,
70 const uint8_t *src,
72 void ff_horiz_mc_qpel_avg_dst_aver_src1_16width_msa(uint8_t *dst,
73 const uint8_t *src,
76 void ff_vert_mc_qpel_aver_src0_8x8_msa(uint8_t *dst, const uint8_t *src,
78 void ff_vert_mc_qpel_aver_src0_16x16_msa(uint8_t *dst, const uint8_t *src,
80 void ff_vert_mc_qpel_8x8_msa(uint8_t *dst, const uint8_t *src,
82 void ff_vert_mc_qpel_16x16_msa(uint8_t *dst, const uint8_t *src,
84 void ff_vert_mc_qpel_aver_src1_8x8_msa(uint8_t *dst, const uint8_t *src,
86 void ff_vert_mc_qpel_aver_src1_16x16_msa(uint8_t *dst, const uint8_t *src,
88 void ff_vert_mc_qpel_no_rnd_aver_src0_8x8_msa(uint8_t *dst,
89 const uint8_t *src,
91 void ff_vert_mc_qpel_no_rnd_aver_src0_16x16_msa(uint8_t *dst,
92 const uint8_t *src,
94 void ff_vert_mc_qpel_no_rnd_8x8_msa(uint8_t *dst, const uint8_t *src,
96 void ff_vert_mc_qpel_no_rnd_16x16_msa(uint8_t *dst, const uint8_t *src,
98 void ff_vert_mc_qpel_no_rnd_aver_src1_8x8_msa(uint8_t *dst,
99 const uint8_t *src,
101 void ff_vert_mc_qpel_no_rnd_aver_src1_16x16_msa(uint8_t *dst,
102 const uint8_t *src,
104 void ff_vert_mc_qpel_avg_dst_aver_src0_8x8_msa(uint8_t *dst,
105 const uint8_t *src,
107 void ff_vert_mc_qpel_avg_dst_aver_src0_16x16_msa(uint8_t *dst,
108 const uint8_t *src,
110 void ff_vert_mc_qpel_avg_dst_8x8_msa(uint8_t *dst, const uint8_t *src,
112 void ff_vert_mc_qpel_avg_dst_16x16_msa(uint8_t *dst, const uint8_t *src,
114 void ff_vert_mc_qpel_avg_dst_aver_src1_8x8_msa(uint8_t *dst,
115 const uint8_t *src,
117 void ff_vert_mc_qpel_avg_dst_aver_src1_16x16_msa(uint8_t *dst,
118 const uint8_t *src,
121 void ff_hv_mc_qpel_aver_hv_src00_16x16_msa(uint8_t *dst, const uint8_t *src,
123 void ff_hv_mc_qpel_aver_hv_src00_8x8_msa(uint8_t *dst, const uint8_t *src,
125 void ff_hv_mc_qpel_aver_v_src0_16x16_msa(uint8_t *dst, const uint8_t *src,
127 void ff_hv_mc_qpel_aver_v_src0_8x8_msa(uint8_t *dst, const uint8_t *src,
129 void ff_hv_mc_qpel_aver_hv_src10_16x16_msa(uint8_t *dst, const uint8_t *src,
131 void ff_hv_mc_qpel_aver_hv_src10_8x8_msa(uint8_t *dst, const uint8_t *src,
133 void ff_hv_mc_qpel_aver_h_src0_16x16_msa(uint8_t *dst, const uint8_t *src,
135 void ff_hv_mc_qpel_aver_h_src0_8x8_msa(uint8_t *dst, const uint8_t *src,
137 void ff_hv_mc_qpel_16x16_msa(uint8_t *dst, const uint8_t *src,
139 void ff_hv_mc_qpel_8x8_msa(uint8_t *dst, const uint8_t *src, ptrdiff_t stride);
140 void ff_hv_mc_qpel_aver_h_src1_16x16_msa(uint8_t *dst, const uint8_t *src,
142 void ff_hv_mc_qpel_aver_h_src1_8x8_msa(uint8_t *dst, const uint8_t *src,
144 void ff_hv_mc_qpel_aver_hv_src01_16x16_msa(uint8_t *dst, const uint8_t *src,
146 void ff_hv_mc_qpel_aver_hv_src01_8x8_msa(uint8_t *dst, const uint8_t *src,
148 void ff_hv_mc_qpel_aver_v_src1_16x16_msa(uint8_t *dst, const uint8_t *src,
150 void ff_hv_mc_qpel_aver_v_src1_8x8_msa(uint8_t *dst, const uint8_t *src,
152 void ff_hv_mc_qpel_aver_hv_src11_16x16_msa(uint8_t *dst, const uint8_t *src,
154 void ff_hv_mc_qpel_aver_hv_src11_8x8_msa(uint8_t *dst, const uint8_t *src,
156 void ff_hv_mc_qpel_avg_dst_aver_hv_src00_16x16_msa(uint8_t *dst,
157 const uint8_t *src,
159 void ff_hv_mc_qpel_avg_dst_aver_hv_src00_8x8_msa(uint8_t *dst,
160 const uint8_t *src,
162 void ff_hv_mc_qpel_avg_dst_aver_v_src0_16x16_msa(uint8_t *dst,
163 const uint8_t *src,
165 void ff_hv_mc_qpel_avg_dst_aver_v_src0_8x8_msa(uint8_t *dst,
166 const uint8_t *src,
168 void ff_hv_mc_qpel_avg_dst_aver_hv_src10_16x16_msa(uint8_t *dst,
169 const uint8_t *src,
171 void ff_hv_mc_qpel_avg_dst_aver_hv_src10_8x8_msa(uint8_t *dst,
172 const uint8_t *src,
174 void ff_hv_mc_qpel_avg_dst_aver_h_src0_16x16_msa(uint8_t *dst,
175 const uint8_t *src,
177 void ff_hv_mc_qpel_avg_dst_aver_h_src0_8x8_msa(uint8_t *dst,
178 const uint8_t *src,
180 void ff_hv_mc_qpel_avg_dst_16x16_msa(uint8_t *dst, const uint8_t *src,
182 void ff_hv_mc_qpel_avg_dst_8x8_msa(uint8_t *dst, const uint8_t *src,
184 void ff_hv_mc_qpel_avg_dst_aver_h_src1_16x16_msa(uint8_t *dst,
185 const uint8_t *src,
187 void ff_hv_mc_qpel_avg_dst_aver_h_src1_8x8_msa(uint8_t *dst,
188 const uint8_t *src,
190 void ff_hv_mc_qpel_avg_dst_aver_hv_src01_16x16_msa(uint8_t *dst,
191 const uint8_t *src,
193 void ff_hv_mc_qpel_avg_dst_aver_hv_src01_8x8_msa(uint8_t *dst,
194 const uint8_t *src,
196 void ff_hv_mc_qpel_avg_dst_aver_v_src1_16x16_msa(uint8_t *dst,
197 const uint8_t *src,
199 void ff_hv_mc_qpel_avg_dst_aver_v_src1_8x8_msa(uint8_t *dst,
200 const uint8_t *src,
202 void ff_hv_mc_qpel_avg_dst_aver_hv_src11_16x16_msa(uint8_t *dst,
203 const uint8_t *src,
205 void ff_hv_mc_qpel_avg_dst_aver_hv_src11_8x8_msa(uint8_t *dst,
206 const uint8_t *src,
208 void ff_hv_mc_qpel_no_rnd_aver_hv_src00_16x16_msa(uint8_t *dst,
209 const uint8_t *src,
211 void ff_hv_mc_qpel_no_rnd_aver_hv_src00_8x8_msa(uint8_t *dst,
212 const uint8_t *src,
214 void ff_hv_mc_qpel_no_rnd_aver_v_src0_16x16_msa(uint8_t *dst,
215 const uint8_t *src,
217 void ff_hv_mc_qpel_no_rnd_aver_v_src0_8x8_msa(uint8_t *dst,
218 const uint8_t *src,
220 void ff_hv_mc_qpel_no_rnd_aver_hv_src10_16x16_msa(uint8_t *dst,
221 const uint8_t *src,
223 void ff_hv_mc_qpel_no_rnd_aver_hv_src10_8x8_msa(uint8_t *dst,
224 const uint8_t *src,
226 void ff_hv_mc_qpel_no_rnd_aver_h_src0_16x16_msa(uint8_t *dst,
227 const uint8_t *src,
229 void ff_hv_mc_qpel_no_rnd_aver_h_src0_8x8_msa(uint8_t *dst,
230 const uint8_t *src,
232 void ff_hv_mc_qpel_no_rnd_16x16_msa(uint8_t *dst, const uint8_t *src,
234 void ff_hv_mc_qpel_no_rnd_8x8_msa(uint8_t *dst, const uint8_t *src,
236 void ff_hv_mc_qpel_no_rnd_aver_h_src1_16x16_msa(uint8_t *dst,
237 const uint8_t *src,
239 void ff_hv_mc_qpel_no_rnd_aver_h_src1_8x8_msa(uint8_t *dst,
240 const uint8_t *src,
242 void ff_hv_mc_qpel_no_rnd_aver_hv_src01_16x16_msa(uint8_t *dst,
243 const uint8_t *src,
245 void ff_hv_mc_qpel_no_rnd_aver_hv_src01_8x8_msa(uint8_t *dst,
246 const uint8_t *src,
248 void ff_hv_mc_qpel_no_rnd_aver_v_src1_16x16_msa(uint8_t *dst,
249 const uint8_t *src,
251 void ff_hv_mc_qpel_no_rnd_aver_v_src1_8x8_msa(uint8_t *dst,
252 const uint8_t *src,
254 void ff_hv_mc_qpel_no_rnd_aver_hv_src11_16x16_msa(uint8_t *dst,
255 const uint8_t *src,
257 void ff_hv_mc_qpel_no_rnd_aver_hv_src11_8x8_msa(uint8_t *dst,
258 const uint8_t *src,