Searched refs:RGB888toYUV420pInvoker (Results 1 – 1 of 1) sorted by relevance
6432 struct RGB888toYUV420pInvoker: public ParallelLoopBody struct6434 RGB888toYUV420pInvoker( const Mat& src, Mat* dst, const int uIdx ) in RGB888toYUV420pInvoker() argument6490 RGB888toYUV420pInvoker& operator=(const RGB888toYUV420pInvoker&);6500 RGB888toYUV420pInvoker<bIdx> colorConverter(src, &dst, uIdx); in cvtRGBtoYUV420p()6501 if( RGB888toYUV420pInvoker<bIdx>::isFit(src) ) in cvtRGBtoYUV420p()