| /third_party/vk-gl-cts/framework/delibs/deimage/ |
| D | deARGB.h | 44 DE_INLINE int deARGB_getRed (deARGB argb) { return (int)((argb >> 16) & 0xFF); } in deARGB_getRed() 45 DE_INLINE int deARGB_getGreen (deARGB argb) { return (int)((argb >> 8) & 0xFF); } in deARGB_getGreen() 46 DE_INLINE int deARGB_getBlue (deARGB argb) { return (int)((argb >> 0) & 0xFF); } in deARGB_getBlue() 47 DE_INLINE int deARGB_getAlpha (deARGB argb) { return (int)((argb >> 24) & 0xFF); } in deARGB_getAlpha() 49 DE_INLINE deARGB deARGB_multiply (deARGB argb, int f) in deARGB_multiply()
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| D | color_cache_utils.h | 37 int VP8LHashPix(uint32_t argb, int shift) { in VP8LHashPix() 48 uint32_t key, uint32_t argb) { in VP8LColorCacheSet() 54 uint32_t argb) { in VP8LColorCacheInsert() 60 uint32_t argb) { in VP8LColorCacheGetIndex() 66 uint32_t argb) { in VP8LColorCacheContains()
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| D | lossless_enc_mips_dsp_r2.c | 84 uint32_t argb, argb1, new_red, new_red1; in TransformColor_MIPSdspR2() local 165 uint32_t argb) { in TransformColorBlue() 174 static void CollectColorBlueTransforms_MIPSdspR2(const uint32_t* argb, in CollectColorBlueTransforms_MIPSdspR2() 221 uint32_t argb) { in TransformColorRed() 228 static void CollectColorRedTransforms_MIPSdspR2(const uint32_t* argb, in CollectColorRedTransforms_MIPSdspR2()
|
| D | lossless_enc_neon.c | 39 static WEBP_INLINE uint8x16_t DoGreenShuffle_NEON(const uint8x16_t argb, in DoGreenShuffle_NEON() 48 static WEBP_INLINE uint8x16_t DoGreenShuffle_NEON(const uint8x16_t argb, in DoGreenShuffle_NEON() 64 const uint8x16_t argb = vld1q_u8((uint8_t*)argb_data); in SubtractGreenFromBlueAndRed_NEON() local
|
| D | lossless.c | 251 const uint32_t argb = src[i]; in VP8LAddGreenToBlueAndRed_C() local 277 const uint32_t argb = src[i]; in VP8LTransformColorInverse_C() local 434 const uint32_t argb = *src++; in VP8LConvertBGRAToRGB_C() local 445 const uint32_t argb = *src++; in VP8LConvertBGRAToRGBA_C() local 457 const uint32_t argb = *src++; in VP8LConvertBGRAToRGBA4444_C() local 474 const uint32_t argb = *src++; in VP8LConvertBGRAToRGB565_C() local 491 const uint32_t argb = *src++; in VP8LConvertBGRAToBGR_C() local 503 const uint32_t argb = *src++; in CopyOrSwap() local
|
| D | lossless_enc.c | 525 const int argb = argb_data[i]; in VP8LSubtractGreenFromBlueAndRed_C() local 545 const uint32_t argb = data[i]; in VP8LTransformColor_C() local 560 uint32_t argb) { in TransformColorRed() 569 uint32_t argb) { in TransformColorBlue() 578 void VP8LCollectColorRedTransforms_C(const uint32_t* argb, int stride, in VP8LCollectColorRedTransforms_C() 590 void VP8LCollectColorBlueTransforms_C(const uint32_t* argb, int stride, in VP8LCollectColorBlueTransforms_C()
|
| D | lossless_enc_sse41.c | 50 static void CollectColorBlueTransforms_SSE41(const uint32_t* argb, int stride, in CollectColorBlueTransforms_SSE41() 96 static void CollectColorRedTransforms_SSE41(const uint32_t* argb, int stride, in CollectColorRedTransforms_SSE41()
|
| D | alpha_processing_neon.c | 135 static int ExtractAlpha_NEON(const uint8_t* WEBP_RESTRICT argb, int argb_stride, in ExtractAlpha_NEON() 165 static void ExtractGreen_NEON(const uint32_t* WEBP_RESTRICT argb, in ExtractGreen_NEON()
|
| D | upsampling_mips_dsp_r2.c | 80 uint8_t* const argb) { in YuvToRgba4444() 102 uint8_t* const argb) { in YuvToArgb()
|
| D | yuv.h | 110 uint8_t* const argb) { in VP8YuvToRgba4444() 129 uint8_t* const argb) { in VP8YuvToArgb()
|
| D | alpha_processing_sse41.c | 22 static int ExtractAlpha_SSE41(const uint8_t* WEBP_RESTRICT argb, in ExtractAlpha_SSE41()
|
| D | yuv.c | 119 static void ConvertARGBToY_C(const uint32_t* argb, uint8_t* y, int width) { in ConvertARGBToY_C() 128 void WebPConvertARGBToUV_C(const uint32_t* argb, uint8_t* u, uint8_t* v, in WebPConvertARGBToUV_C()
|
| D | alpha_processing.c | 143 const uint32_t argb = ptr[x]; in WebPMultARGBRow_C() local 328 static int ExtractAlpha_C(const uint8_t* WEBP_RESTRICT argb, int argb_stride, in ExtractAlpha_C() 346 static void ExtractGreen_C(const uint32_t* WEBP_RESTRICT argb, in ExtractGreen_C()
|
| D | alpha_processing_mips_dsp_r2.c | 90 const uint32_t argb = ptr[x]; in MultARGBRow_MIPSdspR2() local
|
| D | yuv_neon.c | 73 static void ConvertARGBToY_NEON(const uint32_t* argb, uint8_t* y, int width) { in ConvertARGBToY_NEON() 134 static void ConvertARGBToUV_NEON(const uint32_t* argb, uint8_t* u, uint8_t* v, in ConvertARGBToUV_NEON()
|
| D | lossless_neon.c | 508 static WEBP_INLINE uint8x16_t DoGreenShuffle_NEON(const uint8x16_t argb, in DoGreenShuffle_NEON() 517 static WEBP_INLINE uint8x16_t DoGreenShuffle_NEON(const uint8x16_t argb, in DoGreenShuffle_NEON() 533 const uint8x16_t argb = vld1q_u8((const uint8_t*)src); in AddGreenToBlueAndRed_NEON() local
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| D | predictor_enc.c | 58 static WEBP_INLINE void UpdateHisto(int histo_argb[4][256], uint32_t argb) { in UpdateHisto() 112 static uint32_t AddGreenToBlueAndRed(uint32_t argb) { in AddGreenToBlueAndRed() 120 static void MaxDiffsForRow(int width, int stride, const uint32_t* const argb, in MaxDiffsForRow() 302 const uint32_t* const argb, in GetBestPredictorForTile() 416 uint32_t* const argb, in CopyImageWithPrediction() 476 uint32_t* const argb, uint32_t* const argb_scratch, in VP8LResidualImage() 541 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorRed() 564 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenToRed() 594 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorBlue() 628 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenRedToBlue() [all …]
|
| D | backward_references_enc.c | 229 uint32_t GetPixPairHash64(const uint32_t* const argb) { in GetPixPairHash64() 257 const uint32_t* const argb, int xsize, int ysize, in VP8LHashChainFill() 443 const uint32_t* const argb, in BackwardReferencesRle() 486 const uint32_t* const argb, int cache_bits, in BackwardReferencesLz77() 558 const uint32_t* const argb, int cache_bits, in BackwardReferencesLz77Box() 726 static int CalculateBestCacheSize(const uint32_t* argb, int quality, in CalculateBestCacheSize() 832 static int BackwardRefsWithLocalCache(const uint32_t* const argb, in BackwardRefsWithLocalCache() 867 int width, int height, const uint32_t* const argb, in GetBackwardReferencesLowEffort() 883 const uint32_t* const argb, int quality, in GetBackwardReferences() 1010 int width, int height, const uint32_t* const argb, int quality, in VP8LGetBackwardReferences()
|
| D | picture_tools_enc.c | 89 uint32_t* argb = pic->argb; in WebPReplaceTransparentPixels() local 246 uint32_t* argb = pic->argb; in WebPBlendAlpha() local
|
| D | backward_references_cost_enc.c | 122 const uint32_t* const argb, VP8LColorCache* const hashers, in AddSingleLiteralWithCostModel() 564 int xsize, int ysize, const uint32_t* const argb, int cache_bits, in BackwardReferencesHashChainDistanceOnly() 706 const uint32_t* const argb, int cache_bits, in BackwardReferencesHashChainFollowChosenPath() 762 const uint32_t* const argb, in VP8LBackwardReferencesTraceBackwards()
|
| /third_party/skia/third_party/externals/angle2/src/image_util/ |
| D | copyimage.cpp | 16 uint32_t argb = *reinterpret_cast<const uint32_t *>(source); in CopyBGRA8ToRGBA8() local
|
| /third_party/skia/docs/examples/ |
| D | RGBA4f_toSkColor.cpp | 9 SkColor argb = color4f.toSkColor(); in draw() local
|
| D | RGBA4f_FromColor.cpp | 8 SkColor argb = SkColorSetARGB(alpha, red, green, blue); in draw() local
|
| /third_party/skia/experimental/docs/ |
| D | utilities.js | 5 function argb(a, r, g, b) { function
|
| /third_party/skia/third_party/externals/libwebp/imageio/ |
| D | webpdec.c | 219 uint32_t* argb = pic->argb; in ReadWebP() local
|