Searched refs:weightTuplePtr (Results 1 – 1 of 1) sorted by relevance
787 std::shared_ptr<SLRWeightTuple> weightTuplePtr = cacheMgr.find(key.fKey); in initSLRFactor() local788 if (weightTuplePtr == nullptr) { in initSLRFactor()799 return weightTuplePtr; in initSLRFactor()849 std::shared_ptr<SLRWeightTuple> weightTuplePtr = initSLRFactor(imgInfo.size, desiredSize); in ScalePixelMapWithSLR() local850 if (weightTuplePtr == nullptr) { in ScalePixelMapWithSLR()873 SLRWeightMat slrWeightX = std::get<0>(*weightTuplePtr); in ScalePixelMapWithSLR()874 SLRWeightMat slrWeightY = std::get<1>(*weightTuplePtr); in ScalePixelMapWithSLR()