OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lt2size
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libtiff/
tif_pixarlog.c
494
int nlin,
lt2size
;
local
512
lt2size
= (int)(2./linstep) + 1;
513
FromLT2 = (uint16 *)_TIFFmalloc(
lt2size
*sizeof(uint16));
556
for (i = 0; i <
lt2size
; i++) {
581
Fltsize = (float)(
lt2size
/2);
[
all
...]
/external/pdfium/third_party/libtiff/
tif_pixarlog.c
494
int nlin,
lt2size
;
local
512
lt2size
= (int)(2./linstep) + 1;
513
FromLT2 = (uint16 *)_TIFFmalloc(
lt2size
*sizeof(uint16));
556
for (i = 0; i <
lt2size
; i++) {
581
Fltsize = (float)(
lt2size
/2);
[
all
...]
Completed in 206 milliseconds