Searched defs:swap_rb (Results 1 - 2 of 2) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dutils.cpp88 int swap_rb = _swap_rb ? 2 : 0; local
93 int t = descale( rgb[swap_rb]*cB + rgb[1]*cG + rgb[swap_rb^2]*cR, SCALE );
107 int swap_rb = _swap_rb ? 2 : 0; local
112 int t = descale( rgb[swap_rb]*cB + rgb[1]*cG + rgb[swap_rb^2]*cR, SCALE );
126 int swap_rb = _swap_rb ? 2 : 0; local
131 int t = descale( rgba[swap_rb]*cB + rgba[1]*cG + rgba[swap_rb^2]*cR, SCALE );
160 int swap_rb local
581 int src_cn, dst_cn, swap_rb = flags & CV_CVTIMG_SWAP_RB; local
[all...]
/external/webp/src/enc/
H A Dpicture_csp_enc.c1089 int step, int swap_rb, int import_alpha) {
1091 const uint8_t* r_ptr = rgb + (swap_rb ? 2 : 0);
1093 const uint8_t* b_ptr = rgb + (swap_rb ? 0 : 2);
1087 Import(WebPPicture* const picture, const uint8_t* const rgb, int rgb_stride, int step, int swap_rb, int import_alpha) argument

Completed in 99 milliseconds