Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_bottlenecks.h438 const int16 *wPtr,
447 const real32 *wPtr,
457 const int16 *wPtr,
467 const real32 *wPtr,
1443 const int16 *wPtr, in DoResampleDown16() argument
1452 wPtr, in DoResampleDown16()
1462 const real32 *wPtr, in DoResampleDown32() argument
1470 wPtr, in DoResampleDown32()
1481 const int16 *wPtr, in DoResampleAcross16() argument
1491 wPtr, in DoResampleAcross16()
[all …]
Ddng_reference.h397 const int16 *wPtr,
405 const real32 *wPtr,
414 const int16 *wPtr,
423 const real32 *wPtr,
Ddng_reference.cpp1855 const int16 *wPtr, in RefResampleDown16() argument
1870 total += wPtr [k] * (int32) s [0]; in RefResampleDown16()
1890 const real32 *wPtr, in RefResampleDown32() argument
1898 real32 w = wPtr [0]; in RefResampleDown32()
1914 w = wPtr [j]; in RefResampleDown32()
1929 w = wPtr [wCount - 1]; in RefResampleDown32()
1948 const int16 *wPtr, in RefResampleAcross16() argument
1962 const int16 *w = wPtr + sFract * wStep; in RefResampleAcross16()
1988 const real32 *wPtr, in RefResampleAcross32() argument
2001 const real32 *w = wPtr + sFract * wStep; in RefResampleAcross32()