Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_mjpeg_encoder.cpp669 static const int cr_g = -fix(0.4187, fixc); variable
1358 V = DCT_DESCALE( r*cr_r + g*cr_g + b*cr_b, fixc ); in writeFrameData()
1368 V = DCT_DESCALE( r*cr_r + g*cr_g + b*cr_b, fixc ); in writeFrameData()
/external/opencv/otherlibs/highgui/
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 ); in WriteImage()