Home
last modified time | relevance | path

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

/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/inflate86/
Dinffast.S317 #define out_r %edi macro
351 movl out(%esp), out_r
428 cmpl out_r, end(%esp)
624 movl out_r, %eax
631 movl out_r, from_r
636 movb %al, (out_r)
640 movb %al, 1(out_r)
641 movb %dl, 2(out_r)
642 addl $3, out_r
652 cmpl out_r, beg(%esp)
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/inflate86/
Dinffast.S317 #define out_r %edi macro
351 movl out(%esp), out_r
428 cmpl out_r, end(%esp)
624 movl out_r, %eax
631 movl out_r, from_r
636 movb %al, (out_r)
640 movb %al, 1(out_r)
641 movb %dl, 2(out_r)
642 addl $3, out_r
652 cmpl out_r, beg(%esp)
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-channel-mixer.c385 gint out_r[3] = { -1, -1, -1 }; in gst_audio_channel_mixer_fill_others() local
401 out_c, &out_has_center, out_r, &out_has_rear, in gst_audio_channel_mixer_fill_others()
433 gst_audio_channel_mixer_fill_one_other (matrix, in_c, out_r, in gst_audio_channel_mixer_fill_others()
466 gst_audio_channel_mixer_fill_one_other (matrix, in_f, out_r, in gst_audio_channel_mixer_fill_others()
490 gst_audio_channel_mixer_fill_one_other (matrix, in_s, out_r, in gst_audio_channel_mixer_fill_others()
495 gst_audio_channel_mixer_fill_one_other (matrix, in_s, out_r, in gst_audio_channel_mixer_fill_others()
505 gst_audio_channel_mixer_fill_one_other (matrix, in_s, out_r, in gst_audio_channel_mixer_fill_others()
508 gst_audio_channel_mixer_fill_one_other (matrix, in_f, out_r, in gst_audio_channel_mixer_fill_others()
512 gst_audio_channel_mixer_fill_one_other (matrix, in_c, out_r, in gst_audio_channel_mixer_fill_others()
541 gst_audio_channel_mixer_fill_one_other (matrix, in_b, out_r, in gst_audio_channel_mixer_fill_others()
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dcalf-lv2-port-groups.patch20 if (!strcmp(symbol, "out_r"))
59 - const char *out_names[] = { "out_l", "out_r" };
61 + const char *out_syms[] = { "out_l", "out_r" };
Dswh-lv2-port-groups.patch120 - <port label="out_r" dir="output" type="audio">
121 + <port label="out_r" dir="output" type="audio" group="main_out" role="rightChannel">
/third_party/gstreamer/gstplugins_good/gst/replaygain/
Drganalysis.c99 gfloat *out_r; member
302 butter_filter (ctx->step_r + pos, ctx->out_r + pos, abutter, bbutter); in apply_filters()
407 ctx->out_r = ctx->outbuf_r + MAX_ORDER; in rg_analysis_new()
697 + ctx->out_r[ctx->window_n_samples_done + i] in rg_analysis_analyze()
698 * ctx->out_r[ctx->window_n_samples_done + i]; in rg_analysis_analyze()
/third_party/pixman/pixman/
Dpixman-arm-neon-asm.h1136 .macro convert_0565_to_8888 in, out_a, out_r, out_g, out_b
1137 vshrn.u16 out_r, in, #8
1141 vsri.u8 out_r, out_r, #5
1146 .macro convert_0565_to_x888 in, out_r, out_g, out_b
1147 vshrn.u16 out_r, in, #8
1150 vsri.u8 out_r, out_r, #5
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.cpp1762 void ImGui::ColorConvertHSVtoRGB(float h, float s, float v, float& out_r, float& out_g, float& out_… in ColorConvertHSVtoRGB() argument
1767 out_r = out_g = out_b = v; in ColorConvertHSVtoRGB()
1780 case 0: out_r = v; out_g = t; out_b = p; break; in ColorConvertHSVtoRGB()
1781 case 1: out_r = q; out_g = v; out_b = p; break; in ColorConvertHSVtoRGB()
1782 case 2: out_r = p; out_g = v; out_b = t; break; in ColorConvertHSVtoRGB()
1783 case 3: out_r = p; out_g = q; out_b = v; break; in ColorConvertHSVtoRGB()
1784 case 4: out_r = t; out_g = p; out_b = v; break; in ColorConvertHSVtoRGB()
1785 case 5: default: out_r = v; out_g = p; out_b = q; break; in ColorConvertHSVtoRGB()
Dimgui.h633 …IMGUI_API void ColorConvertHSVtoRGB(float h, float s, float v, float& out_r, float& out_g…
/third_party/mesa3d/src/imgui/
Dimgui.cpp1800 void ImGui::ColorConvertHSVtoRGB(float h, float s, float v, float& out_r, float& out_g, float& out_… in ColorConvertHSVtoRGB() argument
1805 out_r = out_g = out_b = v; in ColorConvertHSVtoRGB()
1818 case 0: out_r = v; out_g = t; out_b = p; break; in ColorConvertHSVtoRGB()
1819 case 1: out_r = q; out_g = v; out_b = p; break; in ColorConvertHSVtoRGB()
1820 case 2: out_r = p; out_g = v; out_b = t; break; in ColorConvertHSVtoRGB()
1821 case 3: out_r = p; out_g = q; out_b = v; break; in ColorConvertHSVtoRGB()
1822 case 4: out_r = t; out_g = p; out_b = v; break; in ColorConvertHSVtoRGB()
1823 case 5: default: out_r = v; out_g = p; out_b = q; break; in ColorConvertHSVtoRGB()
Dimgui.h640 …IMGUI_API void ColorConvertHSVtoRGB(float h, float s, float v, float& out_r, float& out_g…
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp1883 void ImGui::ColorConvertHSVtoRGB(float h, float s, float v, float& out_r, float& out_g, float& out_… in ColorConvertHSVtoRGB() argument
1888 out_r = out_g = out_b = v; in ColorConvertHSVtoRGB()
1901 case 0: out_r = v; out_g = t; out_b = p; break; in ColorConvertHSVtoRGB()
1902 case 1: out_r = q; out_g = v; out_b = p; break; in ColorConvertHSVtoRGB()
1903 case 2: out_r = p; out_g = v; out_b = t; break; in ColorConvertHSVtoRGB()
1904 case 3: out_r = p; out_g = q; out_b = v; break; in ColorConvertHSVtoRGB()
1905 case 4: out_r = t; out_g = p; out_b = v; break; in ColorConvertHSVtoRGB()
1906 case 5: default: out_r = v; out_g = p; out_b = q; break; in ColorConvertHSVtoRGB()
Dimgui.h883 …IMGUI_API void ColorConvertHSVtoRGB(float h, float s, float v, float& out_r, float& out_g…