Searched refs:ILVEV_H2_SH (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9_idct_msa.c | 128 ILVEV_H2_SH(cnst0_m, cnst1_m, cnst1_m, cnst2_m, cnst0_m, cnst1_m); \ 131 ILVEV_H2_SH(cnst2_m, cnst3_m, cnst3_m, cnst4_m, cnst2_m, cnst3_m); \ 141 ILVEV_H2_SH(cnst0_m, cnst1_m, cnst1_m, cnst2_m, cnst0_m, cnst1_m); \ 144 ILVEV_H2_SH(cnst2_m, cnst3_m, cnst3_m, cnst4_m, cnst2_m, cnst3_m); \ 159 ILVEV_H2_SH(cnst3_m, cnst0_m, cnst1_m, cnst2_m, cnst3_m, cnst2_m); \ 284 ILVEV_H2_SH(c0_m, c1_m, k1_m, k2_m, c0_m, c1_m); \ 290 ILVEV_H2_SH(k4_m, k1_m, k3_m, k2_m, c0_m, c1_m); \ 734 ILVEV_H2_SH(cnst0, cnst1, cnst1, cnst2, cnst0, cnst1); in vp9_iadst8x8_colcol_addblk_msa() 738 ILVEV_H2_SH(cnst2, cnst3, cnst3, cnst4, cnst2, cnst3); in vp9_iadst8x8_colcol_addblk_msa() 748 ILVEV_H2_SH(cnst in vp9_iadst8x8_colcol_addblk_msa() [all...] |
H A D | h264qpel_msa.c | 2768 ILVEV_H2_SH(dst0, zeros, dst1, zeros, dst0, dst1); in ff_put_h264_qpel4_mc12_msa() 2769 ILVEV_H2_SH(dst2, zeros, dst3, zeros, dst2, dst3); in ff_put_h264_qpel4_mc12_msa() 5389 ILVEV_H2_SH(dst0, zeros, dst1, zeros, dst0, dst1); in ff_avg_h264_qpel4_mc12_msa() 5390 ILVEV_H2_SH(dst2, zeros, dst3, zeros, dst2, dst3); in ff_avg_h264_qpel4_mc12_msa()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | msa_macro.h | 752 #define ILVEV_H2_SH(...) ILVEV_H2(v8i16, __VA_ARGS__) macro
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 1208 #define ILVEV_H2_SH(...) ILVEV_H2(v8i16, __VA_ARGS__) macro
|
Completed in 23 milliseconds