Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dfirfit.c52 lsx_valloc(log_freqs , p->num_knots); in make_filter()
53 lsx_valloc(gains, p->num_knots); in make_filter()
54 lsx_valloc(d , p->num_knots); in make_filter()
63 lsx_valloc(h, p->n); in make_filter()
91 lsx_valloc(p->knots, 1); in read_knots()
H A Dxmalloc.h33 #define lsx_valloc(v,n) v = lsx_realloc_array(NULL, n, sizeof(*(v))) macro
H A Dhilbert.c67 lsx_valloc(p->h, p->taps); in start()
H A Dremix.c234 lsx_valloc(p->out_specs[j].in_specs, in_per_out); in channels_start()
243 lsx_valloc(p->out_specs[j].in_specs, 1); in channels_start()