Home | History | Annotate | Download | only in src

Lines Matching defs:start_with_green

509         ParallelLoopBody(), srcmat(_srcmat), dstmat(_dstmat), Start_with_green(_start_with_green),
525 int start_with_green = Start_with_green;
534 start_with_green = !start_with_green;
553 if( start_with_green )
596 start_with_green = !start_with_green;
603 int Start_with_green;
617 int start_with_green = code == CV_BayerGB2GRAY || code == CV_BayerGR2GRAY;
632 start_with_green, brow, size, bcoeff, rcoeff);
669 srcmat(_srcmat), dstmat(_dstmat), Start_with_green(_start_with_green), Blue(_blue), size(_size)
686 int blue = Blue, start_with_green = Start_with_green;
690 start_with_green = !start_with_green;
717 if( start_with_green )
866 start_with_green = !start_with_green;
873 int Start_with_green, Blue;
883 int start_with_green = code == CV_BayerGB2BGR || code == CV_BayerGR2BGR;
892 Bayer2RGB_Invoker<T, SIMDInterpolator> invoker(srcmat, dstmat, start_with_green, blue, size);
1475 src(_src), dst(_dst), size(_size), Blue(_blue), Start_with_green(_start_with_green)
1483 int start_with_green = Start_with_green, blue = Blue;
1492 start_with_green ^= 1;
1500 if (start_with_green)
1553 start_with_green ^= 1;
1564 int Blue, Start_with_green;
1582 int start_with_green = code == CV_BayerGB2BGR_EA || code == CV_BayerGR2BGR_EA ? 1 : 0;
1587 Bayer2RGB_EdgeAware_T_Invoker<T, SIMDInterpolator> invoker(src, dst, size, blue, start_with_green);