Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/monoscope/
Dconvolve.c184 double *s_left, *s_right; in convolve_run() local
191 s_left = scratch + size * 3; in convolve_run()
201 s_left[i + size] = r; in convolve_run()
202 s_left[i] = l; in convolve_run()
218 top[0].v.left = s_left; in convolve_run()