/third_party/libjpeg-turbo/ |
D | jidctred.c | 61 #define FIX_0_211164243 ((JLONG)1730) /* FIX(0.211164243) */ 62 #define FIX_0_509795579 ((JLONG)4176) /* FIX(0.509795579) */ 63 #define FIX_0_601344887 ((JLONG)4926) /* FIX(0.601344887) */ 64 #define FIX_0_720959822 ((JLONG)5906) /* FIX(0.720959822) */ 65 #define FIX_0_765366865 ((JLONG)6270) /* FIX(0.765366865) */ 66 #define FIX_0_850430095 ((JLONG)6967) /* FIX(0.850430095) */ 67 #define FIX_0_899976223 ((JLONG)7373) /* FIX(0.899976223) */ 68 #define FIX_1_061594337 ((JLONG)8697) /* FIX(1.061594337) */ 69 #define FIX_1_272758580 ((JLONG)10426) /* FIX(1.272758580) */ 70 #define FIX_1_451774981 ((JLONG)11893) /* FIX(1.451774981) */ [all …]
|
D | jfdctint.c | 96 #define FIX_0_298631336 ((JLONG)2446) /* FIX(0.298631336) */ 97 #define FIX_0_390180644 ((JLONG)3196) /* FIX(0.390180644) */ 98 #define FIX_0_541196100 ((JLONG)4433) /* FIX(0.541196100) */ 99 #define FIX_0_765366865 ((JLONG)6270) /* FIX(0.765366865) */ 100 #define FIX_0_899976223 ((JLONG)7373) /* FIX(0.899976223) */ 101 #define FIX_1_175875602 ((JLONG)9633) /* FIX(1.175875602) */ 102 #define FIX_1_501321110 ((JLONG)12299) /* FIX(1.501321110) */ 103 #define FIX_1_847759065 ((JLONG)15137) /* FIX(1.847759065) */ 104 #define FIX_1_961570560 ((JLONG)16069) /* FIX(1.961570560) */ 105 #define FIX_2_053119869 ((JLONG)16819) /* FIX(2.053119869) */ [all …]
|
D | jidctint.c | 118 #define FIX_0_298631336 ((JLONG)2446) /* FIX(0.298631336) */ 119 #define FIX_0_390180644 ((JLONG)3196) /* FIX(0.390180644) */ 120 #define FIX_0_541196100 ((JLONG)4433) /* FIX(0.541196100) */ 121 #define FIX_0_765366865 ((JLONG)6270) /* FIX(0.765366865) */ 122 #define FIX_0_899976223 ((JLONG)7373) /* FIX(0.899976223) */ 123 #define FIX_1_175875602 ((JLONG)9633) /* FIX(1.175875602) */ 124 #define FIX_1_501321110 ((JLONG)12299) /* FIX(1.501321110) */ 125 #define FIX_1_847759065 ((JLONG)15137) /* FIX(1.847759065) */ 126 #define FIX_1_961570560 ((JLONG)16069) /* FIX(1.961570560) */ 127 #define FIX_2_053119869 ((JLONG)16819) /* FIX(2.053119869) */ [all …]
|
D | jdmrg565.c | 32 JLONG *Crgtab = upsample->Cr_g_tab; in LOCAL() 33 JLONG *Cbgtab = upsample->Cb_g_tab; in LOCAL() 35 JLONG rgb; in LOCAL() 103 JLONG *Crgtab = upsample->Cr_g_tab; in LOCAL() 104 JLONG *Cbgtab = upsample->Cb_g_tab; in LOCAL() 105 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() 107 JLONG rgb; in LOCAL() 176 JLONG *Crgtab = upsample->Cr_g_tab; in LOCAL() 177 JLONG *Cbgtab = upsample->Cb_g_tab; in LOCAL() 179 JLONG rgb; in LOCAL() [all …]
|
D | jdcolor.c | 32 JLONG *Cr_g_tab; /* => table for Cr to G conversion */ 33 JLONG *Cb_g_tab; /* => table for Cb to G conversion */ 36 JLONG *rgb_y_tab; /* => table for RGB to Y conversion */ 77 #define ONE_HALF ((JLONG)1 << (SCALEBITS - 1)) 78 #define FIX(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5)) 215 JLONG x; in build_ycc_rgb_table() 224 cconvert->Cr_g_tab = (JLONG *) in build_ycc_rgb_table() 226 (MAXJSAMPLE + 1) * sizeof(JLONG)); in build_ycc_rgb_table() 227 cconvert->Cb_g_tab = (JLONG *) in build_ycc_rgb_table() 229 (MAXJSAMPLE + 1) * sizeof(JLONG)); in build_ycc_rgb_table() [all …]
|
D | jdcol565.c | 34 register JLONG *Crgtab = cconvert->Cr_g_tab; in LOCAL() 35 register JLONG *Cbgtab = cconvert->Cb_g_tab; in LOCAL() 39 JLONG rgb; in LOCAL() 113 register JLONG *Crgtab = cconvert->Cr_g_tab; in LOCAL() 114 register JLONG *Cbgtab = cconvert->Cb_g_tab; in LOCAL() 115 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() 119 JLONG rgb; in LOCAL() 196 JLONG rgb; in LOCAL() 249 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() 253 JLONG rgb; in LOCAL() [all …]
|
D | jaricom.c | 33 (((JLONG)a << 16) | ((JLONG)c << 8) | ((JLONG)d << 7) | b) 35 const JLONG jpeg_aritab[113 + 1] = {
|
D | jdct.h | 44 typedef JLONG DCTELEM; /* must have 32 bits */ 71 typedef JLONG IFAST_MULT_TYPE; /* need 32 bits for scaled quantizers */ 163 #define ONE ((JLONG)1) 171 #define FIX(x) ((JLONG)((x) * CONST_SCALE + 0.5)) 193 #define MULTIPLY16C16(var, const) (((INT16)(var)) * ((JLONG)(const)))
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jidctred.c | 61 #define FIX_0_211164243 ((JLONG)1730) /* FIX(0.211164243) */ 62 #define FIX_0_509795579 ((JLONG)4176) /* FIX(0.509795579) */ 63 #define FIX_0_601344887 ((JLONG)4926) /* FIX(0.601344887) */ 64 #define FIX_0_720959822 ((JLONG)5906) /* FIX(0.720959822) */ 65 #define FIX_0_765366865 ((JLONG)6270) /* FIX(0.765366865) */ 66 #define FIX_0_850430095 ((JLONG)6967) /* FIX(0.850430095) */ 67 #define FIX_0_899976223 ((JLONG)7373) /* FIX(0.899976223) */ 68 #define FIX_1_061594337 ((JLONG)8697) /* FIX(1.061594337) */ 69 #define FIX_1_272758580 ((JLONG)10426) /* FIX(1.272758580) */ 70 #define FIX_1_451774981 ((JLONG)11893) /* FIX(1.451774981) */ [all …]
|
D | jfdctint.c | 96 #define FIX_0_298631336 ((JLONG)2446) /* FIX(0.298631336) */ 97 #define FIX_0_390180644 ((JLONG)3196) /* FIX(0.390180644) */ 98 #define FIX_0_541196100 ((JLONG)4433) /* FIX(0.541196100) */ 99 #define FIX_0_765366865 ((JLONG)6270) /* FIX(0.765366865) */ 100 #define FIX_0_899976223 ((JLONG)7373) /* FIX(0.899976223) */ 101 #define FIX_1_175875602 ((JLONG)9633) /* FIX(1.175875602) */ 102 #define FIX_1_501321110 ((JLONG)12299) /* FIX(1.501321110) */ 103 #define FIX_1_847759065 ((JLONG)15137) /* FIX(1.847759065) */ 104 #define FIX_1_961570560 ((JLONG)16069) /* FIX(1.961570560) */ 105 #define FIX_2_053119869 ((JLONG)16819) /* FIX(2.053119869) */ [all …]
|
D | jidctint.c | 118 #define FIX_0_298631336 ((JLONG)2446) /* FIX(0.298631336) */ 119 #define FIX_0_390180644 ((JLONG)3196) /* FIX(0.390180644) */ 120 #define FIX_0_541196100 ((JLONG)4433) /* FIX(0.541196100) */ 121 #define FIX_0_765366865 ((JLONG)6270) /* FIX(0.765366865) */ 122 #define FIX_0_899976223 ((JLONG)7373) /* FIX(0.899976223) */ 123 #define FIX_1_175875602 ((JLONG)9633) /* FIX(1.175875602) */ 124 #define FIX_1_501321110 ((JLONG)12299) /* FIX(1.501321110) */ 125 #define FIX_1_847759065 ((JLONG)15137) /* FIX(1.847759065) */ 126 #define FIX_1_961570560 ((JLONG)16069) /* FIX(1.961570560) */ 127 #define FIX_2_053119869 ((JLONG)16819) /* FIX(2.053119869) */ [all …]
|
D | jdmrg565.c | 32 JLONG *Crgtab = upsample->Cr_g_tab; in LOCAL() 33 JLONG *Cbgtab = upsample->Cb_g_tab; in LOCAL() 35 JLONG rgb; in LOCAL() 103 JLONG *Crgtab = upsample->Cr_g_tab; in LOCAL() 104 JLONG *Cbgtab = upsample->Cb_g_tab; in LOCAL() 105 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() 107 JLONG rgb; in LOCAL() 176 JLONG *Crgtab = upsample->Cr_g_tab; in LOCAL() 177 JLONG *Cbgtab = upsample->Cb_g_tab; in LOCAL() 179 JLONG rgb; in LOCAL() [all …]
|
D | jdcolor.c | 32 JLONG *Cr_g_tab; /* => table for Cr to G conversion */ 33 JLONG *Cb_g_tab; /* => table for Cb to G conversion */ 36 JLONG *rgb_y_tab; /* => table for RGB to Y conversion */ 77 #define ONE_HALF ((JLONG)1 << (SCALEBITS - 1)) 78 #define FIX(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5)) 215 JLONG x; in build_ycc_rgb_table() 224 cconvert->Cr_g_tab = (JLONG *) in build_ycc_rgb_table() 226 (MAXJSAMPLE + 1) * sizeof(JLONG)); in build_ycc_rgb_table() 227 cconvert->Cb_g_tab = (JLONG *) in build_ycc_rgb_table() 229 (MAXJSAMPLE + 1) * sizeof(JLONG)); in build_ycc_rgb_table() [all …]
|
D | jdcol565.c | 34 register JLONG *Crgtab = cconvert->Cr_g_tab; in LOCAL() 35 register JLONG *Cbgtab = cconvert->Cb_g_tab; in LOCAL() 39 JLONG rgb; in LOCAL() 113 register JLONG *Crgtab = cconvert->Cr_g_tab; in LOCAL() 114 register JLONG *Cbgtab = cconvert->Cb_g_tab; in LOCAL() 115 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() 119 JLONG rgb; in LOCAL() 196 JLONG rgb; in LOCAL() 249 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() 253 JLONG rgb; in LOCAL() [all …]
|
D | jaricom.c | 33 (((JLONG)a << 16) | ((JLONG)c << 8) | ((JLONG)d << 7) | b) 35 const JLONG jpeg_aritab[113 + 1] = {
|
D | jdct.h | 44 typedef JLONG DCTELEM; /* must have 32 bits */ 71 typedef JLONG IFAST_MULT_TYPE; /* need 32 bits for scaled quantizers */ 163 #define ONE ((JLONG)1) 171 #define FIX(x) ((JLONG)((x) * CONST_SCALE + 0.5)) 193 #define MULTIPLY16C16(var, const) (((INT16)(var)) * ((JLONG)(const)))
|
D | jdmarker.c | 243 JLONG length; in get_sof() 307 JLONG length; in get_sos() 390 JLONG length; in get_dac() 436 JLONG length; in get_dht() 470 if (count > 256 || ((JLONG)count) > length) in get_dht() 510 JLONG length; in get_dqt() 568 JLONG length; in get_dri() 602 JLONG remaining) in examine_app0() 608 JLONG totallen = (JLONG)datalen + remaining; in examine_app0() 640 if (totallen != ((JLONG)data[12] * (JLONG)data[13] * (JLONG)3)) in examine_app0() [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jidctred.c | 61 #define FIX_0_211164243 ((JLONG)1730) /* FIX(0.211164243) */ 62 #define FIX_0_509795579 ((JLONG)4176) /* FIX(0.509795579) */ 63 #define FIX_0_601344887 ((JLONG)4926) /* FIX(0.601344887) */ 64 #define FIX_0_720959822 ((JLONG)5906) /* FIX(0.720959822) */ 65 #define FIX_0_765366865 ((JLONG)6270) /* FIX(0.765366865) */ 66 #define FIX_0_850430095 ((JLONG)6967) /* FIX(0.850430095) */ 67 #define FIX_0_899976223 ((JLONG)7373) /* FIX(0.899976223) */ 68 #define FIX_1_061594337 ((JLONG)8697) /* FIX(1.061594337) */ 69 #define FIX_1_272758580 ((JLONG)10426) /* FIX(1.272758580) */ 70 #define FIX_1_451774981 ((JLONG)11893) /* FIX(1.451774981) */ [all …]
|
D | jfdctint.c | 96 #define FIX_0_298631336 ((JLONG)2446) /* FIX(0.298631336) */ 97 #define FIX_0_390180644 ((JLONG)3196) /* FIX(0.390180644) */ 98 #define FIX_0_541196100 ((JLONG)4433) /* FIX(0.541196100) */ 99 #define FIX_0_765366865 ((JLONG)6270) /* FIX(0.765366865) */ 100 #define FIX_0_899976223 ((JLONG)7373) /* FIX(0.899976223) */ 101 #define FIX_1_175875602 ((JLONG)9633) /* FIX(1.175875602) */ 102 #define FIX_1_501321110 ((JLONG)12299) /* FIX(1.501321110) */ 103 #define FIX_1_847759065 ((JLONG)15137) /* FIX(1.847759065) */ 104 #define FIX_1_961570560 ((JLONG)16069) /* FIX(1.961570560) */ 105 #define FIX_2_053119869 ((JLONG)16819) /* FIX(2.053119869) */ [all …]
|
D | jidctint.c | 118 #define FIX_0_298631336 ((JLONG)2446) /* FIX(0.298631336) */ 119 #define FIX_0_390180644 ((JLONG)3196) /* FIX(0.390180644) */ 120 #define FIX_0_541196100 ((JLONG)4433) /* FIX(0.541196100) */ 121 #define FIX_0_765366865 ((JLONG)6270) /* FIX(0.765366865) */ 122 #define FIX_0_899976223 ((JLONG)7373) /* FIX(0.899976223) */ 123 #define FIX_1_175875602 ((JLONG)9633) /* FIX(1.175875602) */ 124 #define FIX_1_501321110 ((JLONG)12299) /* FIX(1.501321110) */ 125 #define FIX_1_847759065 ((JLONG)15137) /* FIX(1.847759065) */ 126 #define FIX_1_961570560 ((JLONG)16069) /* FIX(1.961570560) */ 127 #define FIX_2_053119869 ((JLONG)16819) /* FIX(2.053119869) */ [all …]
|
D | jdmrg565.c | 32 JLONG *Crgtab = upsample->Cr_g_tab; in LOCAL() 33 JLONG *Cbgtab = upsample->Cb_g_tab; in LOCAL() 35 JLONG rgb; in LOCAL() 103 JLONG *Crgtab = upsample->Cr_g_tab; in LOCAL() 104 JLONG *Cbgtab = upsample->Cb_g_tab; in LOCAL() 105 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() 107 JLONG rgb; in LOCAL() 176 JLONG *Crgtab = upsample->Cr_g_tab; in LOCAL() 177 JLONG *Cbgtab = upsample->Cb_g_tab; in LOCAL() 179 JLONG rgb; in LOCAL() [all …]
|
D | jdcolor.c | 32 JLONG *Cr_g_tab; /* => table for Cr to G conversion */ 33 JLONG *Cb_g_tab; /* => table for Cb to G conversion */ 36 JLONG *rgb_y_tab; /* => table for RGB to Y conversion */ 77 #define ONE_HALF ((JLONG)1 << (SCALEBITS - 1)) 78 #define FIX(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5)) 215 JLONG x; in build_ycc_rgb_table() 224 cconvert->Cr_g_tab = (JLONG *) in build_ycc_rgb_table() 226 (MAXJSAMPLE + 1) * sizeof(JLONG)); in build_ycc_rgb_table() 227 cconvert->Cb_g_tab = (JLONG *) in build_ycc_rgb_table() 229 (MAXJSAMPLE + 1) * sizeof(JLONG)); in build_ycc_rgb_table() [all …]
|
D | jdcol565.c | 34 register JLONG *Crgtab = cconvert->Cr_g_tab; in LOCAL() 35 register JLONG *Cbgtab = cconvert->Cb_g_tab; in LOCAL() 39 JLONG rgb; in LOCAL() 113 register JLONG *Crgtab = cconvert->Cr_g_tab; in LOCAL() 114 register JLONG *Cbgtab = cconvert->Cb_g_tab; in LOCAL() 115 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() 119 JLONG rgb; in LOCAL() 196 JLONG rgb; in LOCAL() 249 JLONG d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in LOCAL() 253 JLONG rgb; in LOCAL() [all …]
|
D | jaricom.c | 33 (((JLONG)a << 16) | ((JLONG)c << 8) | ((JLONG)d << 7) | b) 35 const JLONG jpeg_aritab[113 + 1] = {
|
D | jdct.h | 44 typedef JLONG DCTELEM; /* must have 32 bits */ 71 typedef JLONG IFAST_MULT_TYPE; /* need 32 bits for scaled quantizers */ 163 #define ONE ((JLONG)1) 171 #define FIX(x) ((JLONG)((x) * CONST_SCALE + 0.5)) 193 #define MULTIPLY16C16(var, const) (((INT16)(var)) * ((JLONG)(const)))
|