Home
last modified time | relevance | path

Searched refs:IT_SAMPLE_16BIT (Results 1 – 25 of 56) sorted by relevance

123

/dports/games/openomf/dumb-238f23c/dumb/src/helpers/
H A Dlpc.c191 if ( sample->flags & IT_SAMPLE_16BIT ) in dumb_it_add_lpc()
218 if ( sample->flags & IT_SAMPLE_16BIT ) in dumb_it_add_lpc()
249 if ( sample->flags & IT_SAMPLE_16BIT ) in dumb_it_add_lpc()
272 if ( sample->flags & IT_SAMPLE_16BIT ) in dumb_it_add_lpc()
310 if ( sample->flags & IT_SAMPLE_16BIT ) n *= 2; in dumb_it_add_lpc()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/dumb/dumb-kode54/src/helpers/
H A Dlpc.c191 if ( sample->flags & IT_SAMPLE_16BIT ) in dumb_it_add_lpc()
218 if ( sample->flags & IT_SAMPLE_16BIT ) in dumb_it_add_lpc()
249 if ( sample->flags & IT_SAMPLE_16BIT ) in dumb_it_add_lpc()
272 if ( sample->flags & IT_SAMPLE_16BIT ) in dumb_it_add_lpc()
310 if ( sample->flags & IT_SAMPLE_16BIT ) n *= 2; in dumb_it_add_lpc()
/dports/games/zdoom/zdoom-2.8.1/dumb/src/helpers/
H A Dlpc.c191 if ( sample->flags & IT_SAMPLE_16BIT ) in dumb_it_add_lpc()
218 if ( sample->flags & IT_SAMPLE_16BIT ) in dumb_it_add_lpc()
249 if ( sample->flags & IT_SAMPLE_16BIT ) in dumb_it_add_lpc()
272 if ( sample->flags & IT_SAMPLE_16BIT ) in dumb_it_add_lpc()
310 if ( sample->flags & IT_SAMPLE_16BIT ) n *= 2; in dumb_it_add_lpc()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/dumb/src/helpers/
H A Dlpc.c191 if ( sample->flags & IT_SAMPLE_16BIT ) in dumb_it_add_lpc()
218 if ( sample->flags & IT_SAMPLE_16BIT ) in dumb_it_add_lpc()
249 if ( sample->flags & IT_SAMPLE_16BIT ) in dumb_it_add_lpc()
272 if ( sample->flags & IT_SAMPLE_16BIT ) in dumb_it_add_lpc()
310 if ( sample->flags & IT_SAMPLE_16BIT ) n *= 2; in dumb_it_add_lpc()
/dports/audio/dumb/dumb-0.9.3/src/it/
H A Dreads3m.c100 if (flags & 4) sample->flags |= IT_SAMPLE_16BIT; in it_s3m_read_sample_header()
139 sample->data = malloc(datasize * (sample->flags & IT_SAMPLE_16BIT ? 2 : 1)); in it_s3m_read_sample_data()
144 if (sample->flags & IT_SAMPLE_16BIT) { in it_s3m_read_sample_data()
155 } else if (sample->flags & IT_SAMPLE_16BIT) in it_s3m_read_sample_data()
167 if (sample->flags & IT_SAMPLE_16BIT) in it_s3m_read_sample_data()
H A Dreadxm.c509 sample->flags |= IT_SAMPLE_16BIT; in it_xm_read_sample_header()
565 sample->data = malloc(datasize * (sample->flags & IT_SAMPLE_16BIT ? 2 : 1)); in it_xm_read_sample_data()
571 if (sample->flags & IT_SAMPLE_16BIT) in it_xm_read_sample_data()
579 dumbfile_skip(f, (sample->flags & IT_SAMPLE_16BIT) ? (2*truncated_size) : (truncated_size)); in it_xm_read_sample_data()
583 if (sample->flags & IT_SAMPLE_16BIT) in it_xm_read_sample_data()
591 dumbfile_skip(f, (sample->flags & IT_SAMPLE_16BIT) ? (2*truncated_size) : (truncated_size)); in it_xm_read_sample_data()
/dports/audio/dumb-allegro/dumb-0.9.3/src/it/
H A Dreads3m.c100 if (flags & 4) sample->flags |= IT_SAMPLE_16BIT; in it_s3m_read_sample_header()
139 sample->data = malloc(datasize * (sample->flags & IT_SAMPLE_16BIT ? 2 : 1)); in it_s3m_read_sample_data()
144 if (sample->flags & IT_SAMPLE_16BIT) { in it_s3m_read_sample_data()
155 } else if (sample->flags & IT_SAMPLE_16BIT) in it_s3m_read_sample_data()
167 if (sample->flags & IT_SAMPLE_16BIT) in it_s3m_read_sample_data()
H A Dreadxm.c509 sample->flags |= IT_SAMPLE_16BIT; in it_xm_read_sample_header()
565 sample->data = malloc(datasize * (sample->flags & IT_SAMPLE_16BIT ? 2 : 1)); in it_xm_read_sample_data()
571 if (sample->flags & IT_SAMPLE_16BIT) in it_xm_read_sample_data()
579 dumbfile_skip(f, (sample->flags & IT_SAMPLE_16BIT) ? (2*truncated_size) : (truncated_size)); in it_xm_read_sample_data()
583 if (sample->flags & IT_SAMPLE_16BIT) in it_xm_read_sample_data()
591 dumbfile_skip(f, (sample->flags & IT_SAMPLE_16BIT) ? (2*truncated_size) : (truncated_size)); in it_xm_read_sample_data()
/dports/games/openomf/dumb-238f23c/dumb/src/it/
H A Dreads3m.c105 sample->flags |= IT_SAMPLE_16BIT; in it_s3m_read_sample_header()
152 sample->data = malloc(datasize * (sample->flags & IT_SAMPLE_16BIT ? 2 : 1)); in it_s3m_read_sample_data()
161 if (sample->flags & IT_SAMPLE_16BIT) { in it_s3m_read_sample_data()
172 } else if (sample->flags & IT_SAMPLE_16BIT) in it_s3m_read_sample_data()
184 if (sample->flags & IT_SAMPLE_16BIT) in it_s3m_read_sample_data()
H A Dreadptm.c77 sample->flags |= IT_SAMPLE_16BIT; in it_ptm_read_sample_header()
124 sample->data = malloc(sample->length * (sample->flags & IT_SAMPLE_16BIT ? 2 : 1)); in it_ptm_read_sample_data()
130 if (sample->flags & IT_SAMPLE_16BIT) { in it_ptm_read_sample_data()
H A Dreadxm.c704 sample->flags |= IT_SAMPLE_16BIT; in it_xm_read_sample_header()
760 sample->data = malloc(datasize * (sample->flags & IT_SAMPLE_16BIT ? 2 : 1)); in it_xm_read_sample_data()
774 if (sample->flags & IT_SAMPLE_16BIT) in it_xm_read_sample_data()
783 dumbfile_skip(f, (sample->flags & IT_SAMPLE_16BIT) ? (2*truncated_size) : (truncated_size)); in it_xm_read_sample_data()
787 if (sample->flags & IT_SAMPLE_16BIT) in it_xm_read_sample_data()
795 dumbfile_skip(f, (sample->flags & IT_SAMPLE_16BIT) ? (2*truncated_size) : (truncated_size)); in it_xm_read_sample_data()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/dumb/dumb-kode54/src/it/
H A Dreads3m.c105 sample->flags |= IT_SAMPLE_16BIT; in it_s3m_read_sample_header()
152 sample->data = malloc(datasize * (sample->flags & IT_SAMPLE_16BIT ? 2 : 1)); in it_s3m_read_sample_data()
161 if (sample->flags & IT_SAMPLE_16BIT) { in it_s3m_read_sample_data()
172 } else if (sample->flags & IT_SAMPLE_16BIT) in it_s3m_read_sample_data()
184 if (sample->flags & IT_SAMPLE_16BIT) in it_s3m_read_sample_data()
H A Dreadptm.c77 sample->flags |= IT_SAMPLE_16BIT; in it_ptm_read_sample_header()
124 sample->data = malloc(sample->length * (sample->flags & IT_SAMPLE_16BIT ? 2 : 1)); in it_ptm_read_sample_data()
130 if (sample->flags & IT_SAMPLE_16BIT) { in it_ptm_read_sample_data()
H A Dreadxm.c704 sample->flags |= IT_SAMPLE_16BIT; in it_xm_read_sample_header()
760 sample->data = malloc(datasize * (sample->flags & IT_SAMPLE_16BIT ? 2 : 1)); in it_xm_read_sample_data()
774 if (sample->flags & IT_SAMPLE_16BIT) in it_xm_read_sample_data()
783 dumbfile_skip(f, (sample->flags & IT_SAMPLE_16BIT) ? (2*truncated_size) : (truncated_size)); in it_xm_read_sample_data()
787 if (sample->flags & IT_SAMPLE_16BIT) in it_xm_read_sample_data()
795 dumbfile_skip(f, (sample->flags & IT_SAMPLE_16BIT) ? (2*truncated_size) : (truncated_size)); in it_xm_read_sample_data()
H A Ditread.c652 sample->data = malloc(datasize * ((sample->flags & IT_SAMPLE_16BIT) ? 2 : 1)); in it_read_sample_data()
656 if (!(sample->flags & IT_SAMPLE_16BIT) && (convert == 0xFF)) { in it_read_sample_data()
665 if (sample->flags & IT_SAMPLE_16BIT) { in it_read_sample_data()
673 if (sample->flags & IT_SAMPLE_16BIT) in it_read_sample_data()
678 } else if (sample->flags & IT_SAMPLE_16BIT) { in it_read_sample_data()
715 if (sample->flags & IT_SAMPLE_16BIT) in it_read_sample_data()
/dports/games/zdoom/zdoom-2.8.1/dumb/src/it/
H A Dreads3m.c105 sample->flags |= IT_SAMPLE_16BIT; in it_s3m_read_sample_header()
152 sample->data = malloc(datasize * (sample->flags & IT_SAMPLE_16BIT ? 2 : 1)); in it_s3m_read_sample_data()
161 if (sample->flags & IT_SAMPLE_16BIT) { in it_s3m_read_sample_data()
172 } else if (sample->flags & IT_SAMPLE_16BIT) in it_s3m_read_sample_data()
184 if (sample->flags & IT_SAMPLE_16BIT) in it_s3m_read_sample_data()
H A Dreadxm.c708 sample->flags |= IT_SAMPLE_16BIT; in it_xm_read_sample_header()
732 if (sample->flags & IT_SAMPLE_16BIT) { in it_xm_fixup_sample_points()
815 if (!(sample->flags & IT_SAMPLE_16BIT)) in it_xm_read_sample_data()
839 if (!(sample->flags & IT_SAMPLE_16BIT)) in it_xm_read_sample_data()
841 sample->flags |= IT_SAMPLE_16BIT; in it_xm_read_sample_data()
864 void *ibuffer = malloc(sample->length << ((sample->flags & IT_SAMPLE_16BIT) ? 2 : 1)); in it_xm_read_sample_data()
870 else if (sample->flags & IT_SAMPLE_16BIT) in it_xm_read_sample_data()
894 if (sample->flags & IT_SAMPLE_16BIT) in it_xm_read_sample_data()
H A Dreadptm.c77 sample->flags |= IT_SAMPLE_16BIT; in it_ptm_read_sample_header()
124 sample->data = malloc(sample->length * (sample->flags & IT_SAMPLE_16BIT ? 2 : 1)); in it_ptm_read_sample_data()
130 if (sample->flags & IT_SAMPLE_16BIT) { in it_ptm_read_sample_data()
H A Ditread.c652 sample->data = malloc(datasize * (sample->flags & IT_SAMPLE_16BIT ? 2 : 1)); in it_read_sample_data()
656 if (!(sample->flags & IT_SAMPLE_16BIT) && (convert == 0xFF)) { in it_read_sample_data()
665 if (sample->flags & IT_SAMPLE_16BIT) { in it_read_sample_data()
673 if (sample->flags & IT_SAMPLE_16BIT) in it_read_sample_data()
678 } else if (sample->flags & IT_SAMPLE_16BIT) { in it_read_sample_data()
715 if (sample->flags & IT_SAMPLE_16BIT) in it_read_sample_data()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/dumb/src/it/
H A Dreads3m.c105 sample->flags |= IT_SAMPLE_16BIT; in it_s3m_read_sample_header()
152 sample->data = malloc(datasize * (sample->flags & IT_SAMPLE_16BIT ? 2 : 1)); in it_s3m_read_sample_data()
161 if (sample->flags & IT_SAMPLE_16BIT) { in it_s3m_read_sample_data()
172 } else if (sample->flags & IT_SAMPLE_16BIT) in it_s3m_read_sample_data()
184 if (sample->flags & IT_SAMPLE_16BIT) in it_s3m_read_sample_data()
H A Dreadxm.c708 sample->flags |= IT_SAMPLE_16BIT; in it_xm_read_sample_header()
732 if (sample->flags & IT_SAMPLE_16BIT) { in it_xm_fixup_sample_points()
815 if (!(sample->flags & IT_SAMPLE_16BIT)) in it_xm_read_sample_data()
839 if (!(sample->flags & IT_SAMPLE_16BIT)) in it_xm_read_sample_data()
841 sample->flags |= IT_SAMPLE_16BIT; in it_xm_read_sample_data()
864 void *ibuffer = malloc(sample->length << ((sample->flags & IT_SAMPLE_16BIT) ? 2 : 1)); in it_xm_read_sample_data()
870 else if (sample->flags & IT_SAMPLE_16BIT) in it_xm_read_sample_data()
894 if (sample->flags & IT_SAMPLE_16BIT) in it_xm_read_sample_data()
H A Dreadptm.c77 sample->flags |= IT_SAMPLE_16BIT; in it_ptm_read_sample_header()
124 sample->data = malloc(sample->length * (sample->flags & IT_SAMPLE_16BIT ? 2 : 1)); in it_ptm_read_sample_data()
130 if (sample->flags & IT_SAMPLE_16BIT) { in it_ptm_read_sample_data()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/dumb-0.9.2/it/
H A Dreadxm.c502 sample->flags |= IT_SAMPLE_16BIT; in it_xm_read_sample_header()
565 if (sample->flags & IT_SAMPLE_16BIT) { in it_xm_read_sample_data()
578 dumbfile_skip(f, (sample->flags & IT_SAMPLE_16BIT) ? (2*truncated_size) : (truncated_size)); in it_xm_read_sample_data()
582 if (sample->flags & IT_SAMPLE_16BIT) { in it_xm_read_sample_data()
594 dumbfile_skip(f, (sample->flags & IT_SAMPLE_16BIT) ? (2*truncated_size) : (truncated_size)); in it_xm_read_sample_data()
H A Dreads3m.c97 if (flags & 4) sample->flags |= IT_SAMPLE_16BIT; in it_s3m_read_sample_header()
144 if (sample->flags & IT_SAMPLE_16BIT) { in it_s3m_read_sample_data()
155 } else if (sample->flags & IT_SAMPLE_16BIT) in it_s3m_read_sample_data()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/dumb/
H A Dcdumb.c489 if (sample->flags & IT_SAMPLE_16BIT) in open_module()
534 if (sample->flags & IT_SAMPLE_16BIT) in open_module()
608 if (sample->flags & IT_SAMPLE_16BIT) in open_module()
654 if (sample->flags & IT_SAMPLE_16BIT) in open_module()
698 if (sample->flags & IT_SAMPLE_16BIT) in open_module()

123