Searched refs:ST_UB (Results 1 - 21 of 21) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
H A Dadd_noise_msa.c43 ST_UB(pos0, pos0_ptr);
45 ST_UB(pos1, pos1_ptr);
H A Dloopfilter_16_msa.c76 ST_UB(flat, filter48);
150 ST_UB(p6, src);
170 ST_UB(p5, src);
190 ST_UB(p4, src);
210 ST_UB(p3, src);
231 ST_UB(filter8, src);
252 ST_UB(filter8, src);
273 ST_UB(filter8, src);
294 ST_UB(filter8, src);
313 ST_UB(filter
[all...]
H A Dvpx_convolve_msa.h101 ST_UB(tmp_m, (pdst)); \
110 ST_UB(tmp_m, (pdst)); \
H A Dvpx_convolve8_horiz_msa.c195 ST_UB(out, dst);
198 ST_UB(out, dst);
242 ST_UB(out, dst);
244 ST_UB(out, dst + 16);
254 ST_UB(out, dst);
256 ST_UB(out, dst + 16);
293 ST_UB(out, dst);
295 ST_UB(out, dst + 16);
310 ST_UB(out, dst + 32);
312 ST_UB(ou
[all...]
H A Ddeblock_msa.c531 ST_UB(src0, src_dup + cols);
628 ST_UB(tmp, (src_dup + (16 * col)));
670 ST_UB(dst, dst_tmp + cnt * pitch);
675 ST_UB(dst, dst_tmp + cnt * pitch);
736 ST_UB(tmp[(row - 8) & 15], (dst_tmp - 8 * pitch));
H A Dintrapred_msa.c52 ST_UB(src0, dst);
H A Dvpx_convolve8_msa.c799 ST_UB(dst0, dst);
1094 ST_UB(dst0, dst);
H A Dmacros_msa.h27 #define ST_UB(...) ST_V(v16u8, __VA_ARGS__) macro
/external/webp/src/dsp/
H A Dlossless_msa.c30 ST_UB(dst2, pdst + 32); \
49 ST_UB(dst0, pdst); \
133 ST_UB(dst0, ptemp_dst);
271 ST_UB(dst0, out);
314 ST_UB(dst0, dst);
H A Dupsampling_msa.c169 ST_UB(out0, dst + 0); \
170 ST_UB(out1, dst + 16); \
171 ST_UB(out2, dst + 32); \
183 ST_UB(out0, dst); \
195 ST_UB(out0, dst + 0); \
196 ST_UB(out1, dst + 16); \
197 ST_UB(out2, dst + 32); \
198 ST_UB(out3, dst + 48); \
205 ST_UB(tmp2, dst + 0); \
206 ST_UB(tmp
[all...]
H A Dfilters_msa.c44 ST_UB(dst0, dst);
119 ST_UB(dst0, poutput);
H A Dlossless_enc_msa.c74 ST_UB(dst0, data);
119 ST_UB(dst0, ptemp_data);
H A Drescaler_msa.c128 ST_UB(out, dst);
194 ST_UB(t0, dst);
284 ST_UB(out, dst);
364 ST_UB(dst0, dst);
H A Dmsa_macro.h61 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__) macro
/external/libyuv/files/source/
H A Drow_msa.cc514 ST_UB(dst2, (rgb_buf + 32));
552 ST_UB(dst0, dst_rgb565);
593 ST_UB(dst0, dst_argb4444);
633 ST_UB(dst0, dst_argb1555);
676 ST_UB(dst0, dst_u);
677 ST_UB(dst1, dst_v);
698 ST_UB(dst0, dst_u);
699 ST_UB(dst1, dst_v);
741 ST_UB(dst0, dst_u);
742 ST_UB(dst
[all...]
H A Dscale_msa.cc36 ST_UB(dst0, dst_argb);
56 ST_UB(dst0, dst_argb);
91 ST_UB(dst0, dst_argb);
170 ST_UB(dst0, dst_argb);
279 ST_UB(dst0, dst);
342 ST_UB(dst0, dst);
/external/libpng/mips/
H A Dfilter_msa_intrinsics.c266 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__) macro
419 ST_UB(src2, rp);
451 ST_UB(src0, rp);
491 ST_UB(dst0, nxt);
587 ST_UB(dst0, nxt);
719 ST_UB(dst0, nxt);
/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Ddenoising_msa.c120 ST_UB(running_avg_y, running_avg_y_ptr);
168 ST_UB(running_avg_y, running_avg_y_ptr);
239 ST_UB(running_avg_y, running_avg_y_ptr - avg_y_stride);
273 ST_UB(running_avg_y, running_avg_y_ptr);
/external/libyuv/files/include/libyuv/
H A Dmacros_msa.h144 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__) macro
/external/libvpx/libvpx/vp8/common/mips/msa/
H A Dsixtap_filter_msa.c281 ST_UB(out, dst);
284 ST_UB(out, dst);
287 ST_UB(out, dst);
290 ST_UB(out, dst);
755 ST_UB(out, dst);
758 ST_UB(out, dst);
761 ST_UB(out, dst);
764 ST_UB(out, dst);
H A Dvp8_macros_msa.h32 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__) macro

Completed in 871 milliseconds