/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Sound-Effects/src/ |
H A D | applet-sound.c | 282 int24 sample24, *psample; in cd_sound_load_sound_file() local 287 sample24 = *psample; in cd_sound_load_sound_file() 288 sample = (sample24.a<<16) + (sample24.b<<8) + sample24.c; in cd_sound_load_sound_file() 290 sample24.a = (sample & 0x00FF0000) >> 16; in cd_sound_load_sound_file() 291 sample24.b = (sample & 0x0000FF00) >> 8; in cd_sound_load_sound_file() 292 sample24.c = sample & 0x000000FF; in cd_sound_load_sound_file() 293 *psample = sample24; in cd_sound_load_sound_file()
|
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/audio/ |
H A D | upmix.c | 212 int32_t sample24; in upmix_frames_2to51_any_to_float() local 237 sample24 = (src8[src_frame] << 24) | (src8[src_frame+1] << 16) | ( src8[src_frame+2] << 8); in upmix_frames_2to51_any_to_float() 239 sample24 = (src8[src_frame] << 8) | (src8[src_frame+1] << 16) | ( src8[src_frame+2] << 24); in upmix_frames_2to51_any_to_float() 241 left = (1.0/INT32_MAX)*((float)sample24); in upmix_frames_2to51_any_to_float() 243 sample24 = (src8[src_frame+3] << 24) | (src8[src_frame+4] << 16) | ( src8[src_frame+5] << 8); in upmix_frames_2to51_any_to_float() 245 sample24 = (src8[src_frame+3] << 8) | (src8[src_frame+4] << 16) | ( src8[src_frame+5] << 24); in upmix_frames_2to51_any_to_float() 247 right = (1.0/INT32_MAX)*((float)sample24); in upmix_frames_2to51_any_to_float()
|
/dports/audio/ocp/ocp-0.2.90/playym/stsoundlib/ |
H A D | digidrum.cpp | 1972 static ymu8 sample24[230]={ 2580 sample24,sample25,sample26,sample27,sample28,sample29,sample30,sample31,
|
/dports/audio/stymulator/STYMulator-0.21a/src/stsoundlib/ |
H A D | digidrum.cpp | 1965 static ymu8 sample24[230]={ variable 2573 sample24,sample25,sample26,sample27,sample28,sample29,sample30,sample31,
|
/dports/biology/bamutil/bamUtil-1.0.15/test/testFiles/ |
H A D | sortedSam2.sam | 7 @RG ID:myID2 SM:sample24 LB:library2
|
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/ |
H A D | apedec.c | 1416 int32_t *sample24; in ape_decode_frame() local 1544 sample24 = (int32_t *)frame->data[ch]; in ape_decode_frame() 1546 *sample24++ = s->decoded[ch][i] << 8; in ape_decode_frame()
|
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/ |
H A D | apedec.c | 1468 int32_t *sample24; in ape_decode_frame() local 1602 sample24 = (int32_t *)frame->data[ch]; in ape_decode_frame() 1604 *sample24++ = s->decoded[ch][i] * 256U; in ape_decode_frame()
|
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/ |
H A D | apedec.c | 1412 int32_t *sample24; in ape_decode_frame() local 1542 sample24 = (int32_t *)frame->data[ch]; in ape_decode_frame() 1544 *sample24++ = s->decoded[ch][i] << 8; in ape_decode_frame()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/ |
H A D | apedec.c | 1422 int32_t *sample24; in ape_decode_frame() local 1556 sample24 = (int32_t *)frame->data[ch]; in ape_decode_frame() 1558 *sample24++ = s->decoded[ch][i] * 256; in ape_decode_frame()
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/ |
H A D | apedec.c | 1416 int32_t *sample24; in ape_decode_frame() local 1544 sample24 = (int32_t *)frame->data[ch]; in ape_decode_frame() 1546 *sample24++ = s->decoded[ch][i] << 8; in ape_decode_frame()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/ |
H A D | apedec.c | 1436 int32_t *sample24; in ape_decode_frame() local 1570 sample24 = (int32_t *)frame->data[ch]; in ape_decode_frame() 1572 *sample24++ = s->decoded[ch][i] * 256U; in ape_decode_frame()
|
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/ |
H A D | apedec.c | 1468 int32_t *sample24; in ape_decode_frame() local 1602 sample24 = (int32_t *)frame->data[ch]; in ape_decode_frame() 1604 *sample24++ = s->decoded[ch][i] * 256U; in ape_decode_frame()
|
/dports/audio/libinstpatch/libinstpatch-1.1.6/ |
H A D | ChangeLog | 360 * libinstpatch/IpatchSF2File.c: Addition of sample24-pos property and
|