Home
last modified time | relevance | path

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

/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dtest_ima_oki_adpcm.c37 static const short test_pcm [] = variable
66 if (adpcm_decode (&adpcm, code >> 4) != test_pcm [2 * i + j]) in test_oki_adpcm()
76 for (i = 0 ; i < ARRAY_LEN (test_pcm) - 1 ; i += 2) in test_oki_adpcm()
77 { code = adpcm_encode (&adpcm, test_pcm [i]) ; in test_oki_adpcm()
78 code = (code << 4) | adpcm_encode (&adpcm, test_pcm [i + 1]) ; in test_oki_adpcm()
94 if (ARRAY_LEN (adpcm.pcm) < ARRAY_LEN (test_pcm)) in test_oki_adpcm_block()
108 memcpy (adpcm.pcm, test_pcm, sizeof (adpcm.pcm [0]) * ARRAY_LEN (test_pcm)) ; in test_oki_adpcm_block()
109 adpcm.pcm_count = ARRAY_LEN (test_pcm) ; in test_oki_adpcm_block()
114 if (adpcm.code_count * 2 != ARRAY_LEN (test_pcm)) in test_oki_adpcm_block()
142 for (k = 0 ; k < ARRAY_LEN (test_pcm) ; k++) in test_oki_adpcm_block()
[all …]
H A Dima_oki_adpcm.c170 static const short test_pcm [] = variable
200 if (adpcm_decode (&adpcm, code >> 4) != test_pcm [2 * i + j]) in test_oki_adpcm()
211 for (i = 0 ; i < ARRAY_LEN (test_pcm) ; i += j) in test_oki_adpcm()
212 { code = adpcm_encode (&adpcm, test_pcm [i]) ; in test_oki_adpcm()
213 code = (code << 4) | adpcm_encode (&adpcm, test_pcm [i + 1]) ; in test_oki_adpcm()
229 if (ARRAY_LEN (adpcm.pcm) < ARRAY_LEN (test_pcm)) in test_oki_adpcm_block()
244 memcpy (adpcm.pcm, test_pcm, sizeof (adpcm.pcm [0]) * ARRAY_LEN (test_pcm)) ; in test_oki_adpcm_block()
245 adpcm.pcm_count = ARRAY_LEN (test_pcm) ; in test_oki_adpcm_block()
250 if (adpcm.code_count * 2 != ARRAY_LEN (test_pcm)) in test_oki_adpcm_block()
279 for (k = 0 ; k < ARRAY_LEN (test_pcm) ; k++) in test_oki_adpcm_block()
[all …]
/dports/audio/musicpd/mpd-0.23.6/test/
H A Dmeson.build499 'test_pcm',
501 'test_pcm',
/dports/audio/py-fmoo-audiotools/audiotools-3.0/test/
H A Dtest_core.py73 def test_pcm(self): member in PCMReader
117 def test_pcm(self): member in PCMCat
218 def test_pcm(self): member in BufferedPCMReader
297 def test_pcm(self): member in LimitedPCMReader
357 def test_pcm(self): member in PCMReaderWindow
432 def test_pcm(self): member in Sines
812 def test_pcm(self): member in PCMConverter
4467 def test_pcm(self): member in TestReplayGain
H A Dtest_formats.py329 def test_pcm(self): member in AudioFileTest
1127 def test_pcm(self): member in LosslessFileTest
1434 def test_pcm(self): member in LossyFileTest
/dports/audio/py-fmoo-audiotools/audiotools-3.0/
H A DTODO4430 - [X] BufferedPCMReader.test_pcm
6690 - [X] test_pcm
6698 - [X] test_pcm