Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Drescaler_msa.c186 v4u32 frow0, frow1, frow2, frow3, irow0, irow1, irow2, irow3; in ExportRowExpand_1() local
188 LD_UW4(frow, 4, frow0, frow1, frow2, frow3); in ExportRowExpand_1()
190 CALC_MULT_FIX2_16(frow0, frow1, irow0, irow1, AB, scale, shift, t0, t1); in ExportRowExpand_1()
204 v4u32 frow0, frow1, frow2, irow0, irow1, irow2; in ExportRowExpand_1() local
205 LD_UW3(frow, 4, frow0, frow1, frow2); in ExportRowExpand_1()
208 CALC_MULT_FIX2_4(frow1, irow1, AB, scale, shift, val1_m); in ExportRowExpand_1()
217 v4u32 frow0, frow1, irow0, irow1; in ExportRowExpand_1() local
218 LD_UW2(frow, 4, frow0, frow1); in ExportRowExpand_1()
221 CALC_MULT_FIX2_4(frow1, irow1, AB, scale, shift, val1_m); in ExportRowExpand_1()