Searched refs:LD_SW2 (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | hevc_idct_msa.c | 266 LD_SW2(input + load_idx * 8, 4, tmp0_r, tmp0_l); \ 530 LD_SW2(tmp_buf_ptr + i * 8, 4, tmp0_r, tmp0_l); in hevc_idct_8x32_column_msa() 580 LD_SW2(tmp_buf_ptr + i * 8, 4, tmp0_r, tmp0_l); in hevc_idct_8x32_column_msa()
|
D | vp3dsp_idct_msa.c | 470 LD_SW2(temp_32, 4, e0, e1); in ff_vp3_v_loop_filter_msa() 514 LD_SW2(temp_32, 4, e0, e1); in ff_vp3_h_loop_filter_msa()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | msa_macro.h | 275 #define LD_SW2(...) LD_W2(v4i32, __VA_ARGS__) macro
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | msa_macro.h | 275 #define LD_SW2(...) LD_W2(v4i32, __VA_ARGS__) macro
|
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 285 #define LD_SW2(...) LD_V2(v4i32, __VA_ARGS__) macro
|