Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dadpcms.c56 void lsx_adpcm_init(adpcm_t * p, int type, int first_sample) in lsx_adpcm_init() function
129 lsx_adpcm_init(&state->encoder, (type == SOX_ENCODING_OKI_ADPCM) ? 1 : 0, 0); in lsx_adpcm_reset()
H A Dadpcms.h34 void lsx_adpcm_init(adpcm_t * p, int type, int first_sample);
H A Dvoc.c357 lsx_adpcm_init(&v->adpcm, 6 - v->size, SOX_SAMPLE_TO_SIGNED_16BIT(*buf, ft->clips)); in read_samples()