Searched refs:SLRSliceKey (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc_slr.cpp | 113 struct SLRSliceKey { struct 114 SLRSliceKey(int v1, int v2) : x(v1), y(v2) {} in SLRSliceKey() argument 119 bool SLRBoxCheck(const SLRSliceKey &key, const SLRMat &src, const SLRMat &dst, const SLRWeightMat &… in SLRBoxCheck() 161 void SLRBox(const SLRSliceKey &key, const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SL… in SLRBox() 211 SLRSliceKey key(i, j); in Serial() 217 inline void SLRSubtask(const SLRSliceKey &key, const SLRMat &src, SLRMat &dst, in SLRSubtask() 225 SLRSliceKey boxKey(i, j); in SLRSubtask() 248 SLRSliceKey key(start, end); in Parallel() 261 SLRSliceKey key(i, j); in Parallel()
|