/external/opencv3/modules/photo/src/ |
denoising.cpp | 48 template<typename ST, typename IT, typename UIT, typename D> 58 FastNlMeansDenoisingInvoker<ST, IT, UIT, D, int>( 65 FastNlMeansDenoisingInvoker<Vec<ST, 2>, IT, UIT, D, int>( 70 FastNlMeansDenoisingInvoker<Vec<ST, 2>, IT, UIT, D, Vec2i>( 77 FastNlMeansDenoisingInvoker<Vec<ST, 3>, IT, UIT, D, int>( 82 FastNlMeansDenoisingInvoker<Vec<ST, 3>, IT, UIT, D, Vec3i>( 89 FastNlMeansDenoisingInvoker<Vec<ST, 4>, IT, UIT, D, int>( 94 FastNlMeansDenoisingInvoker<Vec<ST, 4>, IT, UIT, D, Vec4i>( 241 template<typename ST, typename IT, typename UIT, typename D> 254 FastNlMeansMultiDenoisingInvoker<uchar, IT, UIT, D, int> [all...] |
fast_nlmeans_denoising_invoker.hpp | 53 template <typename T, typename IT, typename UIT, typename D, typename WT> 102 template <typename T, typename IT, typename UIT, typename D, typename WT> 103 FastNlMeansDenoisingInvoker<T, IT, UIT, D, WT>::FastNlMeansDenoisingInvoker( 148 template <typename T, typename IT, typename UIT, typename D, typename WT> 149 void FastNlMeansDenoisingInvoker<T, IT, UIT, D, WT>::operator() (const Range& range) const 245 divByWeightsSum<IT, UIT, pixelInfo<T>::channels, pixelInfo<WT>::channels>(estimation, 252 template <typename T, typename IT, typename UIT, typename D, typename WT> 253 inline void FastNlMeansDenoisingInvoker<T, IT, UIT, D, WT>::calcDistSumsForFirstElementInRow( 286 template <typename T, typename IT, typename UIT, typename D, typename WT> 287 inline void FastNlMeansDenoisingInvoker<T, IT, UIT, D, WT>::calcDistSumsForElementInFirstRow [all...] |
fast_nlmeans_multi_denoising_invoker.hpp | 53 template <typename T, typename IT, typename UIT, typename D, typename WT> 97 template <typename T, typename IT, typename UIT, typename D, typename WT> 98 FastNlMeansMultiDenoisingInvoker<T, IT, UIT, D, WT>::FastNlMeansMultiDenoisingInvoker( 159 template <typename T, typename IT, typename UIT, typename D, typename WT> 160 void FastNlMeansMultiDenoisingInvoker<T, IT, UIT, D, WT>::operator() (const Range& range) const 272 divByWeightsSum<IT, UIT, pixelInfo<T>::channels, pixelInfo<WT>::channels>(estimation, 279 template <typename T, typename IT, typename UIT, typename D, typename WT> 280 inline void FastNlMeansMultiDenoisingInvoker<T, IT, UIT, D, WT>::calcDistSumsForFirstElementInRow( 320 template <typename T, typename IT, typename UIT, typename D, typename WT> 321 inline void FastNlMeansMultiDenoisingInvoker<T, IT, UIT, D, WT>::calcDistSumsForElementInFirstRow [all...] |
fast_nlmeans_denoising_invoker_commons.hpp | 403 template <typename IT, typename UIT, int nc, int nw> struct divByWeightsSum_ 408 template <typename IT, typename UIT> struct divByWeightsSum_<IT, UIT, 1, 1> 412 estimation[0] = (static_cast<UIT>(estimation[0]) + weights_sum[0]/2) / weights_sum[0]; 416 template <typename IT, typename UIT, int n> struct divByWeightsSum_<IT, UIT, n, 1> 421 estimation[i] = (static_cast<UIT>(estimation[i]) + weights_sum[0]/2) / weights_sum[0]; 425 template <typename IT, typename UIT, int n> struct divByWeightsSum_<IT, UIT, n, n> 430 estimation[i] = (static_cast<UIT>(estimation[i]) + weights_sum[i]/2) / weights_sum[i] [all...] |
/external/llvm/tools/llvm-readobj/ |
ARMEHABIPrinter.h | 545 DictScope UIT(SW, "UnwindIndexTable");
|
/external/webrtc/talk/media/testdata/ |
h264-svc-99-640x360.rtpdump | [all...] |