Home
last modified time | relevance | path

Searched refs:out_floats_right_opt (Results 1 – 1 of 1) sorted by relevance

/external/adhd/cras/src/dsp/tests/
Ddsp_util_test.c86 float *out_floats_right_opt = (float *)malloc(MAXSAMPLES * 4 + PAD); in TestRounding() local
94 memset(out_floats_right_opt, 0xfb, MAXSAMPLES * 4 + PAD); in TestRounding()
104 out_floats_ptr_opt[1] = out_floats_right_opt; in TestRounding()
157 free(out_floats_right_opt); in TestRounding()
277 float *out_floats_right_opt = (float *)malloc(MAXSAMPLES * 4 + PAD); in main() local
285 memset(out_floats_right_opt, 0x55, MAXSAMPLES * 4 + PAD); in main()
295 out_floats_ptr_opt[1] = out_floats_right_opt; in main()
384 free(out_floats_right_opt); in main()