Searched refs:ST_UB (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_16_msa.c | 76 ST_UB(flat, filter48); in vpx_hz_lpf_t4_and_t8_16w() 150 ST_UB(p6, src); in vpx_hz_lpf_t16_16w() 170 ST_UB(p5, src); in vpx_hz_lpf_t16_16w() 190 ST_UB(p4, src); in vpx_hz_lpf_t16_16w() 210 ST_UB(p3, src); in vpx_hz_lpf_t16_16w() 231 ST_UB(filter8, src); in vpx_hz_lpf_t16_16w() 252 ST_UB(filter8, src); in vpx_hz_lpf_t16_16w() 273 ST_UB(filter8, src); in vpx_hz_lpf_t16_16w() 294 ST_UB(filter8, src); in vpx_hz_lpf_t16_16w() 313 ST_UB(filter8, src); in vpx_hz_lpf_t16_16w() [all …]
|
D | vpx_convolve8_horiz_msa.c | 195 ST_UB(out, dst); in common_hz_8t_16w_msa() 198 ST_UB(out, dst); in common_hz_8t_16w_msa() 242 ST_UB(out, dst); in common_hz_8t_32w_msa() 244 ST_UB(out, dst + 16); in common_hz_8t_32w_msa() 254 ST_UB(out, dst); in common_hz_8t_32w_msa() 256 ST_UB(out, dst + 16); in common_hz_8t_32w_msa() 293 ST_UB(out, dst); in common_hz_8t_64w_msa() 295 ST_UB(out, dst + 16); in common_hz_8t_64w_msa() 310 ST_UB(out, dst + 32); in common_hz_8t_64w_msa() 312 ST_UB(out, dst + 48); in common_hz_8t_64w_msa()
|
D | vpx_convolve_msa.h | 98 ST_UB(tmp_m, (pdst)); \ 106 ST_UB(tmp_m, (pdst)); \
|
D | intrapred_msa.c | 51 ST_UB(src0, dst); in intra_predict_vert_16x16_msa()
|
D | macros_msa.h | 31 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__) macro
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | postproc_msa.c | 570 ST_UB(src0, src_dup + cols); in vp8_mbpost_proc_across_ip_msa() 676 ST_UB(tmp, (src_dup + (16 * col))); in vp8_mbpost_proc_across_ip_msa() 723 ST_UB(dst, dst_tmp + cnt * pitch); in vp8_mbpost_proc_down_msa() 729 ST_UB(dst, dst_tmp + cnt * pitch); in vp8_mbpost_proc_down_msa() 794 ST_UB(tmp[(row - 8) & 15], (dst_tmp - 8 * pitch)); in vp8_mbpost_proc_down_msa() 842 ST_UB(pos0, pos0_ptr); in vp8_plane_add_noise_msa() 844 ST_UB(pos1, pos1_ptr); in vp8_plane_add_noise_msa()
|
D | sixtap_filter_msa.c | 298 ST_UB(out, dst); in common_hz_6t_16w_msa() 301 ST_UB(out, dst); in common_hz_6t_16w_msa() 304 ST_UB(out, dst); in common_hz_6t_16w_msa() 307 ST_UB(out, dst); in common_hz_6t_16w_msa() 794 ST_UB(out, dst); in common_hz_4t_16w_msa() 797 ST_UB(out, dst); in common_hz_4t_16w_msa() 800 ST_UB(out, dst); in common_hz_4t_16w_msa() 803 ST_UB(out, dst); in common_hz_4t_16w_msa()
|
D | vp8_macros_msa.h | 32 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__) macro
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | denoising_msa.c | 127 ST_UB(running_avg_y, running_avg_y_ptr); in vp8_denoiser_filter_msa() 177 ST_UB(running_avg_y, running_avg_y_ptr); in vp8_denoiser_filter_msa() 258 ST_UB(running_avg_y, running_avg_y_ptr - avg_y_stride); in vp8_denoiser_filter_msa() 298 ST_UB(running_avg_y, running_avg_y_ptr); in vp8_denoiser_filter_msa()
|