Lines Matching refs:x
40 int16_t __x[60+480], *x = __x + 60; in check_resampler() local
42 x[i] = rand() & 0xffff; in check_resampler()
47 resample_8k_12k8(&hp50, x, y, 128); in check_resampler()
48 arm_resample_8k_12k8(&hp50_arm, x, y_arm, 128); in check_resampler()
52 resample_16k_12k8(&hp50, x, y, 128); in check_resampler()
53 arm_resample_16k_12k8(&hp50_arm, x, y_arm, 128); in check_resampler()
57 resample_24k_12k8(&hp50, x, y, 128); in check_resampler()
58 arm_resample_24k_12k8(&hp50_arm, x, y_arm, 128); in check_resampler()
62 resample_32k_12k8(&hp50, x, y, 128); in check_resampler()
63 arm_resample_32k_12k8(&hp50_arm, x, y_arm, 128); in check_resampler()
67 resample_48k_12k8(&hp50, x, y, 128); in check_resampler()
68 arm_resample_48k_12k8(&hp50_arm, x, y_arm, 128); in check_resampler()