Home
last modified time | relevance | path

Searched refs:tfunc (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_luv.c167 void (*tfunc)(LogLuvState*, uint8*, tmsize_t); member
243 (*sp->tfunc)(sp, op, npixels); in LogL16Decode()
298 (*sp->tfunc)(sp, op, npixels); in LogLuvDecode24()
366 (*sp->tfunc)(sp, op, npixels); in LogLuvDecode32()
437 (*sp->tfunc)(sp, bp, npixels); in LogL16Encode()
525 (*sp->tfunc)(sp, bp, npixels); in LogLuvEncode24()
578 (*sp->tfunc)(sp, bp, npixels); in LogLuvEncode32()
1399 sp->tfunc = Luv24toXYZ; in LogLuvSetupDecode()
1402 sp->tfunc = Luv24toLuv48; in LogLuvSetupDecode()
1405 sp->tfunc = Luv24toRGB; in LogLuvSetupDecode()
[all …]
/external/opencv3/3rdparty/libtiff/
Dtif_luv.c167 void (*tfunc)(LogLuvState*, uint8*, tmsize_t); member
243 (*sp->tfunc)(sp, op, npixels); in LogL16Decode()
298 (*sp->tfunc)(sp, op, npixels); in LogLuvDecode24()
366 (*sp->tfunc)(sp, op, npixels); in LogLuvDecode32()
431 (*sp->tfunc)(sp, bp, npixels); in LogL16Encode()
519 (*sp->tfunc)(sp, bp, npixels); in LogLuvEncode24()
572 (*sp->tfunc)(sp, bp, npixels); in LogLuvEncode32()
1385 sp->tfunc = Luv24toXYZ; in LogLuvSetupDecode()
1388 sp->tfunc = Luv24toLuv48; in LogLuvSetupDecode()
1391 sp->tfunc = Luv24toRGB; in LogLuvSetupDecode()
[all …]
/external/opencv3/modules/core/src/
Dconvert.cpp5178 #define DEF_CVT_SCALE_ABS_FUNC(suffix, tfunc, stype, dtype, wtype) \ argument
5182 tfunc(src, sstep, dst, dstep, size, (wtype)scale[0], (wtype)scale[1]); \