Home
last modified time | relevance | path

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

/dports/devel/raylib/raylib-3.7.0/src/external/
H A Djar_xm.h442 float end_of_previous_sample_left[jar_xm_SAMPLE_RAMPING_POINTS]; member
1973 …ch->end_of_previous_sample_left[previous] = jar_xm_LERP(ch->end_of_previous_sample_left[ch->frame_… in jar_xm_next_of_sample()
1976 …ch->curr_left = jar_xm_LERP(ch->end_of_previous_sample_left[ch->frame_count], ch->curr_left, (floa… in jar_xm_next_of_sample()
2087 …ch->end_of_previous_sample_left[previous] = jar_xm_LERP(ch->end_of_previous_sample_left[ch->frame_… in jar_xm_next_of_sample()
2090 …ch->curr_left = jar_xm_LERP(ch->end_of_previous_sample_left[ch->frame_count], endval_left, (float)… in jar_xm_next_of_sample()
2097 ch->end_of_previous_sample_left[previous] = endval_left; in jar_xm_next_of_sample()