Searched refs:LD_SW4 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vc1dsp_msa.c | 248 LD_SW4(block, 8, t1, t2, t3, t4); in ff_vc1_inv_trans_8x4_msa() 279 LD_SW4(dest, linesize, dst0, dst1, dst2, dst3); in ff_vc1_inv_trans_8x4_msa()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc_msa.c | 826 LD_SW4(&mtx->bias_[0], 4, b0, b1, b2, b3); // bias in QuantizeBlock_MSA() 838 LD_SW4(&mtx->zthresh_[0], 4, t0, t1, t2, t3); // zthresh in QuantizeBlock_MSA()
|
H A D | msa_macro.h | 289 #define LD_SW4(...) LD_W4(v4i32, __VA_ARGS__) macro
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 300 #define LD_SW4(...) LD_V4(v4i32, __VA_ARGS__) macro
|
Completed in 13 milliseconds