Home
last modified time | relevance | path

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

/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dnms_adpcm.c888 nms_adpcm_write_block (SF_PRIVATE *psf, NMS_ADPCM_PRIVATE *pnms, const short *ptr, int len) in nms_adpcm_write_block() function
922 count = nms_adpcm_write_block (psf, pnms, ptr, writecount) ; in nms_adpcm_write_s()
951 count = nms_adpcm_write_block (psf, pnms, sptr, writecount) ; in nms_adpcm_write_i()
982 count = nms_adpcm_write_block (psf, pnms, sptr, writecount) ; in nms_adpcm_write_f()
1014 count = nms_adpcm_write_block (psf, pnms, sptr, writecount) ; in nms_adpcm_write_d()