Home
last modified time | relevance | path

Searched refs:cbtable (Results 1 – 25 of 54) sorted by relevance

123

/dports/emulators/vice/vice-3.5/src/video/
H A Drender1x1pal.c164 const int32_t *cbtable = color_tab->cbtable; in render_generic_1x1_pal() local
190 cbtable = yuvtarget ? color_tab->cutable : color_tab->cbtable; in render_generic_1x1_pal()
193 cbtable = yuvtarget ? color_tab->cutable_odd : color_tab->cbtable_odd; in render_generic_1x1_pal()
204 line[0] = (cbtable[cl0] + cbtable[cl1] + cbtable[cl2] + cbtable[cl3]); in render_generic_1x1_pal()
222 cbtable = yuvtarget ? color_tab->cutable_odd : color_tab->cbtable_odd; in render_generic_1x1_pal()
226 cbtable = yuvtarget ? color_tab->cutable : color_tab->cbtable; in render_generic_1x1_pal()
238 unew = cbtable[cl0] + cbtable[cl1] + cbtable[cl2] + cbtable[cl3]; in render_generic_1x1_pal()
252 unew = cbtable[cl0] + cbtable[cl1] + cbtable[cl2] + cbtable[cl3]; in render_generic_1x1_pal()
H A Drender2x2pal.c289 int32_t *line, *cbtable, *crtable; in render_generic_2x2_pal() local
308 cbtable = write_interpolated_pixels ? color_tab->cbtable : color_tab->cutable; in render_generic_2x2_pal()
316 unew = cbtable[tmpsrc[0]] + cbtable[tmpsrc[1]] + cbtable[tmpsrc[2]]; in render_generic_2x2_pal()
319 unew += cbtable[tmpsrc[3]]; in render_generic_2x2_pal()
323 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_pal()
380 cbtable = write_interpolated_pixels ? color_tab->cbtable : color_tab->cutable; in render_generic_2x2_pal()
385 unew = cbtable[tmpsrc[0]] + cbtable[tmpsrc[1]] + cbtable[tmpsrc[2]] + cbtable[tmpsrc[3]]; in render_generic_2x2_pal()
388 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_pal()
397 unew += cbtable[tmpsrc[3]]; in render_generic_2x2_pal()
400 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_pal()
[all …]
H A Drender1x1ntsc.c169 const int32_t *cbtable = color_tab->cbtable; in render_generic_1x1_ntsc() local
198 cbtable = yuvtarget ? color_tab->cutable : color_tab->cbtable; in render_generic_1x1_ntsc()
209 unew = cbtable[cl0] + cbtable[cl1] + cbtable[cl2] + cbtable[cl3]; in render_generic_1x1_ntsc()
220 unew = cbtable[cl0] + cbtable[cl1] + cbtable[cl2] + cbtable[cl3]; in render_generic_1x1_ntsc()
H A Drender1x1crt.c162 const int32_t *cbtable = color_tab->cbtable; in render_generic_1x1_crt() local
191 cbtable = yuvtarget ? color_tab->cutable : color_tab->cbtable; in render_generic_1x1_crt()
202 unew = cbtable[cl0] + cbtable[cl1] + cbtable[cl2] + cbtable[cl3]; in render_generic_1x1_crt()
213 unew = cbtable[cl0] + cbtable[cl1] + cbtable[cl2] + cbtable[cl3]; in render_generic_1x1_crt()
H A Drender1x2crt.c325 int32_t *cbtable, *crtable; in render_generic_1x2_crt() local
385 cbtable = write_interpolated_pixels ? color_tab->cbtable : color_tab->cutable; in render_generic_1x2_crt()
389 unew = cbtable[tmpsrc[0]] + cbtable[tmpsrc[1]] + cbtable[tmpsrc[2]] + cbtable[tmpsrc[3]]; in render_generic_1x2_crt()
392 unew -= cbtable[tmpsrc[0]]; in render_generic_1x2_crt()
400 unew += cbtable[tmpsrc[3]]; in render_generic_1x2_crt()
403 unew -= cbtable[tmpsrc[0]]; in render_generic_1x2_crt()
426 unew += cbtable[tmpsrc[3]]; in render_generic_1x2_crt()
429 unew -= cbtable[tmpsrc[0]]; in render_generic_1x2_crt()
451 unew += cbtable[tmpsrc[3]]; in render_generic_1x2_crt()
454 unew -= cbtable[tmpsrc[0]]; in render_generic_1x2_crt()
H A Drender2x2crt.c288 int32_t *cbtable, *crtable; in render_generic_2x2_crt() local
345 cbtable = write_interpolated_pixels ? color_tab->cbtable : color_tab->cutable; in render_generic_2x2_crt()
349 unew = cbtable[tmpsrc[0]] + cbtable[tmpsrc[1]] + cbtable[tmpsrc[2]] + cbtable[tmpsrc[3]]; in render_generic_2x2_crt()
352 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_crt()
360 unew += cbtable[tmpsrc[3]]; in render_generic_2x2_crt()
363 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_crt()
386 unew += cbtable[tmpsrc[3]]; in render_generic_2x2_crt()
389 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_crt()
H A Drender2x2ntsc.c293 int32_t *cbtable, *crtable; in render_generic_2x2_ntsc() local
350 cbtable = write_interpolated_pixels ? color_tab->cbtable : color_tab->cutable; in render_generic_2x2_ntsc()
354 unew = cbtable[tmpsrc[0]] + cbtable[tmpsrc[1]] + cbtable[tmpsrc[2]] + cbtable[tmpsrc[3]]; in render_generic_2x2_ntsc()
357 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_ntsc()
365 unew += cbtable[tmpsrc[3]]; in render_generic_2x2_ntsc()
368 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_ntsc()
390 unew += cbtable[tmpsrc[3]]; in render_generic_2x2_ntsc()
393 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_ntsc()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/video/
H A Drender1x1pal.c164 const int32_t *cbtable = color_tab->cbtable; in render_generic_1x1_pal() local
190 cbtable = yuvtarget ? color_tab->cutable : color_tab->cbtable; in render_generic_1x1_pal()
193 cbtable = yuvtarget ? color_tab->cutable_odd : color_tab->cbtable_odd; in render_generic_1x1_pal()
204 line[0] = (cbtable[cl0] + cbtable[cl1] + cbtable[cl2] + cbtable[cl3]); in render_generic_1x1_pal()
222 cbtable = yuvtarget ? color_tab->cutable_odd : color_tab->cbtable_odd; in render_generic_1x1_pal()
226 cbtable = yuvtarget ? color_tab->cutable : color_tab->cbtable; in render_generic_1x1_pal()
238 unew = cbtable[cl0] + cbtable[cl1] + cbtable[cl2] + cbtable[cl3]; in render_generic_1x1_pal()
252 unew = cbtable[cl0] + cbtable[cl1] + cbtable[cl2] + cbtable[cl3]; in render_generic_1x1_pal()
H A Drender2x2pal.c289 int32_t *line, *cbtable, *crtable; in render_generic_2x2_pal() local
308 cbtable = write_interpolated_pixels ? color_tab->cbtable : color_tab->cutable; in render_generic_2x2_pal()
316 unew = cbtable[tmpsrc[0]] + cbtable[tmpsrc[1]] + cbtable[tmpsrc[2]]; in render_generic_2x2_pal()
319 unew += cbtable[tmpsrc[3]]; in render_generic_2x2_pal()
323 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_pal()
380 cbtable = write_interpolated_pixels ? color_tab->cbtable : color_tab->cutable; in render_generic_2x2_pal()
385 unew = cbtable[tmpsrc[0]] + cbtable[tmpsrc[1]] + cbtable[tmpsrc[2]] + cbtable[tmpsrc[3]]; in render_generic_2x2_pal()
388 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_pal()
397 unew += cbtable[tmpsrc[3]]; in render_generic_2x2_pal()
400 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_pal()
[all …]
H A Drender1x1crt.c162 const int32_t *cbtable = color_tab->cbtable; in render_generic_1x1_crt() local
191 cbtable = yuvtarget ? color_tab->cutable : color_tab->cbtable; in render_generic_1x1_crt()
202 unew = cbtable[cl0] + cbtable[cl1] + cbtable[cl2] + cbtable[cl3]; in render_generic_1x1_crt()
213 unew = cbtable[cl0] + cbtable[cl1] + cbtable[cl2] + cbtable[cl3]; in render_generic_1x1_crt()
H A Drender1x1ntsc.c169 const int32_t *cbtable = color_tab->cbtable; in render_generic_1x1_ntsc() local
198 cbtable = yuvtarget ? color_tab->cutable : color_tab->cbtable; in render_generic_1x1_ntsc()
209 unew = cbtable[cl0] + cbtable[cl1] + cbtable[cl2] + cbtable[cl3]; in render_generic_1x1_ntsc()
220 unew = cbtable[cl0] + cbtable[cl1] + cbtable[cl2] + cbtable[cl3]; in render_generic_1x1_ntsc()
H A Drender2x2crt.c288 int32_t *cbtable, *crtable; in render_generic_2x2_crt() local
345 cbtable = write_interpolated_pixels ? color_tab->cbtable : color_tab->cutable; in render_generic_2x2_crt()
349 unew = cbtable[tmpsrc[0]] + cbtable[tmpsrc[1]] + cbtable[tmpsrc[2]] + cbtable[tmpsrc[3]]; in render_generic_2x2_crt()
352 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_crt()
360 unew += cbtable[tmpsrc[3]]; in render_generic_2x2_crt()
363 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_crt()
386 unew += cbtable[tmpsrc[3]]; in render_generic_2x2_crt()
389 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_crt()
H A Drender2x2ntsc.c293 int32_t *cbtable, *crtable; in render_generic_2x2_ntsc() local
350 cbtable = write_interpolated_pixels ? color_tab->cbtable : color_tab->cutable; in render_generic_2x2_ntsc()
354 unew = cbtable[tmpsrc[0]] + cbtable[tmpsrc[1]] + cbtable[tmpsrc[2]] + cbtable[tmpsrc[3]]; in render_generic_2x2_ntsc()
357 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_ntsc()
365 unew += cbtable[tmpsrc[3]]; in render_generic_2x2_ntsc()
368 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_ntsc()
390 unew += cbtable[tmpsrc[3]]; in render_generic_2x2_ntsc()
393 unew -= cbtable[tmpsrc[0]]; in render_generic_2x2_ntsc()
/dports/java/java-subversion/subversion-1.14.1/tools/examples/
H A Dheadrev.c149 svn_ra_callbacks2_t *cbtable; in main() local
207 cbtable = apr_pcalloc (pool, sizeof(*cbtable)); in main()
208 cbtable->auth_baton = auth_baton; in main()
209 cbtable->open_tmp_file = open_tmp_file; in main()
213 err = svn_ra_open2(&session, URL, cbtable, NULL, cfg_hash, pool); in main()
H A Dtestwrite.c169 svn_ra_callbacks_t *cbtable; in main() local
225 cbtable = apr_pcalloc (pool, sizeof(*cbtable)); in main()
226 cbtable->auth_baton = auth_baton; in main()
227 cbtable->open_tmp_file = open_tmp_file; in main()
241 err = ra_lib->open (&session, parent_URL, cbtable, NULL, cfg_hash, pool); in main()
H A Dgetlocks_test.c152 svn_ra_callbacks_t *cbtable; in main() local
208 cbtable = apr_pcalloc (pool, sizeof(*cbtable)); in main()
209 cbtable->auth_baton = auth_baton; in main()
210 cbtable->open_tmp_file = open_tmp_file; in main()
214 err = svn_ra_open (&session, URL, cbtable, NULL, cfg_hash, pool); in main()
/dports/devel/py-subversion/subversion-1.14.1/tools/examples/
H A Dheadrev.c149 svn_ra_callbacks2_t *cbtable; in main() local
207 cbtable = apr_pcalloc (pool, sizeof(*cbtable)); in main()
208 cbtable->auth_baton = auth_baton; in main()
209 cbtable->open_tmp_file = open_tmp_file; in main()
213 err = svn_ra_open2(&session, URL, cbtable, NULL, cfg_hash, pool); in main()
H A Dgetlocks_test.c152 svn_ra_callbacks_t *cbtable; in main() local
208 cbtable = apr_pcalloc (pool, sizeof(*cbtable)); in main()
209 cbtable->auth_baton = auth_baton; in main()
210 cbtable->open_tmp_file = open_tmp_file; in main()
214 err = svn_ra_open (&session, URL, cbtable, NULL, cfg_hash, pool); in main()
H A Dtestwrite.c169 svn_ra_callbacks_t *cbtable; in main() local
225 cbtable = apr_pcalloc (pool, sizeof(*cbtable)); in main()
226 cbtable->auth_baton = auth_baton; in main()
227 cbtable->open_tmp_file = open_tmp_file; in main()
241 err = ra_lib->open (&session, parent_URL, cbtable, NULL, cfg_hash, pool); in main()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/examples/
H A Dheadrev.c149 svn_ra_callbacks2_t *cbtable; in main() local
207 cbtable = apr_pcalloc (pool, sizeof(*cbtable)); in main()
208 cbtable->auth_baton = auth_baton; in main()
209 cbtable->open_tmp_file = open_tmp_file; in main()
213 err = svn_ra_open2(&session, URL, cbtable, NULL, cfg_hash, pool); in main()
H A Dgetlocks_test.c152 svn_ra_callbacks_t *cbtable; in main() local
208 cbtable = apr_pcalloc (pool, sizeof(*cbtable)); in main()
209 cbtable->auth_baton = auth_baton; in main()
210 cbtable->open_tmp_file = open_tmp_file; in main()
214 err = svn_ra_open (&session, URL, cbtable, NULL, cfg_hash, pool); in main()
H A Dtestwrite.c169 svn_ra_callbacks_t *cbtable; in main() local
225 cbtable = apr_pcalloc (pool, sizeof(*cbtable)); in main()
226 cbtable->auth_baton = auth_baton; in main()
227 cbtable->open_tmp_file = open_tmp_file; in main()
241 err = ra_lib->open (&session, parent_URL, cbtable, NULL, cfg_hash, pool); in main()
/dports/devel/p5-subversion/subversion-1.14.1/tools/examples/
H A Dheadrev.c149 svn_ra_callbacks2_t *cbtable; in main() local
207 cbtable = apr_pcalloc (pool, sizeof(*cbtable)); in main()
208 cbtable->auth_baton = auth_baton; in main()
209 cbtable->open_tmp_file = open_tmp_file; in main()
213 err = svn_ra_open2(&session, URL, cbtable, NULL, cfg_hash, pool); in main()
H A Dgetlocks_test.c152 svn_ra_callbacks_t *cbtable; in main() local
208 cbtable = apr_pcalloc (pool, sizeof(*cbtable)); in main()
209 cbtable->auth_baton = auth_baton; in main()
210 cbtable->open_tmp_file = open_tmp_file; in main()
214 err = svn_ra_open (&session, URL, cbtable, NULL, cfg_hash, pool); in main()
H A Dtestwrite.c169 svn_ra_callbacks_t *cbtable; in main() local
225 cbtable = apr_pcalloc (pool, sizeof(*cbtable)); in main()
226 cbtable->auth_baton = auth_baton; in main()
227 cbtable->open_tmp_file = open_tmp_file; in main()
241 err = ra_lib->open (&session, parent_URL, cbtable, NULL, cfg_hash, pool); in main()

123