OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnitCell
(Results
1 - 2
of
2
) sorted by null
/external/dng_sdk/source/
dng_area_task.h
79
virtual dng_point
UnitCell
() const
101
/// be a multiple of
UnitCell
in size for all constraints of the partitionerr to be met.
111
/// be a multiple of
UnitCell
in size for all constraints of the partitionerr to be met.
121
/// be a multiple of
UnitCell
in size for all constraints of the partitionerr to be met.
dng_area_task.cpp
152
dng_point
unitCell
=
UnitCell
();
154
if (
unitCell
.h != 1 ||
unitCell
.v != 1)
156
tileSize.v = ((tileSize.v +
unitCell
.v - 1) /
unitCell
.v) *
unitCell
.v;
157
tileSize.h = ((tileSize.h +
unitCell
.h - 1) /
unitCell
.h) *
unitCell
.h
[
all
...]
Completed in 224 milliseconds