Home
last modified time | relevance | path

Searched refs:LD_SW4 (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Denc_msa.c826 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()
Dmsa_macro.h289 #define LD_SW4(...) LD_W4(v4i32, __VA_ARGS__) macro