Home | History | Annotate | Download | only in dsp

Lines Matching refs:clip_y

753 static uint16_t clip_y(int v) {
785 dst[i] = clip_y(new_y);
851 out[2 * i + 0] = clip_y(best_y[2 * i + 0] + v0);
852 out[2 * i + 1] = clip_y(best_y[2 * i + 1] + v1);