Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/mips/msa/
Dbilinear_filter_msa.c39 filt = LD_UH(filter); in common_hz_2t_4x4_msa()
60 filt = LD_UH(filter); in common_hz_2t_4x8_msa()
95 filt = LD_UH(filter); in common_hz_2t_8x4_msa()
117 filt = LD_UH(filter); in common_hz_2t_8x8mult_msa()
192 filt = LD_UH(filter); in common_hz_2t_16w_msa()
441 filt = LD_UH(filter_horiz); in common_hv_2ht_2vt_4x4_msa()
443 filt = LD_UH(filter_vert); in common_hv_2ht_2vt_4x4_msa()
472 filt = LD_UH(filter_horiz); in common_hv_2ht_2vt_4x8_msa()
474 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.c319 filt = LD_UH(filter); in common_hz_2t_and_aver_dst_4x4_msa()
345 filt = LD_UH(filter); in common_hz_2t_and_aver_dst_4x8_msa()
388 filt = LD_UH(filter); in common_hz_2t_and_aver_dst_8x4_msa()
412 filt = LD_UH(filter); in common_hz_2t_and_aver_dst_8x8mult_msa()
490 filt = LD_UH(filter); in common_hz_2t_and_aver_dst_16w_msa()
557 filt = LD_UH(filter); in common_hz_2t_and_aver_dst_32w_msa()
606 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.c418 filt = LD_UH(filter); in common_vt_2t_and_aver_dst_16w_msa()
468 filt = LD_UH(filter); in common_vt_2t_and_aver_dst_32w_msa()
541 filt = LD_UH(filter); in common_vt_2t_and_aver_dst_64w_msa()
Dvpx_convolve8_avg_msa.c236 filt = LD_UH(filter_horiz); in common_hv_2ht_2vt_and_aver_dst_4x4_msa()
239 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
/external/webp/src/dsp/
Dmsa_macro.h51 #define LD_UH(...) LD_H(v8u16, __VA_ARGS__) macro