HomeSort by relevance Sort by last modified time
    Searched refs:bgra (Results 1 - 17 of 17) sorted by null

  /external/opencv3/modules/imgcodecs/src/
utils.hpp 61 void icvCvt_BGRA2Gray_8u_C4C1R( const uchar* bgra, int bgra_step,
64 void icvCvt_BGRA2Gray_16u_CnC1R( const ushort* bgra, int bgra_step,
73 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step,
76 void icvCvt_BGRA2BGR_16u_C4C3R( const ushort* bgra, int bgra_step,
87 void icvCvt_BGRA2RGBA_8u_C4R( const uchar* bgra, int bgra_step,
91 void icvCvt_BGRA2RGBA_16u_C4R( const ushort* bgra, int bgra_step,
utils.cpp 137 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step,
145 for( i = 0; i < size.width; i++, bgr += 3, bgra += 4 )
147 uchar t0 = bgra[swap_rb], t1 = bgra[1];
149 t0 = bgra[swap_rb^2]; bgr[2] = t0;
152 bgra += bgra_step - size.width*4;
157 void icvCvt_BGRA2BGR_16u_C4C3R( const ushort* bgra, int bgra_step,
165 for( i = 0; i < size.width; i++, bgr += 3, bgra += 4 )
167 ushort t0 = bgra[swap_rb], t1 = bgra[1]
    [all...]
  /external/opencv/otherlibs/highgui/
utils.cpp 155 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step,
163 for( i = 0; i < size.width; i++, bgr += 3, bgra += 4 )
165 uchar t0 = bgra[swap_rb], t1 = bgra[1];
167 t0 = bgra[swap_rb^2]; bgr[2] = t0;
170 bgra += bgra_step - size.width*4;
175 void icvCvt_BGRA2RGBA_8u_C4R( const uchar* bgra, int bgra_step,
181 for( i = 0; i < size.width; i++, bgra += 4, rgba += 4 )
183 uchar t0 = bgra[0], t1 = bgra[1]
    [all...]
utils.h 64 void icvCvt_BGRA2Gray_8u_C4C1R( const uchar* bgra, int bgra_step,
69 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step,
79 void icvCvt_BGRA2RGBA_8u_C4R( const uchar* bgra, int bgra_step,
  /external/webp/src/dsp/
upsampling_mips_dsp_r2.c 113 uint8_t* const bgra) {
116 bgra[0] = b;
117 bgra[1] = g;
118 bgra[2] = r;
119 bgra[3] = 0xff;
yuv.h 149 uint8_t* const bgra) {
150 VP8YuvToBgr(y, u, v, bgra);
151 bgra[3] = 0xff;
  /external/freetype/src/base/
ftbitmap.c 431 ft_gray_for_premultiplied_srgb_bgra( const FT_Byte* bgra )
433 FT_UInt a = bgra[3];
455 l = ( 4732UL /* 0.0722 * 65536 */ * bgra[0] * bgra[0] +
456 46871UL /* 0.7152 * 65536 */ * bgra[1] * bgra[1] +
457 13933UL /* 0.2126 * 65536 */ * bgra[2] * bgra[2] ) >> 16;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftbitmap.c 431 ft_gray_for_premultiplied_srgb_bgra( const FT_Byte* bgra )
433 FT_UInt a = bgra[3];
455 l = ( 4732UL /* 0.0722 * 65536 */ * bgra[0] * bgra[0] +
456 46871UL /* 0.7152 * 65536 */ * bgra[1] * bgra[1] +
457 13933UL /* 0.2126 * 65536 */ * bgra[2] * bgra[2] ) >> 16;
  /external/pdfium/third_party/freetype/src/base/
ftbitmap.c 431 ft_gray_for_premultiplied_srgb_bgra( const FT_Byte* bgra )
433 FT_UInt a = bgra[3];
455 l = ( 4732UL /* 0.0722 * 65536 */ * bgra[0] * bgra[0] +
456 46871UL /* 0.7152 * 65536 */ * bgra[1] * bgra[1] +
457 13933UL /* 0.2126 * 65536 */ * bgra[2] * bgra[2] ) >> 16;
  /external/opencv3/3rdparty/libwebp/webp/
encode.h 58 WEBP_EXTERN(size_t) WebPEncodeBGRA(const uint8_t* bgra,
74 WEBP_EXTERN(size_t) WebPEncodeLosslessBGRA(const uint8_t* bgra,
434 WebPPicture* picture, const uint8_t* bgra, int bgra_stride);
  /external/webp/include/webp/
encode.h 58 WEBP_EXTERN(size_t) WebPEncodeBGRA(const uint8_t* bgra,
74 WEBP_EXTERN(size_t) WebPEncodeLosslessBGRA(const uint8_t* bgra,
456 WebPPicture* picture, const uint8_t* bgra, int bgra_stride);
  /external/webp/src/webp/
encode.h 58 WEBP_EXTERN(size_t) WebPEncodeBGRA(const uint8_t* bgra,
74 WEBP_EXTERN(size_t) WebPEncodeLosslessBGRA(const uint8_t* bgra,
456 WebPPicture* picture, const uint8_t* bgra, int bgra_stride);
  /external/opencv3/3rdparty/libwebp/dsp/
yuv.h 217 uint8_t* const bgra) {
218 VP8YuvToBgr(y, u, v, bgra);
219 bgra[3] = 0xff;
  /external/pdfium/samples/
image_diff_png.cc 35 // 4 bytes per pixel, in BGRA order in memory regardless of endianness.
46 // Converts BGRA->RGBA and RGBA->BGRA.
134 unsigned char* bgra, bool* is_opaque) {
137 unsigned char* pixel_out = &bgra[x * 4];
385 void ConvertBGRAtoRGB(const unsigned char* bgra, int pixel_width,
388 const unsigned char* pixel_in = &bgra[x * 4];
632 // Encode an BGRA pixel array into a PNG.
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 450 } BGRA;
451 BGRA *bgra, c; local
473 bgra=malloc(n*sizeof(BGRA));
474 if (!bgra) {
486 bgra[i]=c;
489 bgra[i].i=0;
498 bgra[i]=c;
501 bmp=CreateBitmap(n, 1, 1, 32, bgra);
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 152 uint8_t bgra[4]; local
158 pIccModule->TranslateScanline(pIccTransform, bgra, (const uint8_t*)&color,
160 bgra[3] = FXGETFLAG_COLORTYPE(alpha_flag)
164 argb = FXARGB_MAKE(bgra[3], bgra[2], bgra[1], bgra[0]);
168 FXSYS_GetYValue(color), FXSYS_GetKValue(color), bgra[2], local
169 bgra[1], bgra[0]) local
    [all...]
  /external/skia/src/opts/
SkSwizzler_opts.h 582 __m128i bgra = _mm_shuffle_epi8(rgba, swapRB); local
583 _mm_storeu_si128((__m128i*) dst, bgra);

Completed in 501 milliseconds