Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler-macros.h33 gint *samp_index, gint *samp_phase, type icoeff[4])
44 gint *samp_index, gint *samp_phase, type icoeff[4]) \
71 gint samp_index = 0; \
78 samp_index = resampler->samp_index; \
84 ipp = &ip[samp_index * channels]; \
87 (resampler, &samp_index, &samp_phase, icoeff); \
92 if (in_len > samp_index) \
93 memmove (ip, &ip[samp_index * channels], \
94 (in_len - samp_index) * sizeof(type) * channels); \
96 *consumed = samp_index - resampler->samp_index; \
[all …]
Daudio-resampler.c486 gint *samp_index, gint *samp_phase, type icoeff[4]) \
489 *samp_index += resampler->samp_inc; \
493 *samp_index += 1; \
558 *samp_index += resampler->samp_inc; \
562 *samp_index += 1; \
587 *samp_index += resampler->samp_inc; \
591 *samp_index += 1; \
1217 gint samp_index = 0, samp_phase = i; \
1219 taps = get_taps_##type##_full (resampler, &samp_index,\
1486 resampler->samp_index = 0; in gst_audio_resampler_reset()
[all …]
Daudio-resampler-private.h103 gint samp_index; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_nir_lower_tex_src_plane.c139 int samp_index = nir_tex_instr_src_index(tex, nir_tex_src_sampler_deref); in lower_tex_src_plane_block() local
140 if (tex_index >= 0 && samp_index >= 0) { in lower_tex_src_plane_block()
153 &tex->src[samp_index].src, in lower_tex_src_plane_block()