Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
Dhevc_idct_msa.c266 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()
Dvp3dsp_idct_msa.c470 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/
Dmsa_macro.h275 #define LD_SW2(...) LD_W2(v4i32, __VA_ARGS__) macro
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dmsa_macro.h275 #define LD_SW2(...) LD_W2(v4i32, __VA_ARGS__) macro
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h285 #define LD_SW2(...) LD_V2(v4i32, __VA_ARGS__) macro