Home
last modified time | relevance | path

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

/dports/comms/xdemorse/xdemorse-3.6.5/src/
H A Dfilters.c204 yn0 = filter_data->samples_buf[buf_idx] * filter_data->a[0]; in DSP_Filter()
229 filter_data->samples_buf[buf_idx]; in DSP_Filter()
232 filter_data->samples_buf[buf_idx] = yn0; in DSP_Filter()
H A Dperseus.c201 demod_filter_data_i.samples_buf = demod_buf_i; in Demodulate_CW()
211 demod_filter_data_q.samples_buf = demod_buf_q; in Demodulate_CW()
H A Dcommon.h126 double *samples_buf; member
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmpegaudioenc_template.c56 short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */ member
336 s->samples_buf[ch][offset + (31 - i)] = samples[0]; in filter()
341 p = s->samples_buf[ch] + offset; in filter()
368 memmove(s->samples_buf[ch] + SAMPLES_BUF_SIZE - (512 - 32), in filter()
369 s->samples_buf[ch], (512 - 32) * 2); in filter()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmpegaudioenc_template.c56 short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */ member
336 s->samples_buf[ch][offset + (31 - i)] = samples[0]; in filter()
341 p = s->samples_buf[ch] + offset; in filter()
368 memmove(s->samples_buf[ch] + SAMPLES_BUF_SIZE - (512 - 32), in filter()
369 s->samples_buf[ch], (512 - 32) * 2); in filter()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dmpegaudioenc.c48 short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */ member
327 s->samples_buf[ch][offset + (31 - i)] = samples[0]; in filter()
332 p = s->samples_buf[ch] + offset; in filter()
359 memmove(s->samples_buf[ch] + SAMPLES_BUF_SIZE - (512 - 32), in filter()
360 s->samples_buf[ch], (512 - 32) * 2); in filter()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmpegaudioenc_template.c56 short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */ member
336 s->samples_buf[ch][offset + (31 - i)] = samples[0]; in filter()
341 p = s->samples_buf[ch] + offset; in filter()
368 memmove(s->samples_buf[ch] + SAMPLES_BUF_SIZE - (512 - 32), in filter()
369 s->samples_buf[ch], (512 - 32) * 2); in filter()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmpegaudioenc_template.c56 short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */ member
336 s->samples_buf[ch][offset + (31 - i)] = samples[0]; in filter()
341 p = s->samples_buf[ch] + offset; in filter()
368 memmove(s->samples_buf[ch] + SAMPLES_BUF_SIZE - (512 - 32), in filter()
369 s->samples_buf[ch], (512 - 32) * 2); in filter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dmpegaudioenc_template.c56 short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */ member
336 s->samples_buf[ch][offset + (31 - i)] = samples[0]; in filter()
341 p = s->samples_buf[ch] + offset; in filter()
368 memmove(s->samples_buf[ch] + SAMPLES_BUF_SIZE - (512 - 32), in filter()
369 s->samples_buf[ch], (512 - 32) * 2); in filter()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dmpegaudioenc_template.c56 short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */ member
336 s->samples_buf[ch][offset + (31 - i)] = samples[0]; in filter()
341 p = s->samples_buf[ch] + offset; in filter()
368 memmove(s->samples_buf[ch] + SAMPLES_BUF_SIZE - (512 - 32), in filter()
369 s->samples_buf[ch], (512 - 32) * 2); in filter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmpegaudioenc_template.c56 short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */ member
336 s->samples_buf[ch][offset + (31 - i)] = samples[0]; in filter()
341 p = s->samples_buf[ch] + offset; in filter()
368 memmove(s->samples_buf[ch] + SAMPLES_BUF_SIZE - (512 - 32), in filter()
369 s->samples_buf[ch], (512 - 32) * 2); in filter()
/dports/multimedia/spook/spook-20050207/
H A Dmpegaudio.c591 s->samples_buf[ch][offset + (31 - i)] = be2me_16(samples[0]); in filter()
596 p = s->samples_buf[ch] + offset; in filter()
623 memmove(s->samples_buf[ch] + SAMPLES_BUF_SIZE - (512 - 32), in filter()
624 s->samples_buf[ch], (512 - 32) * 2); in filter()
H A Dmpegaudio.h479 short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */ member
/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.c28546 float *samples_buf = NULL; in audio_driver_init_internal() local
28697 samples_buf = (float*)memalign_alloc(64, outsamples_max * sizeof(float)); in audio_driver_init_internal()
28699 retro_assert(samples_buf != NULL); in audio_driver_init_internal()
28701 if (!samples_buf) in audio_driver_init_internal()
28704 p_rarch->audio_driver_output_samples_buf = (float*)samples_buf; in audio_driver_init_internal()
28953 static int16_t samples_buf[1024] = {0}; in audio_driver_menu_sample() local
28972 ffemu_data.data = samples_buf; in audio_driver_menu_sample()
28983 samples_buf, in audio_driver_menu_sample()
28995 ffemu_data.data = samples_buf; in audio_driver_menu_sample()
29006 samples_buf, in audio_driver_menu_sample()