Searched refs:LD_SW4 (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
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()
|
D | msa_macro.h | 289 #define LD_SW4(...) LD_W4(v4i32, __VA_ARGS__) macro
|