Searched refs:slrWeightX (Results 1 – 1 of 1) sorted by relevance
789 … SLRWeightMat slrWeightX = SLRProc::GetWeights(static_cast<float>(dstSize.width) / srcSize.width, in initSLRFactor() local793 SLRWeightTuple value{slrWeightX, slrWeightY, key}; in initSLRFactor()873 SLRWeightMat slrWeightX = std::get<0>(*weightTuplePtr); in ScalePixelMapWithSLR() local876 SLRProc::Parallel(src, dst, slrWeightX, slrWeightY); in ScalePixelMapWithSLR()878 SLRProc::Serial(src, dst, slrWeightX, slrWeightY); in ScalePixelMapWithSLR()