OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIFFYCbCrtoRGB
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/3rdparty/libtiff/
tif_color.c
183
TIFFYCbCrtoRGB
(
TIFFYCbCrToRGB
*ycbcr, uint32 Y, int32 Cb, int32 Cr,
217
TIFFYCbCrToRGBInit(
TIFFYCbCrToRGB
* ycbcr, float *luma, float *refBlackWhite)
227
(uint8*) ycbcr+TIFFroundup_32(sizeof (
TIFFYCbCrToRGB
), sizeof (long)));
tiffio.h
163
}
TIFFYCbCrToRGB
;
225
TIFFYCbCrToRGB
* ycbcr; /* YCbCr conversion state */
514
extern int TIFFYCbCrToRGBInit(
TIFFYCbCrToRGB
*, float*, float*);
515
extern void
TIFFYCbCrtoRGB
(
TIFFYCbCrToRGB
*, uint32, int32, int32,
tif_getimage.c
[
all
...]
/external/pdfium/third_party/libtiff/
tif_color.c
183
TIFFYCbCrtoRGB
(
TIFFYCbCrToRGB
*ycbcr, uint32 Y, int32 Cb, int32 Cr,
217
TIFFYCbCrToRGBInit(
TIFFYCbCrToRGB
* ycbcr, float *luma, float *refBlackWhite)
227
(uint8*) ycbcr+TIFFroundup_32(sizeof (
TIFFYCbCrToRGB
), sizeof (long)));
tiffio.h
163
}
TIFFYCbCrToRGB
;
225
TIFFYCbCrToRGB
* ycbcr; /* YCbCr conversion state */
521
extern int TIFFYCbCrToRGBInit(
TIFFYCbCrToRGB
*, float*, float*);
522
extern void
TIFFYCbCrtoRGB
(
TIFFYCbCrToRGB
*, uint32, int32, int32,
tif_getimage.c
[
all
...]
Completed in 355 milliseconds