Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpost_proc_slr.h37 class SLRWeightKey {
39 SLRWeightKey(Size src, Size dst): src_(src), dst_(dst) in SLRWeightKey() function
78 using SLRWeightTuple = std::tuple<SLRWeightMat, SLRWeightMat, SLRWeightKey>;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp786 SLRWeightKey key(srcSize, dstSize); in initSLRFactor()