Lines Matching refs:irow
49 const rescaler_t* const irow, in Interpolate_NEON() argument
52 LOAD_32x4(irow, B0); in Interpolate_NEON()
66 rescaler_t* const irow = wrk->irow; in RescalerExportRowExpand_NEON() local
97 Interpolate_NEON(frow + x_out + 0, irow + x_out + 0, A, B); in RescalerExportRowExpand_NEON()
99 Interpolate_NEON(frow + x_out + 4, irow + x_out + 4, A, B); in RescalerExportRowExpand_NEON()
109 + (uint64_t)B * irow[x_out]; in RescalerExportRowExpand_NEON()
120 rescaler_t* const irow = wrk->irow; in RescalerExportRowShrink_NEON() local
135 LOAD_32x8(irow + x_out, in2, in3); in RescalerExportRowShrink_NEON()
146 STORE_32x8(A0, A1, irow + x_out); in RescalerExportRowShrink_NEON()
150 const int v = (int)MULT_FIX_C(irow[x_out] - frac, fxy_scale); in RescalerExportRowShrink_NEON()
152 irow[x_out] = frac; // new fractional start in RescalerExportRowShrink_NEON()
156 LOAD_32x8(irow + x_out, in0, in1); in RescalerExportRowShrink_NEON()
163 STORE_32x8(zero, zero, irow + x_out); in RescalerExportRowShrink_NEON()
166 const int v = (int)MULT_FIX_C(irow[x_out], fxy_scale); in RescalerExportRowShrink_NEON()
168 irow[x_out] = 0; in RescalerExportRowShrink_NEON()