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

/external/opencv3/modules/videoio/src/
H A Dcap_mjpeg_encoder.cpp666 static const int cb_b = fix(0.5, fixc); member in namespace:cv::mjpeg
1357 U = DCT_DESCALE( r*cb_r + g*cb_g + b*cb_b, fixc );
1367 U = DCT_DESCALE( r*cb_r + g*cb_g + b*cb_b, fixc );
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp648 #define cb_b fix( 0.5, fixc ) macro
1768 int U = descale( r*cb_r + g*cb_g + b*cb_b, fixc - 2 );

Completed in 179 milliseconds