Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp787 std::shared_ptr<SLRWeightTuple> weightTuplePtr = cacheMgr.find(key.fKey); in initSLRFactor() local
788 if (weightTuplePtr == nullptr) { in initSLRFactor()
799 return weightTuplePtr; in initSLRFactor()
849 std::shared_ptr<SLRWeightTuple> weightTuplePtr = initSLRFactor(imgInfo.size, desiredSize); in ScalePixelMapWithSLR() local
850 if (weightTuplePtr == nullptr) { in ScalePixelMapWithSLR()
873 SLRWeightMat slrWeightX = std::get<0>(*weightTuplePtr); in ScalePixelMapWithSLR()
874 SLRWeightMat slrWeightY = std::get<1>(*weightTuplePtr); in ScalePixelMapWithSLR()