Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dadpcm.c64 const short lsx_ms_adpcm_i_coef[7][2] = { variable
279 … d0=AdpcmMashS(ch, chans, v, lsx_ms_adpcm_i_coef[k], ip, n, &ss, NULL); /* with step s0 */ in AdpcmMashChannel()
282 AdpcmMashS(ch, chans, v, lsx_ms_adpcm_i_coef[k], ip, n0, &s1, NULL); in AdpcmMashChannel()
285 … d1=AdpcmMashS(ch, chans, v, lsx_ms_adpcm_i_coef[k], ip, n, &ss, NULL); /* with step s1 */ in AdpcmMashChannel()
299 AdpcmMashS(ch, chans, v, lsx_ms_adpcm_i_coef[kmin], ip, n, st, obuff); in AdpcmMashChannel()
H A Dadpcm.h30 extern const short lsx_ms_adpcm_i_coef[7][2];
H A Dwav.c263 errct += wav->lsx_ms_adpcm_i_coefs[i] != lsx_ms_adpcm_i_coef[i/2][i%2]; in wav_ms_adpcm_fmt()
1443 lsx_writew(ft, (uint16_t)(lsx_ms_adpcm_i_coef[i][0])); in wavwritehdr()
1444 lsx_writew(ft, (uint16_t)(lsx_ms_adpcm_i_coef[i][1])); in wavwritehdr()