Searched refs:frow2 (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/dsp/
H A Drescaler_msa.c186 v4u32 frow0, frow1, frow2, frow3, irow0, irow1, irow2, irow3; local
188 LD_UW4(frow, 4, frow0, frow1, frow2, frow3);
191 CALC_MULT_FIX2_16(frow2, frow3, irow2, irow3, AB, scale, shift, t2, t3);
204 v4u32 frow0, frow1, frow2, irow0, irow1, irow2; local
205 LD_UW3(frow, 4, frow0, frow1, frow2);
209 CALC_MULT_FIX2_4(frow2, irow2, AB, scale, shift, val2_m);

Completed in 90 milliseconds