| /third_party/skia/third_party/externals/angle2/src/image_util/ |
| H A D | copyimage.cpp | 16 uint32_t argb = *reinterpret_cast<const uint32_t *>(source); in CopyBGRA8ToRGBA8() local
|
| /third_party/skia/experimental/docs/ |
| H A D | utilities.js | 5 function argb(a, r, g, b) { function
|
| /third_party/ffmpeg/libswscale/ppc/ |
| H A D | yuv2rgb_altivec.h | 46 YUV2PACKEDX_HEADER(argb); variable
|
| /third_party/skia/docs/examples/ |
| H A D | RGBA4f_FromColor.cpp | 8 SkColor argb = SkColorSetARGB(alpha, red, green, blue); in REG_FIDDLE() local
|
| H A D | RGBA4f_toSkColor.cpp | 9 SkColor argb = color4f.toSkColor(); in REG_FIDDLE() local
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| H A D | color_cache_utils.h | 37 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 D | utils.c | 264 const uint32_t* argb = pic->argb; in WebPGetColorPalette() local
|
| /third_party/vk-gl-cts/framework/delibs/deimage/ |
| H A D | deARGB.h | 44 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 D | deImage.c | 84 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 D | webpdec.c | 219 uint32_t* argb = pic->argb; in ReadWebP() local
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | lossless_enc_neon.c | 39 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 D | upsampling_mips_dsp_r2.c | 79 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 D | alpha_processing_mips_dsp_r2.c | 90 const uint32_t argb = ptr[x]; in MultARGBRow_MIPSdspR2() local [all...] |
| H A D | alpha_processing_neon.c | 135 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 D | alpha_processing_sse41.c | 22 static int ExtractAlpha_SSE41(const uint8_t* WEBP_RESTRICT argb, in ExtractAlpha_SSE41() argument
|
| H A D | lossless_enc_sse41.c | 50 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 D | yuv.h | 109 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 D | lossless_enc_mips_dsp_r2.c | 84 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 D | lossless_mips_dsp_r2.c | 296 uint32_t argb, argb1, new_red; in TransformColorInverse_MIPSdspR2() local
|
| H A D | upsampling_msa.c | 287 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 D | yuv.c | 119 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 D | SkTableColorFilter.cpp | 93 uint8_t argb[4*256]; in CreateProc() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | qtrle.c | 361 unsigned int argb; in qtrle_decode_32bpp() local
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| H A D | picture_tools_enc.c | 89 uint32_t* argb = pic->argb; in WebPReplaceTransparentPixels() local 246 uint32_t* argb = pic->argb; in WebPBlendAlpha() local [all...] |
| /third_party/popt/src/ |
| H A D | poptint.h | 84 pbm_set * argb; member
|