Home
last modified time | relevance | path

Searched refs:pitcht (Results 1 – 25 of 71) sorted by relevance

123

/dports/emulators/vice/vice-3.5/src/video/
H A Dvideo-render-crt.c60 int yt, int pitchs, int pitcht, int depth, in video_render_crt_main() argument
91 xs, ys, xt, yt, pitchs, pitcht); in video_render_crt_main()
95 xs, ys, xt, yt, pitchs, pitcht); in video_render_crt_main()
99 xs, ys, xt, yt, pitchs, pitcht); in video_render_crt_main()
106 xs, ys, xt, yt, pitchs, pitcht); in video_render_crt_main()
110 xs, ys, xt, yt, pitchs, pitcht); in video_render_crt_main()
114 xs, ys, xt, yt, pitchs, pitcht); in video_render_crt_main()
118 xs, ys, xt, yt, pitchs, pitcht); in video_render_crt_main()
128 xs, ys, xt, yt, pitchs, pitcht, in video_render_crt_main()
133 xs, ys, xt, yt, pitchs, pitcht, in video_render_crt_main()
[all …]
H A Dvideo-render-pal.c53 int yt, int pitchs, int pitcht, int depth, in video_render_pal_main() argument
104 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
108 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
120 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
124 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
128 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
132 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
183 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
187 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
191 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
[all …]
H A Dvideo-render-2x2.c42 const unsigned int pitcht, in video_render_2x2_main() argument
56 xs, ys, xt, yt, pitchs, pitcht); in video_render_2x2_main()
60 xs, ys, xt, yt, pitchs, pitcht); in video_render_2x2_main()
64 xs, ys, xt, yt, pitchs, pitcht); in video_render_2x2_main()
68 xs, ys, xt, yt, pitchs, pitcht); in video_render_2x2_main()
75 xs, ys, xt, yt, pitchs, pitcht, doublescan, config); in video_render_2x2_main()
79 xs, ys, xt, yt, pitchs, pitcht, doublescan, config); in video_render_2x2_main()
83 xs, ys, xt, yt, pitchs, pitcht, doublescan, config); in video_render_2x2_main()
87 xs, ys, xt, yt, pitchs, pitcht, doublescan, config); in video_render_2x2_main()
H A Drender2x2.h40 const unsigned int pitcht,
49 const unsigned int pitcht,
58 const unsigned int pitcht,
67 const unsigned int pitcht,
77 const unsigned int pitcht,
85 const unsigned int pitcht,
93 const unsigned int pitcht,
101 const unsigned int pitcht,
H A Dvideo-render.c102 int pitchs, int pitcht, int depth, viewport_t *viewport) in video_render_main() argument
109 width, height, xs, ys, xt, yt, pitchs, pitcht, depth); in video_render_main()
129 pitchs, pitcht, depth, viewport); in video_render_main()
137 pitchs, pitcht, depth, viewport); in video_render_main()
144 xs, ys, xt, yt, pitchs, pitcht); in video_render_main()
148 xs, ys, xt, yt, pitchs, pitcht); in video_render_main()
152 xs, ys, xt, yt, pitchs, pitcht); in video_render_main()
156 xs, ys, xt, yt, pitchs, pitcht); in video_render_main()
163 xs, ys, xt, yt, pitchs, pitcht, depth); in video_render_main()
168 xs, ys, xt, yt, pitchs, pitcht, depth); in video_render_main()
H A Drenderscale2x.c64 const unsigned int pitchs, const unsigned int pitcht) in render_08_scale2x() argument
73 trg = trg + pitcht * yt + xt; in render_08_scale2x()
92 trg += pitcht; in render_08_scale2x()
102 const unsigned int pitchs, const unsigned int pitcht) in render_16_scale2x() argument
111 trg = trg + pitcht * yt + (xt << 1); in render_16_scale2x()
130 trg += pitcht; in render_16_scale2x()
140 const unsigned int pitchs, const unsigned int pitcht) in render_24_scale2x() argument
150 trg = trg + pitcht * yt + (xt * 3); in render_24_scale2x()
174 trg += pitcht; in render_24_scale2x()
193 trg = trg + pitcht * yt + (xt << 2); in render_32_scale2x()
[all …]
H A Drender2x4.c41 const unsigned int pitchs, const unsigned int pitcht, in render_08_2x4_04() argument
51 trg = trg + pitcht * yt + xt; in render_08_2x4_04()
72 memcpy(trg, trg - pitcht, (width << 1) + wfirst + wlast); in render_08_2x4_04()
107 trg += pitcht; in render_08_2x4_04()
127 trg = trg + pitcht * yt + (xt << 1); in render_16_2x4_04()
210 trg += pitcht; in render_16_2x4_04()
231 trg = trg + pitcht * yt + (xt * 3); in render_24_2x4_04()
240 memcpy(trg, trg - pitcht, ((width << 1) + wlast) * 3); in render_24_2x4_04()
287 trg += pitcht; in render_24_2x4_04()
307 trg = trg + pitcht * yt + (xt << 2); in render_32_2x4_04()
[all …]
H A Drender1x2.c49 trg += pitcht * yt + xt; in render_08_1x2_04()
66 memcpy(trg, trg - pitcht, width); in render_08_1x2_04()
93 trg += pitcht; in render_08_1x2_04()
112 trg = trg + pitcht * yt + (xt << 1); in render_16_1x2_04()
129 memcpy(trg, trg - pitcht, width << 1); in render_16_1x2_04()
178 trg += pitcht; in render_16_1x2_04()
198 trg = trg + pitcht * yt + (xt * 3); in render_24_1x2_04()
215 memcpy(trg, trg - pitcht, width * 3); in render_24_1x2_04()
320 trg += pitcht; in render_24_1x2_04()
339 trg = trg + pitcht * yt + (xt << 2); in render_32_1x2_04()
[all …]
H A Drender1x1crt.h42 const unsigned int pitcht);
50 const unsigned int pitcht);
58 const unsigned int pitcht);
66 const unsigned int pitcht);
74 const unsigned int pitcht);
82 const unsigned int pitcht);
H A Drender1x1ntsc.h42 const unsigned int pitcht);
50 const unsigned int pitcht);
58 const unsigned int pitcht);
66 const unsigned int pitcht);
74 const unsigned int pitcht);
82 const unsigned int pitcht);
H A Drender1x1pal.h41 const unsigned int pitcht, video_render_config_t *config);
49 const unsigned int pitcht, video_render_config_t *config);
57 const unsigned int pitcht, video_render_config_t *config);
65 const unsigned int pitcht, video_render_config_t *config);
73 const unsigned int pitcht, video_render_config_t *config);
81 const unsigned int pitcht, video_render_config_t *config);
H A Drender1x2crt.h38 const unsigned int pitchs, const unsigned int pitcht,
46 const unsigned int pitchs, const unsigned int pitcht,
54 const unsigned int pitchs, const unsigned int pitcht,
63 const unsigned int pitchs, const unsigned int pitcht,
72 const unsigned int pitcht,
81 const unsigned int pitcht,
H A Drender2x2pal.h39 const unsigned int pitchs, const unsigned int pitcht,
47 const unsigned int pitchs, const unsigned int pitcht,
55 const unsigned int pitchs, const unsigned int pitcht,
64 const unsigned int pitchs, const unsigned int pitcht,
73 const unsigned int pitcht,
82 const unsigned int pitcht,
H A Drender2x2ntsc.h40 const unsigned int pitchs, const unsigned int pitcht,
48 const unsigned int pitchs, const unsigned int pitcht,
56 const unsigned int pitchs, const unsigned int pitcht,
65 const unsigned int pitchs, const unsigned int pitcht,
74 const unsigned int pitcht,
83 const unsigned int pitcht,
H A Drender2x2crt.h38 const unsigned int pitchs, const unsigned int pitcht,
46 const unsigned int pitchs, const unsigned int pitcht,
54 const unsigned int pitchs, const unsigned int pitcht,
63 const unsigned int pitchs, const unsigned int pitcht,
72 const unsigned int pitcht,
81 const unsigned int pitcht,
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/video/
H A Dvideo-render-crt.c60 int yt, int pitchs, int pitcht, int depth, in video_render_crt_main() argument
91 xs, ys, xt, yt, pitchs, pitcht); in video_render_crt_main()
95 xs, ys, xt, yt, pitchs, pitcht); in video_render_crt_main()
99 xs, ys, xt, yt, pitchs, pitcht); in video_render_crt_main()
106 xs, ys, xt, yt, pitchs, pitcht); in video_render_crt_main()
110 xs, ys, xt, yt, pitchs, pitcht); in video_render_crt_main()
114 xs, ys, xt, yt, pitchs, pitcht); in video_render_crt_main()
118 xs, ys, xt, yt, pitchs, pitcht); in video_render_crt_main()
128 xs, ys, xt, yt, pitchs, pitcht, in video_render_crt_main()
133 xs, ys, xt, yt, pitchs, pitcht, in video_render_crt_main()
[all …]
H A Dvideo-render-pal.c53 int yt, int pitchs, int pitcht, int depth, in video_render_pal_main() argument
104 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
108 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
120 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
124 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
128 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
132 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
183 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
187 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
191 xs, ys, xt, yt, pitchs, pitcht); in video_render_pal_main()
[all …]
H A Dvideo-render-2x2.c42 const unsigned int pitcht, in video_render_2x2_main() argument
56 xs, ys, xt, yt, pitchs, pitcht); in video_render_2x2_main()
60 xs, ys, xt, yt, pitchs, pitcht); in video_render_2x2_main()
64 xs, ys, xt, yt, pitchs, pitcht); in video_render_2x2_main()
68 xs, ys, xt, yt, pitchs, pitcht); in video_render_2x2_main()
75 xs, ys, xt, yt, pitchs, pitcht, doublescan, config); in video_render_2x2_main()
79 xs, ys, xt, yt, pitchs, pitcht, doublescan, config); in video_render_2x2_main()
83 xs, ys, xt, yt, pitchs, pitcht, doublescan, config); in video_render_2x2_main()
87 xs, ys, xt, yt, pitchs, pitcht, doublescan, config); in video_render_2x2_main()
H A Drender2x2.h40 const unsigned int pitcht,
49 const unsigned int pitcht,
58 const unsigned int pitcht,
67 const unsigned int pitcht,
77 const unsigned int pitcht,
85 const unsigned int pitcht,
93 const unsigned int pitcht,
101 const unsigned int pitcht,
H A Drenderscale2x.c64 const unsigned int pitchs, const unsigned int pitcht) in render_08_scale2x() argument
73 trg = trg + pitcht * yt + xt; in render_08_scale2x()
92 trg += pitcht; in render_08_scale2x()
102 const unsigned int pitchs, const unsigned int pitcht) in render_16_scale2x() argument
111 trg = trg + pitcht * yt + (xt << 1); in render_16_scale2x()
130 trg += pitcht; in render_16_scale2x()
140 const unsigned int pitchs, const unsigned int pitcht) in render_24_scale2x() argument
150 trg = trg + pitcht * yt + (xt * 3); in render_24_scale2x()
174 trg += pitcht; in render_24_scale2x()
193 trg = trg + pitcht * yt + (xt << 2); in render_32_scale2x()
[all …]
H A Drender2x4.c41 const unsigned int pitchs, const unsigned int pitcht, in render_08_2x4_04() argument
51 trg = trg + pitcht * yt + xt; in render_08_2x4_04()
72 memcpy(trg, trg - pitcht, (width << 1) + wfirst + wlast); in render_08_2x4_04()
107 trg += pitcht; in render_08_2x4_04()
127 trg = trg + pitcht * yt + (xt << 1); in render_16_2x4_04()
210 trg += pitcht; in render_16_2x4_04()
231 trg = trg + pitcht * yt + (xt * 3); in render_24_2x4_04()
240 memcpy(trg, trg - pitcht, ((width << 1) + wlast) * 3); in render_24_2x4_04()
287 trg += pitcht; in render_24_2x4_04()
307 trg = trg + pitcht * yt + (xt << 2); in render_32_2x4_04()
[all …]
H A Drender1x2.c49 trg += pitcht * yt + xt; in render_08_1x2_04()
66 memcpy(trg, trg - pitcht, width); in render_08_1x2_04()
93 trg += pitcht; in render_08_1x2_04()
112 trg = trg + pitcht * yt + (xt << 1); in render_16_1x2_04()
129 memcpy(trg, trg - pitcht, width << 1); in render_16_1x2_04()
178 trg += pitcht; in render_16_1x2_04()
198 trg = trg + pitcht * yt + (xt * 3); in render_24_1x2_04()
215 memcpy(trg, trg - pitcht, width * 3); in render_24_1x2_04()
320 trg += pitcht; in render_24_1x2_04()
339 trg = trg + pitcht * yt + (xt << 2); in render_32_1x2_04()
[all …]
H A Drender1x1crt.h42 const unsigned int pitcht);
50 const unsigned int pitcht);
58 const unsigned int pitcht);
66 const unsigned int pitcht);
74 const unsigned int pitcht);
82 const unsigned int pitcht);
H A Drender1x1ntsc.h42 const unsigned int pitcht);
50 const unsigned int pitcht);
58 const unsigned int pitcht);
66 const unsigned int pitcht);
74 const unsigned int pitcht);
82 const unsigned int pitcht);
H A Drender1x1pal.h41 const unsigned int pitcht, video_render_config_t *config);
49 const unsigned int pitcht, video_render_config_t *config);
57 const unsigned int pitcht, video_render_config_t *config);
65 const unsigned int pitcht, video_render_config_t *config);
73 const unsigned int pitcht, video_render_config_t *config);
81 const unsigned int pitcht, video_render_config_t *config);

123