Lines Matching refs:frow

117 static WEBP_INLINE void ExportRowExpand_0(const uint32_t* frow, uint8_t* dst,  in ExportRowExpand_0()  argument
127 LD_UW4(frow, 4, src0, src1, src2, src3); in ExportRowExpand_0()
131 frow += 16; in ExportRowExpand_0()
139 LD_UW3(frow, 4, src0, src1, src2); in ExportRowExpand_0()
145 frow += 12; in ExportRowExpand_0()
150 LD_UW2(frow, 4, src0, src1); in ExportRowExpand_0()
155 frow += 8; in ExportRowExpand_0()
159 const v4u32 src0 = LD_UW(frow); in ExportRowExpand_0()
163 frow += 4; in ExportRowExpand_0()
167 const uint32_t J = frow[x_out]; in ExportRowExpand_0()
174 static WEBP_INLINE void ExportRowExpand_1(const uint32_t* frow, uint32_t* irow, in ExportRowExpand_1() argument
188 LD_UW4(frow, 4, frow0, frow1, frow2, frow3); in ExportRowExpand_1()
195 frow += 16; in ExportRowExpand_1()
205 LD_UW3(frow, 4, frow0, frow1, frow2); in ExportRowExpand_1()
211 frow += 12; in ExportRowExpand_1()
218 LD_UW2(frow, 4, frow0, frow1); in ExportRowExpand_1()
223 frow += 4; in ExportRowExpand_1()
229 const v4u32 frow0 = LD_UW(frow + 0); in ExportRowExpand_1()
233 frow += 4; in ExportRowExpand_1()
239 const uint64_t I = (uint64_t)A * frow[x_out] in ExportRowExpand_1()
252 const rescaler_t* frow = wrk->frow; in RescalerExportRowExpand_MIPSdspR2() local
258 ExportRowExpand_0(frow, dst, x_out_max, wrk); in RescalerExportRowExpand_MIPSdspR2()
260 ExportRowExpand_1(frow, irow, dst, x_out_max, wrk); in RescalerExportRowExpand_MIPSdspR2()
265 static WEBP_INLINE void ExportRowShrink_0(const uint32_t* frow, uint32_t* irow,
277 LD_UW4(frow, 4, src0, src1, src2, src3);
286 frow += 16;
296 LD_UW3(frow, 4, src0, src1, src2);
307 frow += 12;
314 LD_UW2(frow, 4, src0, src1);
323 frow += 8;
330 v4u32 src0 = LD_UW(frow);
337 frow += 4;
343 const uint32_t frac = (uint32_t)MULT_FIX_FLOOR(frow[x_out], yscale);
416 const rescaler_t* frow = wrk->frow;
422 ExportRowShrink_0(frow, irow, dst, x_out_max, yscale, wrk);