Searched refs:ILVRL_H2_UB (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | upsampling_msa.c | 193 ILVRL_H2_UB(tmp2, tmp0, out0, out1); \ 194 ILVRL_H2_UB(tmp3, tmp1, out2, out3); \ 204 ILVRL_H2_UB(tmp1, tmp0, tmp2, tmp3); \
|
H A D | msa_macro.h | 952 #define ILVRL_H2_UB(...) ILVRL_H2(v16u8, __VA_ARGS__) macro
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevc_lpf_sao_msa.c | 687 ILVRL_H2_UB(dst5, dst4, dst0, dst1); in hevc_loopfilter_luma_ver_msa() 866 ILVRL_H2_UB(dst5, dst4, dst0, dst1); in hevc_loopfilter_luma_ver_msa() 867 ILVRL_H2_UB(dst7, dst6, dst2, dst3); in hevc_loopfilter_luma_ver_msa()
|
H A D | h264dsp_msa.c | 1436 ILVRL_H2_UB(t2, t0, p1, p0); in avc_loopfilter_luma_inter_edge_ver_msa() 1437 ILVRL_H2_UB(t3, t1, q0, q1); in avc_loopfilter_luma_inter_edge_ver_msa()
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 1506 #define ILVRL_H2_UB(...) ILVRL_H2(v16u8, __VA_ARGS__) macro
|
Completed in 17 milliseconds