OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ustart
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/libtiff/
uvcode.h
7
float
ustart
;
member in struct:__anon21014
tif_luv.c
822
ua = uv_row[vi].
ustart
+ (ui+.5)*UV_SQSIZ;
870
if (u < uv_row[vi].
ustart
)
872
ui = itrunc((u - uv_row[vi].
ustart
)*(1./UV_SQSIZ), em);
906
*up = uv_row[vi].
ustart
+ (ui+.5)*UV_SQSIZ;
[
all
...]
/external/pdfium/third_party/libtiff/
uvcode.h
7
float
ustart
;
member in struct:__anon22292
tif_luv.c
836
ua = uv_row[vi].
ustart
+ (ui+.5)*UV_SQSIZ;
884
if (u < uv_row[vi].
ustart
)
886
ui = itrunc((u - uv_row[vi].
ustart
)*(1./UV_SQSIZ), em);
920
*up = uv_row[vi].
ustart
+ (ui+.5)*UV_SQSIZ;
[
all
...]
Completed in 267 milliseconds