Home
last modified time | relevance | path

Searched refs:Cr_r_tab (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/lib/
H A Ddither.c166 private->Cr_r_tab [i] = private->Cr_r_tab [1024]; in fiasco_renderer_new()
173 private->Cr_r_tab [i] = private->Cr_r_tab [1024 + 255]; in fiasco_renderer_new()
411 Cr_r_tab = private->Cr_r_tab; in display_16_bit()
444 R = yval + Cr_r_tab [crval]; in display_16_bit()
455 R = yval + Cr_r_tab [crval]; in display_16_bit()
466 R = yval + Cr_r_tab [crval]; in display_16_bit()
477 R = yval + Cr_r_tab [crval]; in display_16_bit()
512 R = yval + Cr_r_tab [crval]; in display_16_bit()
718 Cr_r_tab = private->Cr_r_tab; in display_24_bit_bgr()
1163 Cr_r_tab = private->Cr_r_tab; in display_24_bit_rgb()
[all …]
H A Dimage.c45 static int *Cr_r_tab = NULL; variable
485 gray_clip[yval + Cr_r_tab[crval]], in write_image()
535 if (Cr_r_tab != NULL || Cr_g_tab != NULL || in init_chroma_tables()
539 Cr_r_tab = Calloc (768, sizeof (int)); in init_chroma_tables()
548 Cr_r_tab[i] = 1.4022 * crval + 0.5; in init_chroma_tables()
555 Cr_r_tab[i] = Cr_r_tab[256]; in init_chroma_tables()
562 Cr_r_tab[i] = Cr_r_tab[511]; in init_chroma_tables()
568 Cr_r_tab += 256 + 128; in init_chroma_tables()
/dports/multimedia/mpeg_play/mpeg_play/
H A D16bit.c205 if (Cr_r_tab==NULL)
222 Cr_r_tab == NULL ||
391 cr_r = Cr_r_tab[CR];
408 cr_r = Cr_r_tab[CR];
430 cr_r = Cr_r_tab[CR];
516 cr_r = Cr_r_tab[CR];
533 cr_r = Cr_r_tab[CR];
556 cr_r = Cr_r_tab[CR];
643 cr_r = Cr_r_tab[CR];
664 cr_r = Cr_r_tab[CR];
[all …]
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dyuv_to_rgb.cpp173 int16 *Cr_r_tab = &_colorTab[0 * 256]; in YUVToRGBManager() local
213 const int16 *Cr_r_tab = colorTab; in convertYUV444ToRGB() local
214 const int16 *Cr_g_tab = Cr_r_tab + 256; in convertYUV444ToRGB()
223 int16 cr_r = Cr_r_tab[*vSrc]; in convertYUV444ToRGB()
262 const int16 *Cr_r_tab = colorTab; in convertYUV420ToRGB() local
263 const int16 *Cr_g_tab = Cr_r_tab + 256; in convertYUV420ToRGB()
272 int16 cr_r = Cr_r_tab[*vSrc]; in convertYUV420ToRGB()
322 const int16 *Cr_r_tab = colorTab; in convertYUVA420ToRGBA() local
333 int16 cr_r = Cr_r_tab[*vSrc]; in convertYUVA420ToRGBA()
390 cr_r = Cr_r_tab[v]; \
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dyuv_to_rgb.cpp163 int16 *Cr_r_tab = &_colorTab[0 * 256]; in YUVToRGBManager() local
175 Cr_r_tab[i] = (int16) ( (0.419 / 0.299) * CR) + 0 * 768 + 256; in YUVToRGBManager()
202 const int16 *Cr_r_tab = colorTab; in convertYUV444ToRGB() local
203 const int16 *Cr_g_tab = Cr_r_tab + 256; in convertYUV444ToRGB()
212 int16 cr_r = Cr_r_tab[*vSrc]; in convertYUV444ToRGB()
251 const int16 *Cr_r_tab = colorTab; in convertYUV420ToRGB() local
252 const int16 *Cr_g_tab = Cr_r_tab + 256; in convertYUV420ToRGB()
261 int16 cr_r = Cr_r_tab[*vSrc]; in convertYUV420ToRGB()
315 cr_r = Cr_r_tab[v]; \
328 const int16 *Cr_r_tab = colorTab; in convertYUV410ToRGB() local
[all …]
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A Dyuv_to_rgb.cpp163 int16 *Cr_r_tab = &_colorTab[0 * 256]; in YUVToRGBManager() local
175 Cr_r_tab[i] = (int16) ( (0.419 / 0.299) * CR) + 0 * 768 + 256; in YUVToRGBManager()
202 const int16 *Cr_r_tab = colorTab; in convertYUV444ToRGB() local
203 const int16 *Cr_g_tab = Cr_r_tab + 256; in convertYUV444ToRGB()
212 int16 cr_r = Cr_r_tab[*vSrc]; in convertYUV444ToRGB()
251 const int16 *Cr_r_tab = colorTab; in convertYUV420ToRGB() local
252 const int16 *Cr_g_tab = Cr_r_tab + 256; in convertYUV420ToRGB()
261 int16 cr_r = Cr_r_tab[*vSrc]; in convertYUV420ToRGB()
315 cr_r = Cr_r_tab[v]; \
328 const int16 *Cr_r_tab = colorTab; in convertYUV410ToRGB() local
[all …]
H A Dyuva_to_rgba.cpp170 int16 *Cr_r_tab = &_colorTab[0 * 256]; in YUVAToRGBAManager() local
182 Cr_r_tab[i] = (int16) ( (0.419 / 0.299) * CR) + 0 * 768 + 256; in YUVAToRGBAManager()
212 const int16 *Cr_r_tab = colorTab; in convertYUVA420ToRGBA() local
213 const int16 *Cr_g_tab = Cr_r_tab + 256; in convertYUVA420ToRGBA()
223 int16 cr_r = Cr_r_tab[*vSrc]; in convertYUVA420ToRGBA()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmjpeg/
H A Djdcolor.c22 int * Cr_r_tab; /* => table for Cr to R conversion */ member
81 cconvert->Cr_r_tab = (int *) in build_ycc_rgb_table()
104 cconvert->Cr_r_tab[i] = (int)(1.40200 * (double)x + 0.5); in build_ycc_rgb_table()
109 cconvert->Cr_r_tab[i] = (int) in build_ycc_rgb_table()
149 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_convert()
274 register int * Crrtab = cconvert->Cr_r_tab; in ycck_cmyk_convert()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg8/
H A Djdcolor.c22 int * Cr_r_tab; /* => table for Cr to R conversion */ member
81 cconvert->Cr_r_tab = (int *) in build_ycc_rgb_table()
104 cconvert->Cr_r_tab[i] = (int)(1.40200 * (double)x + 0.5); in build_ycc_rgb_table()
109 cconvert->Cr_r_tab[i] = (int) in build_ycc_rgb_table()
149 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_convert()
274 register int * Crrtab = cconvert->Cr_r_tab; in ycck_cmyk_convert()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg12/
H A Djdcolor.c22 int * Cr_r_tab; /* => table for Cr to R conversion */ member
81 cconvert->Cr_r_tab = (int *) in build_ycc_rgb_table()
104 cconvert->Cr_r_tab[i] = (int)(1.40200 * (double)x + 0.5); in build_ycc_rgb_table()
109 cconvert->Cr_r_tab[i] = (int) in build_ycc_rgb_table()
149 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_convert()
274 register int * Crrtab = cconvert->Cr_r_tab; in ycck_cmyk_convert()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmjpeg/libijg16/
H A Djdcolor.c22 int * Cr_r_tab; /* => table for Cr to R conversion */ member
81 cconvert->Cr_r_tab = (int *) in build_ycc_rgb_table()
104 cconvert->Cr_r_tab[i] = (int)(1.40200 * (double)x + 0.5); in build_ycc_rgb_table()
109 cconvert->Cr_r_tab[i] = (int) in build_ycc_rgb_table()
149 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_convert()
274 register int * Crrtab = cconvert->Cr_r_tab; in ycck_cmyk_convert()
/dports/devel/gdcm/gdcm-3.0.10/Utilities/gdcmjpeg/
H A Djdcolor.c22 int * Cr_r_tab; /* => table for Cr to R conversion */ member
81 cconvert->Cr_r_tab = (int *) in build_ycc_rgb_table()
104 cconvert->Cr_r_tab[i] = (int)(1.40200 * (double)x + 0.5); in build_ycc_rgb_table()
109 cconvert->Cr_r_tab[i] = (int) in build_ycc_rgb_table()
149 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_convert()
274 register int * Crrtab = cconvert->Cr_r_tab; in ycck_cmyk_convert()
/dports/x11/xloadimage/xloadimage.4.1/jpeg/
H A Djdcolor.c53 static int * Cr_r_tab; /* => table for Cr to R conversion */ variable
69 Cr_r_tab = (int *) (*cinfo->emethods->alloc_small) in ycc_rgb_init() local
83 Cr_r_tab[i] = (int) in ycc_rgb_init()
116 register int * Crrtab = Cr_r_tab; in ycc_rgb_convert()
/dports/graphics/freeimage/FreeImage/Source/LibJPEG/
H A Djdmerge.c60 int * Cr_r_tab; /* => table for Cr to R conversion */ member
98 upsample->Cr_r_tab = (int *) in build_ycc_rgb_table()
115 upsample->Cr_r_tab[i] = (int) in build_ycc_rgb_table()
138 upsample->Cr_r_tab = (int *) in build_bg_ycc_rgb_table()
155 upsample->Cr_r_tab[i] = (int) in build_bg_ycc_rgb_table()
286 int * Crrtab = upsample->Cr_r_tab; in h2v1_merged_upsample()
348 int * Crrtab = upsample->Cr_r_tab; in h2v2_merged_upsample()
/dports/emulators/mess/mame-mame0226/3rdparty/libjpeg/
H A Djdmerge.c54 int * Cr_r_tab; /* => table for Cr to R conversion */ member
92 upsample->Cr_r_tab = (int *) in build_ycc_rgb_table()
109 upsample->Cr_r_tab[i] = (int) in build_ycc_rgb_table()
132 upsample->Cr_r_tab = (int *) in build_bg_ycc_rgb_table()
149 upsample->Cr_r_tab[i] = (int) in build_bg_ycc_rgb_table()
280 int * Crrtab = upsample->Cr_r_tab; in h2v1_merged_upsample()
342 int * Crrtab = upsample->Cr_r_tab; in h2v2_merged_upsample()
/dports/emulators/mame/mame-mame0226/3rdparty/libjpeg/
H A Djdmerge.c54 int * Cr_r_tab; /* => table for Cr to R conversion */ member
92 upsample->Cr_r_tab = (int *) in build_ycc_rgb_table()
109 upsample->Cr_r_tab[i] = (int) in build_ycc_rgb_table()
132 upsample->Cr_r_tab = (int *) in build_bg_ycc_rgb_table()
149 upsample->Cr_r_tab[i] = (int) in build_bg_ycc_rgb_table()
280 int * Crrtab = upsample->Cr_r_tab; in h2v1_merged_upsample()
342 int * Crrtab = upsample->Cr_r_tab; in h2v2_merged_upsample()
/dports/x11-toolkits/fltk/fltk-1.3.8/jpeg/
H A Djdmerge.c60 int * Cr_r_tab; /* => table for Cr to R conversion */ member
98 upsample->Cr_r_tab = (int *) (*cinfo->mem->alloc_small) in build_ycc_rgb_table()
111 upsample->Cr_r_tab[i] = (int) DESCALE(FIX(1.402) * x, SCALEBITS); in build_ycc_rgb_table()
132 upsample->Cr_r_tab = (int *) (*cinfo->mem->alloc_small) in build_bg_ycc_rgb_table()
145 upsample->Cr_r_tab[i] = (int) DESCALE(FIX(2.804) * x, SCALEBITS); in build_bg_ycc_rgb_table()
274 int * Crrtab = upsample->Cr_r_tab; in h2v1_merged_upsample()
336 int * Crrtab = upsample->Cr_r_tab; in h2v2_merged_upsample()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjpeg/
H A Djdmerge.c60 int * Cr_r_tab; /* => table for Cr to R conversion */ member
98 upsample->Cr_r_tab = (int *) (*cinfo->mem->alloc_small) in build_ycc_rgb_table()
111 upsample->Cr_r_tab[i] = (int) DESCALE(FIX(1.402) * x, SCALEBITS); in build_ycc_rgb_table()
132 upsample->Cr_r_tab = (int *) (*cinfo->mem->alloc_small) in build_bg_ycc_rgb_table()
145 upsample->Cr_r_tab[i] = (int) DESCALE(FIX(2.804) * x, SCALEBITS); in build_bg_ycc_rgb_table()
274 int * Crrtab = upsample->Cr_r_tab; in h2v1_merged_upsample()
336 int * Crrtab = upsample->Cr_r_tab; in h2v2_merged_upsample()
/dports/devel/upp/upp/uppsrc/plugin/jpg/lib/
H A Djdmerge.c60 int * Cr_r_tab; /* => table for Cr to R conversion */ member
98 upsample->Cr_r_tab = (int *) (*cinfo->mem->alloc_small) in build_ycc_rgb_table()
111 upsample->Cr_r_tab[i] = (int) DESCALE(FIX(1.402) * x, SCALEBITS); in build_ycc_rgb_table()
132 upsample->Cr_r_tab = (int *) (*cinfo->mem->alloc_small) in build_bg_ycc_rgb_table()
145 upsample->Cr_r_tab[i] = (int) DESCALE(FIX(2.804) * x, SCALEBITS); in build_bg_ycc_rgb_table()
274 int * Crrtab = upsample->Cr_r_tab; in h2v1_merged_upsample()
336 int * Crrtab = upsample->Cr_r_tab; in h2v2_merged_upsample()
/dports/math/giacxcas/fltk-1.3.0/jpeg/
H A Djdcolor.c22 int * Cr_r_tab; /* => table for Cr to R conversion */ member
77 cconvert->Cr_r_tab = (int *) in build_ycc_rgb_table()
94 cconvert->Cr_r_tab[i] = (int) in build_ycc_rgb_table()
132 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_convert()
257 register int * Crrtab = cconvert->Cr_r_tab; in ycck_cmyk_convert()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/JPEG/src/itkjpeg/
H A Djdcolor.c22 int * Cr_r_tab; /* => table for Cr to R conversion */ member
77 cconvert->Cr_r_tab = (int *) in build_ycc_rgb_table()
94 cconvert->Cr_r_tab[i] = (int) in build_ycc_rgb_table()
132 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_convert()
257 register int * Crrtab = cconvert->Cr_r_tab; in ycck_cmyk_convert()
/dports/multimedia/mpeg_encode/mpeg_encode/jpeg/
H A Djdcolor.c22 int * Cr_r_tab; /* => table for Cr to R conversion */ member
76 cconvert->Cr_r_tab = (int *) in ycc_rgb_start()
94 cconvert->Cr_r_tab[i] = (int) in ycc_rgb_start()
132 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_convert()
233 register int * Crrtab = cconvert->Cr_r_tab; in ycck_cmyk_convert()
/dports/games/iortcw/iortcw-1.51c/MP/code/jpeg-8c/
H A Djdcolor.c22 int * Cr_r_tab; /* => table for Cr to R conversion */ member
77 cconvert->Cr_r_tab = (int *) in build_ycc_rgb_table()
94 cconvert->Cr_r_tab[i] = (int) in build_ycc_rgb_table()
132 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_convert()
257 register int * Crrtab = cconvert->Cr_r_tab; in ycck_cmyk_convert()
/dports/games/ioquake3/ioquake3-1.36/code/jpeg-6b/
H A Djdcolor.c22 int * Cr_r_tab; /* => table for Cr to R conversion */ member
77 cconvert->Cr_r_tab = (int *) in build_ycc_rgb_table()
94 cconvert->Cr_r_tab[i] = (int) in build_ycc_rgb_table()
132 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_convert()
257 register int * Crrtab = cconvert->Cr_r_tab; in ycck_cmyk_convert()
/dports/games/ioquake3-server/ioquake3-1.36/code/jpeg-6b/
H A Djdcolor.c22 int * Cr_r_tab; /* => table for Cr to R conversion */ member
77 cconvert->Cr_r_tab = (int *) in build_ycc_rgb_table()
94 cconvert->Cr_r_tab[i] = (int) in build_ycc_rgb_table()
132 register int * Crrtab = cconvert->Cr_r_tab; in ycc_rgb_convert()
257 register int * Crrtab = cconvert->Cr_r_tab; in ycck_cmyk_convert()

12345678910>>...22