Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Drescaler_msa.c187 v4u32 frow0, frow1, frow2, frow3, irow0, irow1, irow2, irow3; in ExportRowExpand_1() local
190 LD_UW4(irow, 4, irow0, irow1, irow2, irow3); in ExportRowExpand_1()
191 CALC_MULT_FIX2_16(frow0, frow1, irow0, irow1, AB, scale, shift, t0, t1); in ExportRowExpand_1()
205 v4u32 frow0, frow1, frow2, irow0, irow1, irow2; in ExportRowExpand_1() local
207 LD_UW3(irow, 4, irow0, irow1, irow2); in ExportRowExpand_1()
208 CALC_MULT_FIX2_4(frow0, irow0, AB, scale, shift, val0_m); in ExportRowExpand_1()
218 v4u32 frow0, frow1, irow0, irow1; in ExportRowExpand_1() local
220 LD_UW2(irow, 4, irow0, irow1); in ExportRowExpand_1()
221 CALC_MULT_FIX2_4(frow0, irow0, AB, scale, shift, val0_m); in ExportRowExpand_1()
231 const v4u32 irow0 = LD_UW(irow + 0); in ExportRowExpand_1() local
[all …]

Completed in 3 milliseconds