Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
Dvp9_mc_msa.c1806 filt = LD_UH(filter); in common_hz_2t_4x4_msa()
1830 filt = LD_UH(filter); in common_hz_2t_4x8_msa()
1871 filt = LD_UH(filter); in common_hz_2t_8x4_msa()
1895 filt = LD_UH(filter); in common_hz_2t_8x8mult_msa()
1975 filt = LD_UH(filter); in ff_put_bilin_16h_msa()
2040 filt = LD_UH(filter); in ff_put_bilin_32h_msa()
2087 filt = LD_UH(filter); in ff_put_bilin_64h_msa()
2497 filt = LD_UH(filter_horiz); in common_hv_2ht_2vt_4x4_msa()
2500 filt = LD_UH(filter_vert); in common_hv_2ht_2vt_4x4_msa()
2532 filt = LD_UH(filter_horiz); in common_hv_2ht_2vt_4x8_msa()
[all …]
Dhevc_lpf_sao_msa.c86 p3_src = LD_UH(p3); in hevc_loopfilter_luma_hor_msa()
87 p2_src = LD_UH(p2); in hevc_loopfilter_luma_hor_msa()
88 p1_src = LD_UH(p1); in hevc_loopfilter_luma_hor_msa()
89 p0_src = LD_UH(p0); in hevc_loopfilter_luma_hor_msa()
108 q0_src = LD_UH(q0); in hevc_loopfilter_luma_hor_msa()
109 q1_src = LD_UH(q1); in hevc_loopfilter_luma_hor_msa()
110 q2_src = LD_UH(q2); in hevc_loopfilter_luma_hor_msa()
111 q3_src = LD_UH(q3); in hevc_loopfilter_luma_hor_msa()
946 p1 = LD_UH(p1_ptr); in hevc_loopfilter_chroma_hor_msa()
947 p0 = LD_UH(p0_ptr); in hevc_loopfilter_chroma_hor_msa()
[all …]
Dvp8_mc_msa.c1503 filt = LD_UH(filter); in common_hz_2t_4x4_msa()
1527 filt = LD_UH(filter); in common_hz_2t_4x8_msa()
1568 filt = LD_UH(filter); in common_hz_2t_8x4_msa()
1592 filt = LD_UH(filter); in common_hz_2t_8x8mult_msa()
1673 filt = LD_UH(filter); in ff_put_vp8_bilinear16_h_msa()
1947 filt = LD_UH(filter_horiz); in common_hv_2ht_2vt_4x4_msa()
1950 filt = LD_UH(filter_vert); in common_hv_2ht_2vt_4x4_msa()
1983 filt = LD_UH(filter_horiz); in common_hv_2ht_2vt_4x8_msa()
1986 filt = LD_UH(filter_vert); in common_hv_2ht_2vt_4x8_msa()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dmsa_macro.h53 #define LD_UH(...) LD_H(v8u16, __VA_ARGS__) macro
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h34 #define LD_UH(...) LD_V(v8u16, __VA_ARGS__) macro