Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_mosaic_info.cpp1670 dng_point squareCell (1, 1); in DownScale() local
1675 squareCell.h = Min_int32 (4, Round_int32 (1.0 / fAspectRatio)); in DownScale()
1682 squareCell.v = Min_int32 (4, Round_int32 (fAspectRatio)); in DownScale()
1688 dng_point testScale = squareCell; in DownScale()
1693 testScale.v += squareCell.v; in DownScale()
1694 testScale.h += squareCell.h; in DownScale()
1730 testScale.v += squareCell.v; in DownScale()
1731 testScale.h += squareCell.h; in DownScale()