Home
last modified time | relevance | path

Searched refs:adpcm_state (Results 1 – 25 of 72) sorted by relevance

123

/dports/comms/mgetty+sendfax/mgetty-1.1.37/voice/include/
H A Dadpcm.h7 struct adpcm_state { struct
19 void adpcm_coder ARGS((short [], char [], int, struct adpcm_state *)); argument
20 void adpcm_decoder ARGS((char [], short [], int, struct adpcm_state *));
/dports/audio/xwave/xwave2-981109/adpcm2pcm/
H A Dadpcm.h7 struct adpcm_state { struct
18 void adpcm_coder ARGS((short [], char [], int, struct adpcm_state *)); argument
19 void adpcm_decoder ARGS((char [], short [], int, struct adpcm_state *));
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A Dokim6295.h47 struct adpcm_state struct
52 void reset_adpcm(struct adpcm_state *state); argument
53 INT16 clock_adpcm(struct adpcm_state *state, UINT8 nibble);
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Dokim6295.h42 struct adpcm_state struct
47 void reset_adpcm(struct adpcm_state *state); argument
48 INT16 clock_adpcm(struct adpcm_state *state, UINT8 nibble);
H A Dupd7759.c192 INT8 adpcm_state; /* ADPCM state index */ member
258 chip->sample += upd7759_step[chip->adpcm_state][data]; in update_adpcm()
259 chip->adpcm_state += upd7759_state_table[data]; in update_adpcm()
262 if (chip->adpcm_state < 0) in update_adpcm()
263 chip->adpcm_state = 0; in update_adpcm()
264 else if (chip->adpcm_state > 15) in update_adpcm()
265 chip->adpcm_state = 15; in update_adpcm()
417 chip->adpcm_state = 0; in advance_state()
644 chip->adpcm_state = 0; in upd7759_reset()
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Dokim6295.h42 struct adpcm_state struct
47 void reset_adpcm(struct adpcm_state *state); argument
48 INT16 clock_adpcm(struct adpcm_state *state, UINT8 nibble);
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/WiimoteEmu/
H A DSpeaker.cpp109 samples[i * 2] = adpcm_yamaha_expand_nibble(adpcm_state, (data[i] >> 4) & 0xf); in SpeakerData()
110 samples[i * 2 + 1] = adpcm_yamaha_expand_nibble(adpcm_state, data[i] & 0xf); in SpeakerData()
175 adpcm_state.predictor = 0; in Reset()
176 adpcm_state.step = 127; in Reset()
181 p.Do(adpcm_state); in DoState()
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/IMA_ADPCM/
H A Dima_adpcm.c84 struct adpcm_state { struct
107 static void adpcm_coder(short indata[], char outdata[], int len, struct adpcm_state *state) in adpcm_coder() argument
300 struct adpcm_state * s_adpcm = malloc(sizeof (struct adpcm_state)); in create_codec()
316 struct adpcm_state * s_adpcm = (struct adpcm_state *)_context; in codec_encoder()
/dports/net/opal/opal-3.10.10/plugins/audio/IMA_ADPCM/
H A Dima_adpcm.c84 struct adpcm_state { struct
107 static void adpcm_coder(short indata[], char outdata[], int len, struct adpcm_state *state) in adpcm_coder() argument
300 struct adpcm_state * s_adpcm = malloc(sizeof (struct adpcm_state)); in create_codec()
316 struct adpcm_state * s_adpcm = (struct adpcm_state *)_context; in codec_encoder()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/Thumb/
H A Dasmprinter-bug.ll6 %struct.adpcm_state = type { i16, i8 }
12 @state = common global %struct.adpcm_state zeroinitializer ; <%struct.adpcm_state*> [#uses=3]
16 …oder(i16* nocapture %indata, i8* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
18 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
21 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
141 …oder(i8* nocapture %indata, i16* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
143 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
146 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
267 …ptr ([1000 x i16], [1000 x i16]* @sbuf, i32 0, i32 0), i32 %3, %struct.adpcm_state* @state) nounwi…
274 …%7 = load i16, i16* getelementptr (%struct.adpcm_state, %struct.adpcm_state* @state, i32 0, i32 0)…
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/Thumb/
H A Dasmprinter-bug.ll6 %struct.adpcm_state = type { i16, i8 }
12 @state = common global %struct.adpcm_state zeroinitializer ; <%struct.adpcm_state*> [#uses=3]
16 …oder(i16* nocapture %indata, i8* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
18 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
21 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
141 …oder(i8* nocapture %indata, i16* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
143 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
146 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
267 …ptr ([1000 x i16], [1000 x i16]* @sbuf, i32 0, i32 0), i32 %3, %struct.adpcm_state* @state) nounwi…
274 …%7 = load i16, i16* getelementptr (%struct.adpcm_state, %struct.adpcm_state* @state, i32 0, i32 0)…
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/Thumb/
H A Dasmprinter-bug.ll6 %struct.adpcm_state = type { i16, i8 }
12 @state = common global %struct.adpcm_state zeroinitializer ; <%struct.adpcm_state*> [#uses=3]
16 …oder(i16* nocapture %indata, i8* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
18 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
21 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
141 …oder(i8* nocapture %indata, i16* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
143 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
146 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
267 …ptr ([1000 x i16], [1000 x i16]* @sbuf, i32 0, i32 0), i32 %3, %struct.adpcm_state* @state) nounwi…
274 …%7 = load i16, i16* getelementptr (%struct.adpcm_state, %struct.adpcm_state* @state, i32 0, i32 0)…
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/Thumb/
H A Dasmprinter-bug.ll6 %struct.adpcm_state = type { i16, i8 }
12 @state = common global %struct.adpcm_state zeroinitializer ; <%struct.adpcm_state*> [#uses=3]
16 …oder(i16* nocapture %indata, i8* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
18 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
21 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
141 …oder(i8* nocapture %indata, i16* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
143 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
146 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
267 …ptr ([1000 x i16], [1000 x i16]* @sbuf, i32 0, i32 0), i32 %3, %struct.adpcm_state* @state) nounwi…
274 …%7 = load i16, i16* getelementptr (%struct.adpcm_state, %struct.adpcm_state* @state, i32 0, i32 0)…
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/Thumb/
H A Dasmprinter-bug.ll6 %struct.adpcm_state = type { i16, i8 }
12 @state = common global %struct.adpcm_state zeroinitializer ; <%struct.adpcm_state*> [#uses=3]
16 …oder(i16* nocapture %indata, i8* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
18 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
21 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
141 …oder(i8* nocapture %indata, i16* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
143 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
146 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
267 …ptr ([1000 x i16], [1000 x i16]* @sbuf, i32 0, i32 0), i32 %3, %struct.adpcm_state* @state) nounwi…
274 …%7 = load i16, i16* getelementptr (%struct.adpcm_state, %struct.adpcm_state* @state, i32 0, i32 0)…
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/Thumb/
H A Dasmprinter-bug.ll6 %struct.adpcm_state = type { i16, i8 }
12 @state = common global %struct.adpcm_state zeroinitializer ; <%struct.adpcm_state*> [#uses=3]
16 …oder(i16* nocapture %indata, i8* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
18 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
21 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
141 …oder(i8* nocapture %indata, i16* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
143 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
146 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
267 …ptr ([1000 x i16], [1000 x i16]* @sbuf, i32 0, i32 0), i32 %3, %struct.adpcm_state* @state) nounwi…
274 …%7 = load i16, i16* getelementptr (%struct.adpcm_state, %struct.adpcm_state* @state, i32 0, i32 0)…
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/Thumb/
H A Dasmprinter-bug.ll6 %struct.adpcm_state = type { i16, i8 }
12 @state = common global %struct.adpcm_state zeroinitializer ; <%struct.adpcm_state*> [#uses=3]
16 …oder(i16* nocapture %indata, i8* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
18 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
21 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
141 …oder(i8* nocapture %indata, i16* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
143 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
146 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
267 …ptr ([1000 x i16], [1000 x i16]* @sbuf, i32 0, i32 0), i32 %3, %struct.adpcm_state* @state) nounwi…
274 …%7 = load i16, i16* getelementptr (%struct.adpcm_state, %struct.adpcm_state* @state, i32 0, i32 0)…
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/Thumb/
H A Dasmprinter-bug.ll6 %struct.adpcm_state = type { i16, i8 }
12 @state = common global %struct.adpcm_state zeroinitializer ; <%struct.adpcm_state*> [#uses=3]
16 …oder(i16* nocapture %indata, i8* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
18 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
21 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
141 …oder(i8* nocapture %indata, i16* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
143 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
146 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
267 …ptr ([1000 x i16], [1000 x i16]* @sbuf, i32 0, i32 0), i32 %3, %struct.adpcm_state* @state) nounwi…
274 …%7 = load i16, i16* getelementptr (%struct.adpcm_state, %struct.adpcm_state* @state, i32 0, i32 0)…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/Thumb/
H A Dasmprinter-bug.ll6 %struct.adpcm_state = type { i16, i8 }
12 @state = common global %struct.adpcm_state zeroinitializer ; <%struct.adpcm_state*> [#uses=3]
16 …oder(i16* nocapture %indata, i8* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
18 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
21 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
141 …oder(i8* nocapture %indata, i16* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
143 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
146 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
267 …ptr ([1000 x i16], [1000 x i16]* @sbuf, i32 0, i32 0), i32 %3, %struct.adpcm_state* @state) nounwi…
274 …%7 = load i16, i16* getelementptr (%struct.adpcm_state, %struct.adpcm_state* @state, i32 0, i32 0)…
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/Thumb/
H A Dasmprinter-bug.ll6 %struct.adpcm_state = type { i16, i8 }
12 @state = common global %struct.adpcm_state zeroinitializer ; <%struct.adpcm_state*> [#uses=3]
16 …oder(i16* nocapture %indata, i8* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
18 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
21 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
141 …oder(i8* nocapture %indata, i16* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
143 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
146 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
267 …ptr ([1000 x i16], [1000 x i16]* @sbuf, i32 0, i32 0), i32 %3, %struct.adpcm_state* @state) nounwi…
274 …%7 = load i16, i16* getelementptr (%struct.adpcm_state, %struct.adpcm_state* @state, i32 0, i32 0)…
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/Thumb/
H A Dasmprinter-bug.ll6 %struct.adpcm_state = type { i16, i8 }
12 @state = common global %struct.adpcm_state zeroinitializer ; <%struct.adpcm_state*> [#uses=3]
16 …oder(i16* nocapture %indata, i8* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
18 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
21 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
141 …oder(i8* nocapture %indata, i16* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
143 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
146 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
267 …ptr ([1000 x i16], [1000 x i16]* @sbuf, i32 0, i32 0), i32 %3, %struct.adpcm_state* @state) nounwi…
274 …%7 = load i16, i16* getelementptr (%struct.adpcm_state, %struct.adpcm_state* @state, i32 0, i32 0)…
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/Thumb/
H A Dasmprinter-bug.ll6 %struct.adpcm_state = type { i16, i8 }
12 @state = common global %struct.adpcm_state zeroinitializer ; <%struct.adpcm_state*> [#uses=3]
16 …oder(i16* nocapture %indata, i8* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
18 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
21 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
141 …oder(i8* nocapture %indata, i16* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
143 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
146 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
267 …ptr ([1000 x i16], [1000 x i16]* @sbuf, i32 0, i32 0), i32 %3, %struct.adpcm_state* @state) nounwi…
274 …%7 = load i16, i16* getelementptr (%struct.adpcm_state, %struct.adpcm_state* @state, i32 0, i32 0)…
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/Thumb/
H A Dasmprinter-bug.ll6 %struct.adpcm_state = type { i16, i8 }
12 @state = common global %struct.adpcm_state zeroinitializer ; <%struct.adpcm_state*> [#uses=3]
16 …oder(i16* nocapture %indata, i8* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
18 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
21 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
141 …oder(i8* nocapture %indata, i16* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
143 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
146 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
267 …ptr ([1000 x i16], [1000 x i16]* @sbuf, i32 0, i32 0), i32 %3, %struct.adpcm_state* @state) nounwi…
274 …%7 = load i16, i16* getelementptr (%struct.adpcm_state, %struct.adpcm_state* @state, i32 0, i32 0)…
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/Thumb/
H A Dasmprinter-bug.ll6 %struct.adpcm_state = type { i16, i8 }
12 @state = common global %struct.adpcm_state zeroinitializer ; <%struct.adpcm_state*> [#uses=3]
16 …oder(i16* nocapture %indata, i8* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
18 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
21 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
141 …oder(i8* nocapture %indata, i16* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
143 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
146 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
267 …ptr ([1000 x i16], [1000 x i16]* @sbuf, i32 0, i32 0), i32 %3, %struct.adpcm_state* @state) nounwi…
274 …%7 = load i16, i16* getelementptr (%struct.adpcm_state, %struct.adpcm_state* @state, i32 0, i32 0)…
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/Thumb/
H A Dasmprinter-bug.ll6 %struct.adpcm_state = type { i16, i8 }
12 @state = common global %struct.adpcm_state zeroinitializer ; <%struct.adpcm_state*> [#uses=3]
16 …oder(i16* nocapture %indata, i8* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
18 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
21 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
141 …oder(i8* nocapture %indata, i16* nocapture %outdata, i32 %len, %struct.adpcm_state* nocapture %sta…
143 …%0 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 0 ; <i16*> [#uses…
146 …%3 = getelementptr %struct.adpcm_state, %struct.adpcm_state* %state, i32 0, i32 1 ; <i8*> [#uses=…
267 …ptr ([1000 x i16], [1000 x i16]* @sbuf, i32 0, i32 0), i32 %3, %struct.adpcm_state* @state) nounwi…
274 …%7 = load i16, i16* getelementptr (%struct.adpcm_state, %struct.adpcm_state* @state, i32 0, i32 0)…
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dupd7759.cpp59 INT8 adpcm_state; /* ADPCM state index */ member
102 Chip->sample += upd7759_step[Chip->adpcm_state][Data]; in UpdateAdpcm()
103 Chip->adpcm_state += upd7759_state[Data]; in UpdateAdpcm()
106 if (Chip->adpcm_state < 0) in UpdateAdpcm()
107 Chip->adpcm_state = 0; in UpdateAdpcm()
108 else if (Chip->adpcm_state > 15) in UpdateAdpcm()
109 Chip->adpcm_state = 15; in UpdateAdpcm()
228 Chip->adpcm_state = 0; in UPD7759AdvanceState()
417 Chip->adpcm_state = 0; in UPD7759Reset()
570 SCAN_VAR(Chip->adpcm_state); in UPD7759Scan()

123