Home
last modified time | relevance | path

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

/dports/devel/raylib/raylib-3.7.0/src/external/
H A Djar_xm.h443 float end_of_previous_sample_right[jar_xm_SAMPLE_RAMPING_POINTS]; member
1974 …ch->end_of_previous_sample_right[previous] = jar_xm_LERP(ch->end_of_previous_sample_right[ch->fram… in jar_xm_next_of_sample()
1977 …ch->curr_right = jar_xm_LERP(ch->end_of_previous_sample_right[ch->frame_count], ch->curr_right, (f… in jar_xm_next_of_sample()
2088 …ch->end_of_previous_sample_right[previous] = jar_xm_LERP(ch->end_of_previous_sample_right[ch->fram… in jar_xm_next_of_sample()
2091 …ch->curr_right = jar_xm_LERP(ch->end_of_previous_sample_right[ch->frame_count], endval_right, (flo… in jar_xm_next_of_sample()
2098 ch->end_of_previous_sample_right[previous] = endval_right; in jar_xm_next_of_sample()