Home
last modified time | relevance | path

Searched refs:cvtable (Results 1 – 21 of 21) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dencoding.d1669 var const unsigned short* cvtable = table->charset2uni; in nls_mblen() local
1671 if (!(cvtable[*src++] == 0xFFFD)) in nls_mblen()
1690 var const unsigned short* cvtable = table->charset2uni; in nls_mbstowcs() local
1693 var cint ch = cvtable[b]; in nls_mbstowcs()
1723 var const unsigned short* cvtable = table->charset2uni; in nls_asciiext_mblen() local
1726 if ((b < 0x80) || !(cvtable[b] == 0xFFFD)) in nls_asciiext_mblen()
1746 var const unsigned short* cvtable = table->charset2uni; in nls_asciiext_mbstowcs() local
1752 var cint ch = cvtable[b]; in nls_asciiext_mbstowcs()
1784 && (cvtable[as_cint(ch)>>8][as_cint(ch)&0xFF] != 0 in nls_wcslen()
1822 && (b = cvtable[as_cint(ch)>>8][as_cint(ch)&0xFF], in nls_wcstombs()
[all …]
/dports/emulators/vice/vice-3.5/src/video/
H A Drender1x1pal.c191 crtable = yuvtarget ? color_tab->cvtable : color_tab->crtable; in render_generic_1x1_pal()
227 crtable = yuvtarget ? color_tab->cvtable : color_tab->crtable; in render_generic_1x1_pal()
H A Drender2x2pal.c309 crtable = write_interpolated_pixels ? color_tab->crtable : color_tab->cvtable; in render_generic_2x2_pal()
381 crtable = write_interpolated_pixels ? color_tab->crtable : color_tab->cvtable; in render_generic_2x2_pal()
H A Dvideo-color.c582 … color_tab->cvtable[i] = (int32_t)(0.877283f * (primary->cr + val) * 256.0); /* convert Cr to V */ in video_calc_ycbcrtable()
595 color_tab->cvtable[i] = (int32_t)((primary->cr + val) * 256.0); in video_calc_ycbcrtable()
H A Drender1x1ntsc.c199 crtable = yuvtarget ? color_tab->cvtable : color_tab->crtable; in render_generic_1x1_ntsc()
H A Drender1x1crt.c192 crtable = yuvtarget ? color_tab->cvtable : color_tab->crtable; in render_generic_1x1_crt()
H A Drender2x2crt.c346 crtable = write_interpolated_pixels ? color_tab->crtable : color_tab->cvtable; in render_generic_2x2_crt()
H A Drender2x2ntsc.c351 crtable = write_interpolated_pixels ? color_tab->crtable : color_tab->cvtable; in render_generic_2x2_ntsc()
H A Drender2x4crt.c360 crtable = write_interpolated_pixels ? color_tab->crtable : color_tab->cvtable; in render_generic_2x4_crt()
H A Drender1x2crt.c386 crtable = write_interpolated_pixels ? color_tab->crtable : color_tab->cvtable; in render_generic_1x2_crt()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/video/
H A Drender1x1pal.c191 crtable = yuvtarget ? color_tab->cvtable : color_tab->crtable; in render_generic_1x1_pal()
227 crtable = yuvtarget ? color_tab->cvtable : color_tab->crtable; in render_generic_1x1_pal()
H A Drender2x2pal.c309 crtable = write_interpolated_pixels ? color_tab->crtable : color_tab->cvtable; in render_generic_2x2_pal()
381 crtable = write_interpolated_pixels ? color_tab->crtable : color_tab->cvtable; in render_generic_2x2_pal()
H A Dvideo-color.c582 … color_tab->cvtable[i] = (int32_t)(0.877283f * (primary->cr + val) * 256.0); /* convert Cr to V */ in video_calc_ycbcrtable()
595 color_tab->cvtable[i] = (int32_t)((primary->cr + val) * 256.0); in video_calc_ycbcrtable()
H A Drender1x1crt.c192 crtable = yuvtarget ? color_tab->cvtable : color_tab->crtable; in render_generic_1x1_crt()
H A Drender1x1ntsc.c199 crtable = yuvtarget ? color_tab->cvtable : color_tab->crtable; in render_generic_1x1_ntsc()
H A Drender2x2crt.c346 crtable = write_interpolated_pixels ? color_tab->crtable : color_tab->cvtable; in render_generic_2x2_crt()
H A Drender2x2ntsc.c351 crtable = write_interpolated_pixels ? color_tab->crtable : color_tab->cvtable; in render_generic_2x2_ntsc()
H A Drender2x4crt.c360 crtable = write_interpolated_pixels ? color_tab->crtable : color_tab->cvtable; in render_generic_2x4_crt()
H A Drender1x2crt.c418 crtable = write_interpolated_pixels ? color_tab->crtable : color_tab->cvtable; in render_generic_1x2_crt()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A Dvideo.h149 int32_t cvtable[256]; /* v component */ member
/dports/emulators/vice/vice-3.5/src/
H A Dvideo.h154 int32_t cvtable[256]; /* v component */ member