Home
last modified time | relevance | path

Searched refs:slrWeightY (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp776 SLRWeightMat slrWeightY = SLRProc::GetWeights(static_cast<float>(dstSize.height) / srcSize.height, in initSLRFactor() local
778 SLRWeightTuple value{slrWeightX, slrWeightY, key}; in initSLRFactor()
859 SLRWeightMat slrWeightY = std::get<1>(*weightTuplePtr); in ScalePixelMapWithSLR() local
861 SLRProc::Parallel(src, dst, slrWeightX, slrWeightY); in ScalePixelMapWithSLR()
863 SLRProc::Serial(src, dst, slrWeightX, slrWeightY); in ScalePixelMapWithSLR()

Completed in 3 milliseconds