Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler-macros.h69 gint ostride = resampler->ostride; \
76 type *op = ostride == 1 ? out[c] : (type *)out[0] + c; \
90 op += ostride; \
Daudio-resampler-private.h64 gint ostride; member
Daudio-resampler.c1406 resampler->ostride = non_interleaved_out ? 1 : resampler->channels; in gst_audio_resampler_new()
/third_party/ffmpeg/libavcodec/
Dcfhddsp.c81 static void horiz_filter(int16_t *output, ptrdiff_t ostride, in horiz_filter() argument
90 output += ostride * 2; in horiz_filter()
/third_party/gstreamer/gstplugins_bad/gst/y4m/
Dgsty4mdec.c690 gint w, h, istride, ostride; in gst_y4m_dec_chain() local
709 ostride = GST_VIDEO_FRAME_COMP_STRIDE (&oframe, i); in gst_y4m_dec_chain()
716 dest += ostride; in gst_y4m_dec_chain()
/third_party/ffmpeg/libavcodec/x86/
Dcfhddsp.asm53 cglobal cfhd_horiz_filter, 8, 11, 12, output, ostride, low, lwidth, high, hwidth, width, height, x,…
307 cglobal cfhd_vert_filter, 8, 11, 14, output, ostride, low, lwidth, high, hwidth, width, height, x, …