Home
last modified time | relevance | path

Searched refs:LD_SB (Results 1 – 17 of 17) sorted by relevance

/external/libaom/libaom/aom_dsp/mips/
Daom_convolve8_horiz_msa.c226 src0 = LD_SB(src); in common_hz_8t_32w_msa()
227 src2 = LD_SB(src + 16); in common_hz_8t_32w_msa()
228 src3 = LD_SB(src + 24); in common_hz_8t_32w_msa()
238 src0 = LD_SB(src); in common_hz_8t_32w_msa()
239 src2 = LD_SB(src + 16); in common_hz_8t_32w_msa()
240 src3 = LD_SB(src + 24); in common_hz_8t_32w_msa()
284 src0 = LD_SB(src); in common_hz_8t_64w_msa()
285 src2 = LD_SB(src + 16); in common_hz_8t_64w_msa()
286 src3 = LD_SB(src + 24); in common_hz_8t_64w_msa()
300 src0 = LD_SB(src + 32); in common_hz_8t_64w_msa()
[all …]
Daom_convolve8_vert_msa.c343 src8 = LD_SB(src); in common_vt_2t_4x8_msa()
Dmacros_msa.h23 #define LD_SB(...) LD_B(v16i8, __VA_ARGS__) macro
/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve8_horiz_msa.c223 src0 = LD_SB(src); in common_hz_8t_32w_msa()
224 src2 = LD_SB(src + 16); in common_hz_8t_32w_msa()
225 src3 = LD_SB(src + 24); in common_hz_8t_32w_msa()
235 src0 = LD_SB(src); in common_hz_8t_32w_msa()
236 src2 = LD_SB(src + 16); in common_hz_8t_32w_msa()
237 src3 = LD_SB(src + 24); in common_hz_8t_32w_msa()
281 src0 = LD_SB(src); in common_hz_8t_64w_msa()
282 src2 = LD_SB(src + 16); in common_hz_8t_64w_msa()
283 src3 = LD_SB(src + 24); in common_hz_8t_64w_msa()
297 src0 = LD_SB(src + 32); in common_hz_8t_64w_msa()
[all …]
Dvpx_convolve8_avg_horiz_msa.c220 src0 = LD_SB(src); in common_hz_8t_and_aver_dst_32w_msa()
221 src2 = LD_SB(src + 16); in common_hz_8t_and_aver_dst_32w_msa()
222 src3 = LD_SB(src + 24); in common_hz_8t_and_aver_dst_32w_msa()
276 src0 = LD_SB(&src[cnt << 5]); in common_hz_8t_and_aver_dst_64w_msa()
277 src2 = LD_SB(&src[16 + (cnt << 5)]); in common_hz_8t_and_aver_dst_64w_msa()
278 src3 = LD_SB(&src[24 + (cnt << 5)]); in common_hz_8t_and_aver_dst_64w_msa()
321 mask = LD_SB(&mc_filt_mask_arr[16]); in common_hz_2t_and_aver_dst_4x4_msa()
348 mask = LD_SB(&mc_filt_mask_arr[16]); in common_hz_2t_and_aver_dst_4x8_msa()
391 mask = LD_SB(&mc_filt_mask_arr[0]); in common_hz_2t_and_aver_dst_8x4_msa()
417 mask = LD_SB(&mc_filt_mask_arr[0]); in common_hz_2t_and_aver_dst_8x8mult_msa()
[all …]
Dvpx_convolve8_avg_msa.c237 mask = LD_SB(&mc_filt_mask_arr[16]); in common_hv_2ht_2vt_and_aver_dst_4x4_msa()
275 mask = LD_SB(&mc_filt_mask_arr[16]); in common_hv_2ht_2vt_and_aver_dst_4x8_msa()
286 src8 = LD_SB(src); in common_hv_2ht_2vt_and_aver_dst_4x8_msa()
332 mask = LD_SB(&mc_filt_mask_arr[0]); in common_hv_2ht_2vt_and_aver_dst_8x4_msa()
378 mask = LD_SB(&mc_filt_mask_arr[0]); in common_hv_2ht_2vt_and_aver_dst_8x8mult_msa()
387 src0 = LD_SB(src); in common_hv_2ht_2vt_and_aver_dst_8x8mult_msa()
444 mask = LD_SB(&mc_filt_mask_arr[0]); in common_hv_2ht_2vt_and_aver_dst_16w_msa()
Dvpx_convolve8_msa.c241 mask = LD_SB(&mc_filt_mask_arr[16]); in common_hv_2ht_2vt_4x4_msa()
274 mask = LD_SB(&mc_filt_mask_arr[16]); in common_hv_2ht_2vt_4x8_msa()
285 src8 = LD_SB(src); in common_hv_2ht_2vt_4x8_msa()
330 mask = LD_SB(&mc_filt_mask_arr[0]); in common_hv_2ht_2vt_8x4_msa()
374 mask = LD_SB(&mc_filt_mask_arr[0]); in common_hv_2ht_2vt_8x8mult_msa()
383 src0 = LD_SB(src); in common_hv_2ht_2vt_8x8mult_msa()
463 mask = LD_SB(&mc_filt_mask_arr[0]); in common_hv_2ht_2vt_16w_msa()
Dvpx_convolve8_avg_vert_msa.c264 src4 = LD_SB(src); in common_vt_2t_and_aver_dst_4x4_msa()
298 src8 = LD_SB(src); in common_vt_2t_and_aver_dst_4x8_msa()
Dintrapred_msa.c453 src_top = LD_SB(src_top_ptr); in intra_predict_tm_16x16_msa()
Dvpx_convolve8_vert_msa.c340 src8 = LD_SB(src); in common_vt_2t_4x8_msa()
Dmacros_msa.h21 #define LD_SB(...) LD_V(v16i8, __VA_ARGS__) macro
/external/libvpx/libvpx/vp8/common/mips/msa/
Dbilinear_filter_msa.c37 mask = LD_SB(&vp8_mc_filt_mask_arr[16]); in common_hz_2t_4x4_msa()
58 mask = LD_SB(&vp8_mc_filt_mask_arr[16]); in common_hz_2t_4x8_msa()
93 mask = LD_SB(&vp8_mc_filt_mask_arr[0]); in common_hz_2t_8x4_msa()
115 mask = LD_SB(&vp8_mc_filt_mask_arr[0]); in common_hz_2t_8x8mult_msa()
188 mask = LD_SB(&vp8_mc_filt_mask_arr[0]); in common_hz_2t_16w_msa()
284 src8 = LD_SB(src); in common_vt_2t_4x8_msa()
439 mask = LD_SB(&vp8_mc_filt_mask_arr[16]); in common_hv_2ht_2vt_4x4_msa()
470 mask = LD_SB(&vp8_mc_filt_mask_arr[16]); in common_hv_2ht_2vt_4x8_msa()
479 src8 = LD_SB(src); in common_hv_2ht_2vt_4x8_msa()
525 mask = LD_SB(&vp8_mc_filt_mask_arr[0]); in common_hv_2ht_2vt_8x4_msa()
[all …]
Dsixtap_filter_msa.c629 mask0 = LD_SB(&vp8_mc_filt_mask_arr[16]); in common_hz_4t_4x4_msa()
654 mask0 = LD_SB(&vp8_mc_filt_mask_arr[16]); in common_hz_4t_4x8_msa()
699 mask0 = LD_SB(&vp8_mc_filt_mask_arr[0]); in common_hz_4t_8w_msa()
732 mask0 = LD_SB(&vp8_mc_filt_mask_arr[0]); in common_hz_4t_16w_msa()
800 src2 = LD_SB(src); in common_vt_4t_4w_msa()
1126 mask0 = LD_SB(&vp8_mc_filt_mask_arr[0]); in common_hv_6ht_4vt_8w_msa()
1212 mask0 = LD_SB(&vp8_mc_filt_mask_arr[16]); in common_hv_4ht_6vt_4w_msa()
1274 mask0 = LD_SB(&vp8_mc_filt_mask_arr[0]); in common_hv_4ht_6vt_8w_msa()
Dvp8_macros_msa.h21 #define LD_SB(...) LD_B(v16i8, __VA_ARGS__) macro
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dtemporal_filter_msa.c35 frame1_0_b = LD_SB(frame1_ptr); in temporal_filter_apply_16size_msa()
36 frame2_0_b = LD_SB(frame2_ptr); in temporal_filter_apply_16size_msa()
39 frame1_1_b = LD_SB(frame1_ptr); in temporal_filter_apply_16size_msa()
40 frame2_1_b = LD_SB(frame2_ptr); in temporal_filter_apply_16size_msa()
/external/webp/src/dsp/
Ddec_msa.c799 const v16i8 T = LD_SB(dst - BPS); in TM16()
897 const v16i8 T1 = LD_SB(dst - BPS); in TM8uv()
Dmsa_macro.h50 #define LD_SB(...) LD_B(v16i8, __VA_ARGS__) macro