Searched refs:widthSqr (Results 1 - 1 of 1) sorted by relevance

/external/dng_sdk/source/
H A Ddng_resample.cpp322 uint32 widthSqr = 0; local
326 !SafeUint32Mult (width, width, &widthSqr) ||
327 !RoundUpUint32ToMultiple (widthSqr, 8, &step) ||
437 for (uint32 i = 0; i < widthSqr; i++)
455 for (uint32 j = 0; j < widthSqr; j++)

Completed in 56 milliseconds