Searched refs:clip_y_NEON (Results 1 – 1 of 1) sorted by relevance
179 static uint16_t clip_y_NEON(int v) { in clip_y_NEON() function207 dst[i] = clip_y_NEON(new_y); in SharpYUVUpdateY_NEON()267 out[2 * i + 0] = clip_y_NEON(best_y[2 * i + 0] + v0); in SharpYUVFilterRow_NEON()268 out[2 * i + 1] = clip_y_NEON(best_y[2 * i + 1] + v1); in SharpYUVFilterRow_NEON()
Completed in 3 milliseconds