Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpost_proc_slr.h76 using SLRWeightVec = std::vector<std::vector<float>>; variable
77 using SLRWeightMat = std::shared_ptr<SLRWeightVec>;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc_slr.cpp60 SLRWeightMat weights = std::make_shared<SLRWeightVec>(n, std::vector<float>(2 * a, 0)); in GetWeights()