Home
last modified time | relevance | path

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

/dports/audio/sox/sox-14.4.2/src/
H A Dvox.c26 return lsx_adpcm_ima_start(ft, (adpcm_io_t *)ft->priv); in lsx_ima_start()
H A Dadpcms.h50 int lsx_adpcm_ima_start(sox_format_t * ft, adpcm_io_t * state);
H A Dprc.c202 if (lsx_adpcm_ima_start(ft, &p->adpcm))
313 if (lsx_adpcm_ima_start(ft, &p->adpcm))
H A Dadpcms.c166 int lsx_adpcm_ima_start(sox_format_t * ft, adpcm_io_t * state) in lsx_adpcm_ima_start() function