Lines Matching refs:frow
48 static uint32x4_t Interpolate_NEON(const rescaler_t* const frow, in Interpolate_NEON() argument
51 LOAD_32x4(frow, A0); in Interpolate_NEON()
69 const rescaler_t* const frow = wrk->frow; in RescalerExportRowExpand_NEON() local
78 LOAD_32x4(frow + x_out + 0, A0); in RescalerExportRowExpand_NEON()
79 LOAD_32x4(frow + x_out + 4, A1); in RescalerExportRowExpand_NEON()
88 const uint32_t J = frow[x_out]; in RescalerExportRowExpand_NEON()
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()
108 const uint64_t I = (uint64_t)A * frow[x_out] in RescalerExportRowExpand_NEON()
123 const rescaler_t* const frow = wrk->frow; in RescalerExportRowShrink_NEON() local
134 LOAD_32x8(frow + x_out, in0, in1); in RescalerExportRowShrink_NEON()
149 const uint32_t frac = (uint32_t)MULT_FIX_FLOOR_C(frow[x_out], yscale); in RescalerExportRowShrink_NEON()