Searched refs:LD_SW2 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A 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()
|
H A 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()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | msa_macro.h | 275 #define LD_SW2(...) LD_W2(v4i32, __VA_ARGS__) macro
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 281 #define LD_SW2(...) LD_V2(v4i32, __VA_ARGS__) macro
|
Completed in 10 milliseconds