Searched refs:Cr (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_color.c | 183 TIFFYCbCrtoRGB(TIFFYCbCrToRGB *ycbcr, uint32 Y, int32 Cb, int32 Cr, in TIFFYCbCrtoRGB() argument 191 Cr = CLAMP(Cr, 0, 255); in TIFFYCbCrtoRGB() 193 i = ycbcr->Y_tab[Y] + ycbcr->Cr_r_tab[Cr]; in TIFFYCbCrtoRGB() 196 + (int)((ycbcr->Cb_g_tab[Cb] + ycbcr->Cr_g_tab[Cr]) >> SHIFT); in TIFFYCbCrtoRGB() 276 int32 Cr = (int32)CLAMPw(Code2V(x, refBlackWhite[4] - 128.0F, in TIFFYCbCrToRGBInit() local 283 ycbcr->Cr_r_tab[i] = (int32)((D1*Cr + ONE_HALF)>>SHIFT); in TIFFYCbCrToRGBInit() 285 ycbcr->Cr_g_tab[i] = D2*Cr; in TIFFYCbCrToRGBInit()
|
A D | tif_getimage.c | 1808 int32 Cb, Cr; in putcontig8bitYCbCrGenericTile() local 1832 Cr = pp[17]; in putcontig8bitYCbCrGenericTile() 2106 uint32 Cr = pp[5]; in DECLAREContigPutFunc() local 2118 uint32 Cr = pp[5]; in DECLAREContigPutFunc() local 2134 uint32 Cr = pp[5]; in DECLAREContigPutFunc() local 2144 uint32 Cr = pp[5]; in DECLAREContigPutFunc() local 2161 int32 Cr = pp[3]; in DECLAREContigPutFunc() local 2174 int32 Cr = pp[3]; in DECLAREContigPutFunc() local 2201 uint32 Cr = pp[3]; in DECLAREContigPutFunc() local 2217 uint32 Cr = pp[3]; in DECLAREContigPutFunc() local [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | wizard.txt | 83 For example, to create a separate table for each of Y,Cb,Cr, you could 166 1 2; # Cb and Cr in second scan 171 # Interleaved DC scan for Y,Cb,Cr: 177 2: 1-63, 0, 0 ; # All AC coefficients for Cr 184 # Initial DC scan for Y,Cb,Cr (lowest bit not sent) 188 # Send all Cr,Cb AC coefficients, minus lowest bit: 190 # but note we send Cr first since eye is least sensitive to Cb)
|
A D | libjpeg.txt | 2644 cinfo->comp_info[2].h_samp_factor = 1 for Cr 2649 downsampled_width = 51 and width_in_blocks = 7 for Cb and Cr (and the same 2651 columns and rows, the Cb/Cr data to at least 7*8 = 56 columns and rows. The 2654 sample rows of Y and 8 each of Cb and Cr. A total of 7 MCU rows are needed, 2658 and Cr data gets passed.
|
A D | usage.txt | 195 compared to the normal Cb/Cr values, thus creating
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | rgb2ycbcr.c | 181 float Y, Cb = 0, Cr = 0; in cvtClump() local 195 Cr += (TIFFGetR(RGB) - Y) * D2; in cvtClump() 209 *op++ = V2Code(Cr / (ch*cw), refBlackWhite[4], refBlackWhite[5], 127); in cvtClump()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | rgb-3c-8b.ppm | 239 …=v�Ay�C}�H��O��Q~�L��J��G{~Azh7vX/tU)r`+t_+jg)kl/o{2iy0mq,lp2l�5k�6k�6q�=q�Cr�Ao�Bu�Fu�A}�Iy�Iz�I~…
|
Completed in 18 milliseconds