Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/ppc/
Daudiodsp.c44 int32_t ires; in scalarproduct_int16_altivec() local
54 vec_ste(res, 0, &ires); in scalarproduct_int16_altivec()
56 return ires; in scalarproduct_int16_altivec()
69 int32_t ires; in scalarproduct_int16_vsx() local
79 vec_ste(res, 0, &ires); in scalarproduct_int16_vsx()
81 return ires; in scalarproduct_int16_vsx()
Dlossless_audiodsp_altivec.c60 int32_t ires; in scalarproduct_and_madd_int16_altivec() local
77 vec_ste(res, 0, &ires); in scalarproduct_and_madd_int16_altivec()
79 return ires; in scalarproduct_and_madd_int16_altivec()
/third_party/ffmpeg/libavfilter/
Daf_superequalizer.c48 float *ires, *irest; member
148 s->ires = av_calloc(s->tabsize, sizeof(float)); in equ_init()
180 nires = s->ires; in make_fir()
190 const float *ires = s->ires; in filter_frame() local
214 fsamples[0] = ires[0] * fsamples[0]; in filter_frame()
215 fsamples[1] = ires[1] * fsamples[1]; in filter_frame()
219 re = ires[i*2 ] * fsamples[i*2] - ires[i*2+1] * fsamples[i*2+1]; in filter_frame()
220 im = ires[i*2+1] * fsamples[i*2] + ires[i*2 ] * fsamples[i*2+1]; in filter_frame()
326 av_freep(&s->ires); in uninit()
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/comp/
Dglsl.std450.fxconly.comp7 int ires;
31 ires = abs(s32.x);
33 ires = sign(s32.x);
88 ires = min(s32.x, s32.y);
91 ires = max(s32.x, s32.y);
95 ires = clamp(s32.x, s32.y, s32.z);
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/
Dglsl.std450.comp7 int ires;
31 ires = abs(s32.x);
33 ires = sign(s32.x);
88 ires = min(s32.x, s32.y);
91 ires = max(s32.x, s32.y);
95 ires = clamp(s32.x, s32.y, s32.z);
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/comp/
Dglsl.std450.comp7 int ires;
31 ires = abs(s32.x);
33 ires = sign(s32.x);
88 ires = min(s32.x, s32.y);
91 ires = max(s32.x, s32.y);
95 ires = clamp(s32.x, s32.y, s32.z);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/
Dglsl.std450.comp13 int ires;
29 _19.ires = abs(_19.s32.x);
31 _19.ires = sign(_19.s32.x);
81 _19.ires = min(_19.s32.x, _19.s32.y);
84 _19.ires = max(_19.s32.x, _19.s32.y);
87 _19.ires = clamp(_19.s32.x, _19.s32.y, _19.s32.z);
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0rmixer.c250 GstIteratorResult ires; in gst_frei0r_mixer_src_query_duration() local
253 ires = gst_iterator_next (it, &item); in gst_frei0r_mixer_src_query_duration()
254 switch (ires) { in gst_frei0r_mixer_src_query_duration()
323 GstIteratorResult ires; in gst_frei0r_mixer_src_query_latency() local
326 ires = gst_iterator_next (it, &item); in gst_frei0r_mixer_src_query_latency()
327 switch (ires) { in gst_frei0r_mixer_src_query_latency()
/third_party/glfw/deps/
Dtinycthread.c447 int ires = 0; in thrd_join()
454 ires = *(int*)pres; in thrd_join()
459 *res = ires; in thrd_join()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/comp/
Dglsl.std450.comp11 int ires;
206 _19.ires = abs(((device int*)&_19.s32)[0u]);
208 _19.ires = sign(((device int*)&_19.s32)[0u]);
258 _19.ires = min(((device int*)&_19.s32)[0u], ((device int*)&_19.s32)[1u]);
261 _19.ires = max(((device int*)&_19.s32)[0u], ((device int*)&_19.s32)[1u]);
264 …_19.ires = clamp(((device int*)&_19.s32)[0u], ((device int*)&_19.s32)[1u], ((device int*)&_19.s32)…
/third_party/gstreamer/gstplugins_base/gst/adder/
Dgstadder.c447 GstIteratorResult ires; in gst_adder_query_duration() local
449 ires = gst_iterator_next (it, &item); in gst_adder_query_duration()
450 switch (ires) { in gst_adder_query_duration()
592 GstIteratorResult ires; in forward_event() local
606 ires = in forward_event()
609 switch (ires) { in forward_event()
/third_party/gstreamer/gstreamer/gst/
Dgstbin.c1117 GstIteratorResult ires; in gst_bin_do_deep_add_remove() local
1124 ires = gst_iterator_foreach (it, bin_deep_iterator_foreach, &elements); in gst_bin_do_deep_add_remove()
1125 if (ires != GST_ITERATOR_DONE) { in gst_bin_do_deep_add_remove()
1129 if (ires == GST_ITERATOR_RESYNC) in gst_bin_do_deep_add_remove()
1131 } while (ires == GST_ITERATOR_RESYNC); in gst_bin_do_deep_add_remove()
1132 if (ires != GST_ITERATOR_ERROR) { in gst_bin_do_deep_add_remove()
2645 GstIteratorResult ires; in iterator_activate_fold_with_resync() local
2653 ires = gst_iterator_fold (iter, (GstIteratorFoldFunction) activate_pads, in iterator_activate_fold_with_resync()
2655 switch (ires) { in iterator_activate_fold_with_resync()
4238 GstIteratorResult ires; in bin_iterate_fold() local
[all …]
Dgstelement.c3187 GstIteratorResult ires; in iterator_activate_fold_with_resync() local
3195 ires = gst_iterator_fold (iter, func, &ret, user_data); in iterator_activate_fold_with_resync()
3196 switch (ires) { in iterator_activate_fold_with_resync()
/third_party/gstreamer/gstplugins_good/gst/interleave/
Dinterleave.c985 GstIteratorResult ires; in gst_interleave_src_query_duration() local
989 ires = gst_iterator_next (it, &item); in gst_interleave_src_query_duration()
990 switch (ires) { in gst_interleave_src_query_duration()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsninputselector.c1608 GstIteratorResult ires; in gst_input_selector_activate_sinkpad() local
1610 while ((ires = gst_iterator_next (iter, &item)) == GST_ITERATOR_RESYNC) in gst_input_selector_activate_sinkpad()
1612 if (ires == GST_ITERATOR_OK) { in gst_input_selector_activate_sinkpad()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstinputselector.c1812 GstIteratorResult ires; in gst_input_selector_get_active_sinkpad() local
1814 while ((ires = gst_iterator_next (iter, &item)) == GST_ITERATOR_RESYNC) in gst_input_selector_get_active_sinkpad()
1816 if (ires == GST_ITERATOR_OK) { in gst_input_selector_get_active_sinkpad()
/third_party/alsa-lib/include/sound/uapi/
Dasound.h414 struct snd_interval ires[9]; /* reserved intervals */ member
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturidecodebin.c3098 GstIteratorResult ires; in gst_uri_decode_bin_query() local
3100 ires = gst_iterator_fold (iter, fold_func, &ret, &fold_data); in gst_uri_decode_bin_query()
3102 switch (ires) { in gst_uri_decode_bin_query()
Dgsturisourcebin.c2886 GstIteratorResult ires; in gst_uri_source_bin_query() local
2888 ires = gst_iterator_fold (iter, fold_func, &ret, &fold_data); in gst_uri_source_bin_query()
2890 switch (ires) { in gst_uri_source_bin_query()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioaggregator.c1493 GstIteratorResult ires; in gst_audio_aggregator_query_duration() local
1495 ires = gst_iterator_next (it, &item); in gst_audio_aggregator_query_duration()
1496 switch (ires) { in gst_audio_aggregator_query_duration()
/third_party/python/Objects/
Dunicodeobject.c11055 Py_ssize_t n, i, j, ires; in replace() local
11113 ires = i = 0; in replace()
11124 memcpy(res + rkind * ires, in replace()
11127 ires += j - i; in replace()
11131 memcpy(res + rkind * ires, in replace()
11134 ires += len2; in replace()
11140 memcpy(res + rkind * ires, in replace()
11147 memcpy(res + rkind * ires, in replace()
11150 ires += len2; in replace()
11153 memcpy(res + rkind * ires, in replace()
[all …]
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi63110 …<var-decl name="ires" type-id="3871823f" visibility="default" filepath="include/uapi/sound/asound.…
Dtest-PR27569-v0.abi63096 …<var-decl name="ires" type-id="3871823f" visibility="default" filepath="include/uapi/sound/asound.…