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

/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_csp.c335 int step, int swap_rb, int import_alpha) {
337 const uint8_t* const r_ptr = rgb + (swap_rb ? 2 : 0);
339 const uint8_t* const b_ptr = rgb + (swap_rb ? 0 : 2);
333 Import(WebPPicture* const picture, const uint8_t* const rgb, int rgb_stride, int step, int swap_rb, int import_alpha) argument
/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.c335 int step, int swap_rb, int import_alpha) {
337 const uint8_t* const r_ptr = rgb + (swap_rb ? 2 : 0);
339 const uint8_t* const b_ptr = rgb + (swap_rb ? 0 : 2);
333 Import(WebPPicture* const picture, const uint8_t* const rgb, int rgb_stride, int step, int swap_rb, int import_alpha) argument

Completed in 1138 milliseconds