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.c85 float* out_floats_right_opt = (float*) malloc(MAXSAMPLES * 4 + PAD); in TestRounding() local
93 memset(out_floats_right_opt, 0xfb, MAXSAMPLES * 4 + PAD); in TestRounding()
103 out_floats_ptr_opt[1] = out_floats_right_opt; in TestRounding()
152 free(out_floats_right_opt); in TestRounding()
272 float* out_floats_right_opt = (float*) malloc(MAXSAMPLES * 4 + PAD); in main() local
280 memset(out_floats_right_opt, 0x55, MAXSAMPLES * 4 + PAD); in main()
290 out_floats_ptr_opt[1] = out_floats_right_opt; in main()
374 free(out_floats_right_opt); in main()