Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/src/cuda/
H A Ddebayer.cu395 … __global__ void MHCdemosaic(PtrStepSz<DstType> dst, const int2 sourceOffset, const int2 firstRed) in MHCdemosaic() argument
506 alternate.x = (x + firstRed.x) % 2; in MHCdemosaic()
507 alternate.y = (y + firstRed.y) % 2; in MHCdemosaic()
523 …void MHCdemosaic(PtrStepSzb src, int2 sourceOffset, PtrStepSzb dst, int2 firstRed, cudaStream_t st… in MHCdemosaic() argument
532 … MHCdemosaic<dst_t><<<grid, block, 0, stream>>>((PtrStepSz<dst_t>)dst, sourceOffset, firstRed); in MHCdemosaic()
539 …template void MHCdemosaic<1>(PtrStepSzb src, int2 sourceOffset, PtrStepSzb dst, int2 firstRed, cud…
540 …template void MHCdemosaic<3>(PtrStepSzb src, int2 sourceOffset, PtrStepSzb dst, int2 firstRed, cud…
541 …template void MHCdemosaic<4>(PtrStepSzb src, int2 sourceOffset, PtrStepSzb dst, int2 firstRed, cud…
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/src/
H A Dcolor.cpp74 …void MHCdemosaic(PtrStepSzb src, int2 sourceOffset, PtrStepSzb dst, int2 firstRed, cudaStream_t st…
2146 …const int2 firstRed = make_int2(code == COLOR_BayerRG2BGR_MHT || code == COLOR_BayerGB2BGR_MHT ? 0… in demosaicing() local
2150 …cv::cuda::device::MHCdemosaic<3>(srcWhole, make_int2(ofs.x, ofs.y), dst, firstRed, StreamAccessor:… in demosaicing()
2152 …cv::cuda::device::MHCdemosaic<4>(srcWhole, make_int2(ofs.x, ofs.y), dst, firstRed, StreamAccessor:… in demosaicing()
2174 …const int2 firstRed = make_int2(code == COLOR_BayerRG2BGR_MHT || code == COLOR_BayerGB2BGR_MHT ? 0… in demosaicing() local
2177 …cv::cuda::device::MHCdemosaic<1>(srcWhole, make_int2(ofs.x, ofs.y), dst, firstRed, StreamAccessor:… in demosaicing()
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/concepts/
H A Dbpgraph.h940 void firstRed(RedNode&) const {} in firstRed() function
/dports/math/lemon/lemon-1.3.1/lemon/concepts/
H A Dbpgraph.h940 void firstRed(RedNode&) const {} in firstRed() function
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/concepts/
H A Dbpgraph.h940 void firstRed(RedNode&) const {} in firstRed() function
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/test/
H A Dtest_color.cpp2308 static void mosaic(const cv::Mat_<cv::Vec3b>& src, cv::Mat_<uchar>& dst, cv::Point firstRed) in mosaic()
2319 alternate.x = (x + firstRed.x) % 2; in mosaic()
2320 alternate.y = (y + firstRed.y) % 2; in mosaic()