Searched refs:cr_g (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
H A Dcap_mjpeg_encoder.cpp669 static const int cr_g = -fix(0.4187, fixc); member in namespace:cv::mjpeg
1358 V = DCT_DESCALE( r*cr_r + g*cr_g + b*cr_b, fixc );
1368 V = DCT_DESCALE( r*cr_r + g*cr_g + b*cr_b, fixc );
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp651 #define cr_g -fix( 0.4187, fixc ) macro
1769 int V = descale( r*cr_r + g*cr_g + b*cr_b, fixc - 2 );

Completed in 121 milliseconds