Searched refs:lsx_valloc (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | firfit.c | 52 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 D | xmalloc.h | 33 #define lsx_valloc(v,n) v = lsx_realloc_array(NULL, n, sizeof(*(v))) macro
|
| H A D | hilbert.c | 67 lsx_valloc(p->h, p->taps); in start()
|
| H A D | remix.c | 234 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()
|