Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp789 … SLRWeightMat slrWeightX = SLRProc::GetWeights(static_cast<float>(dstSize.width) / srcSize.width, in initSLRFactor() local
793 SLRWeightTuple value{slrWeightX, slrWeightY, key}; in initSLRFactor()
873 SLRWeightMat slrWeightX = std::get<0>(*weightTuplePtr); in ScalePixelMapWithSLR() local
876 SLRProc::Parallel(src, dst, slrWeightX, slrWeightY); in ScalePixelMapWithSLR()
878 SLRProc::Serial(src, dst, slrWeightX, slrWeightY); in ScalePixelMapWithSLR()