Home
last modified time | relevance | path

Searched defs:argb (Results 1 - 25 of 49) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dcopyimage.cpp16 uint32_t argb = *reinterpret_cast<const uint32_t *>(source); in CopyBGRA8ToRGBA8() local
/third_party/skia/experimental/docs/
H A Dutilities.js5 function argb(a, r, g, b) { function
/third_party/ffmpeg/libswscale/ppc/
H A Dyuv2rgb_altivec.h46 YUV2PACKEDX_HEADER(argb); variable
/third_party/skia/docs/examples/
H A DRGBA4f_FromColor.cpp8 SkColor argb = SkColorSetARGB(alpha, red, green, blue); in REG_FIDDLE() local
H A DRGBA4f_toSkColor.cpp9 SkColor argb = color4f.toSkColor(); in REG_FIDDLE() local
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dcolor_cache_utils.h37 int VP8LHashPix(uint32_t argb, int shift) { in VP8LHashPix() argument
47 VP8LColorCacheSet(const VP8LColorCache* const cc, uint32_t key, uint32_t argb) VP8LColorCacheSet() argument
53 VP8LColorCacheInsert(const VP8LColorCache* const cc, uint32_t argb) VP8LColorCacheInsert() argument
59 VP8LColorCacheGetIndex(const VP8LColorCache* const cc, uint32_t argb) VP8LColorCacheGetIndex() argument
65 VP8LColorCacheContains(const VP8LColorCache* const cc, uint32_t argb) VP8LColorCacheContains() argument
[all...]
H A Dutils.c264 const uint32_t* argb = pic->argb; in WebPGetColorPalette() local
/third_party/vk-gl-cts/framework/delibs/deimage/
H A DdeARGB.h44 DE_INLINE int deARGB_getRed (deARGB argb) { return (int)((argb >> 16) & 0xFF); } in deARGB_getRed() argument
45 DE_INLINE int deARGB_getGreen (deARGB argb) { return (int)((argb >> 8) & 0xFF); } in deARGB_getGreen() argument
46 DE_INLINE int deARGB_getBlue (deARGB argb) { return (int)((argb >> 0) & 0xFF); } in deARGB_getBlue() argument
47 DE_INLINE int deARGB_getAlpha (deARGB argb) { return (int)((argb >> 24) & 0xFF); } in deARGB_getAlpha() argument
49 DE_INLINE deARGB deARGB_multiply (deARGB argb, int f) in deARGB_multiply() argument
[all...]
H A DdeImage.c84 void deImage_setPixel (deImage* image, int x, int y, deARGB argb) in deImage_setPixel() argument
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dwebpdec.c219 uint32_t* argb = pic->argb; in ReadWebP() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_neon.c39 static WEBP_INLINE uint8x16_t DoGreenShuffle_NEON(const uint8x16_t argb, in DoGreenShuffle_NEON() argument
48 static WEBP_INLINE uint8x16_t DoGreenShuffle_NEON(const uint8x16_t argb, in DoGreenShuffle_NEON() argument
64 const uint8x16_t argb = vld1q_u8((uint8_t*)argb_data); in SubtractGreenFromBlueAndRed_NEON() local
H A Dupsampling_mips_dsp_r2.c79 YuvToRgba4444(int y, int u, int v, uint8_t* const argb) YuvToRgba4444() argument
101 YuvToArgb(uint8_t y, uint8_t u, uint8_t v, uint8_t* const argb) YuvToArgb() argument
[all...]
H A Dalpha_processing_mips_dsp_r2.c90 const uint32_t argb = ptr[x]; in MultARGBRow_MIPSdspR2() local
[all...]
H A Dalpha_processing_neon.c135 static int ExtractAlpha_NEON(const uint8_t* WEBP_RESTRICT argb, int argb_stride, in ExtractAlpha_NEON() argument
165 static void ExtractGreen_NEON(const uint32_t* WEBP_RESTRICT argb, in ExtractGreen_NEON() argument
H A Dalpha_processing_sse41.c22 static int ExtractAlpha_SSE41(const uint8_t* WEBP_RESTRICT argb, in ExtractAlpha_SSE41() argument
H A Dlossless_enc_sse41.c50 static void CollectColorBlueTransforms_SSE41(const uint32_t* argb, int stride, in CollectColorBlueTransforms_SSE41() argument
96 static void CollectColorRedTransforms_SSE41(const uint32_t* argb, int stride, in CollectColorRedTransforms_SSE41() argument
H A Dyuv.h109 VP8YuvToRgba4444(int y, int u, int v, uint8_t* const argb) VP8YuvToRgba4444() argument
128 VP8YuvToArgb(uint8_t y, uint8_t u, uint8_t v, uint8_t* const argb) VP8YuvToArgb() argument
H A Dlossless_enc_mips_dsp_r2.c84 uint32_t argb, argb1, new_red, new_red1; in TransformColor_MIPSdspR2() local
163 TransformColorBlue(uint8_t green_to_blue, uint8_t red_to_blue, uint32_t argb) TransformColorBlue() argument
174 CollectColorBlueTransforms_MIPSdspR2(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_blue, int red_to_blue, int histo[]) CollectColorBlueTransforms_MIPSdspR2() argument
220 TransformColorRed(uint8_t green_to_red, uint32_t argb) TransformColorRed() argument
228 CollectColorRedTransforms_MIPSdspR2(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_red, int histo[]) CollectColorRedTransforms_MIPSdspR2() argument
[all...]
H A Dlossless_mips_dsp_r2.c296 uint32_t argb, argb1, new_red; in TransformColorInverse_MIPSdspR2() local
H A Dupsampling_msa.c287 static void YuvToRgba4444(int y, int u, int v, uint8_t* const argb) { in YuvToRgba4444() argument
306 static void YuvToArgb(uint8_t y, uint8_t u, uint8_t v, uint8_t* const argb) { in YuvToArgb() argument
H A Dyuv.c119 static void ConvertARGBToY_C(const uint32_t* argb, uint8_t* y, int width) { in ConvertARGBToY_C() argument
128 void WebPConvertARGBToUV_C(const uint32_t* argb, uint8_t* u, uint8_t* v, in WebPConvertARGBToUV_C() argument
/third_party/skia/src/effects/
H A DSkTableColorFilter.cpp93 uint8_t argb[4*256]; in CreateProc() local
/third_party/ffmpeg/libavcodec/
H A Dqtrle.c361 unsigned int argb; in qtrle_decode_32bpp() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_tools_enc.c89 uint32_t* argb = pic->argb; in WebPReplaceTransparentPixels() local
246 uint32_t* argb = pic->argb; in WebPBlendAlpha() local
[all...]
/third_party/popt/src/
H A Dpoptint.h84 pbm_set * argb; member

Completed in 15 milliseconds

12