Home
last modified time | relevance | path

Searched refs:LD_UH (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/common/mips/msa/
Dbilinear_filter_msa.c47 filt = LD_UH(filter); in common_hz_2t_4x4_msa()
69 filt = LD_UH(filter); in common_hz_2t_4x8_msa()
109 filt = LD_UH(filter); in common_hz_2t_8x4_msa()
132 filt = LD_UH(filter); in common_hz_2t_8x8mult_msa()
213 filt = LD_UH(filter); in common_hz_2t_16w_msa()
480 filt = LD_UH(filter_horiz); in common_hv_2ht_2vt_4x4_msa()
482 filt = LD_UH(filter_vert); in common_hv_2ht_2vt_4x4_msa()
512 filt = LD_UH(filter_horiz); in common_hv_2ht_2vt_4x8_msa()
514 filt = LD_UH(filter_vert); in common_hv_2ht_2vt_4x8_msa()
Dvp8_macros_msa.h24 #define LD_UH(...) LD_H(v8u16, __VA_ARGS__) macro
/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve8_horiz_msa.c327 filt = LD_UH(filter); in common_hz_2t_4x4_msa()
349 filt = LD_UH(filter); in common_hz_2t_4x8_msa()
385 filt = LD_UH(filter); in common_hz_2t_8x4_msa()
408 filt = LD_UH(filter); in common_hz_2t_8x8mult_msa()
484 filt = LD_UH(filter); in common_hz_2t_16w_msa()
547 filt = LD_UH(filter); in common_hz_2t_32w_msa()
592 filt = LD_UH(filter); in common_hz_2t_64w_msa()
Dvpx_convolve8_avg_horiz_msa.c332 filt = LD_UH(filter); in common_hz_2t_and_aver_dst_4x4_msa()
359 filt = LD_UH(filter); in common_hz_2t_and_aver_dst_4x8_msa()
405 filt = LD_UH(filter); in common_hz_2t_and_aver_dst_8x4_msa()
432 filt = LD_UH(filter); in common_hz_2t_and_aver_dst_8x8mult_msa()
514 filt = LD_UH(filter); in common_hz_2t_and_aver_dst_16w_msa()
583 filt = LD_UH(filter); in common_hz_2t_and_aver_dst_32w_msa()
634 filt = LD_UH(filter); in common_hz_2t_and_aver_dst_64w_msa()
Dvpx_convolve8_msa.c244 filt = LD_UH(filter_horiz); in common_hv_2ht_2vt_4x4_msa()
247 filt = LD_UH(filter_vert); in common_hv_2ht_2vt_4x4_msa()
277 filt = LD_UH(filter_horiz); in common_hv_2ht_2vt_4x8_msa()
280 filt = LD_UH(filter_vert); in common_hv_2ht_2vt_4x8_msa()
Dvpx_convolve8_avg_vert_msa.c444 filt = LD_UH(filter); in common_vt_2t_and_aver_dst_16w_msa()
496 filt = LD_UH(filter); in common_vt_2t_and_aver_dst_32w_msa()
571 filt = LD_UH(filter); in common_vt_2t_and_aver_dst_64w_msa()
Dvpx_convolve8_avg_msa.c259 filt = LD_UH(filter_horiz); in common_hv_2ht_2vt_and_aver_dst_4x4_msa()
262 filt = LD_UH(filter_vert); in common_hv_2ht_2vt_and_aver_dst_4x4_msa()
Dmacros_msa.h24 #define LD_UH(...) LD_H(v8u16, __VA_ARGS__) macro