Home
last modified time | relevance | path

Searched defs:argb (Results 1 – 25 of 35) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dcolor_cache_utils.h35 static WEBP_INLINE int VP8LHashPix(uint32_t argb, int shift) { in VP8LHashPix()
46 uint32_t key, uint32_t argb) { in VP8LColorCacheSet()
52 uint32_t argb) { in VP8LColorCacheInsert()
58 uint32_t argb) { in VP8LColorCacheGetIndex()
64 uint32_t argb) { in VP8LColorCacheContains()
A Dutils.c256 const uint32_t* argb = pic->argb; in WebPGetColorPalette() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless_enc_mips_dsp_r2.c84 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()
A Dlossless_enc_neon.c39 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
A Dlossless.c246 const uint32_t argb = src[i]; in VP8LAddGreenToBlueAndRed_C() local
272 const uint32_t argb = src[i]; in VP8LTransformColorInverse_C() local
429 const uint32_t argb = *src++; in VP8LConvertBGRAToRGB_C() local
440 const uint32_t argb = *src++; in VP8LConvertBGRAToRGBA_C() local
452 const uint32_t argb = *src++; in VP8LConvertBGRAToRGBA4444_C() local
469 const uint32_t argb = *src++; in VP8LConvertBGRAToRGB565_C() local
486 const uint32_t argb = *src++; in VP8LConvertBGRAToBGR_C() local
498 const uint32_t argb = *src++; in CopyOrSwap() local
A Dalpha_processing_neon.c134 static int ExtractAlpha_NEON(const uint8_t* argb, int argb_stride, in ExtractAlpha_NEON()
164 static void ExtractGreen_NEON(const uint32_t* argb, in ExtractGreen_NEON()
A Dlossless_enc_sse41.c48 static void CollectColorBlueTransforms_SSE41(const uint32_t* argb, int stride, in CollectColorBlueTransforms_SSE41()
95 static void CollectColorRedTransforms_SSE41(const uint32_t* argb, int stride, in CollectColorRedTransforms_SSE41()
A Dlossless_enc.c506 const int argb = argb_data[i]; in VP8LSubtractGreenFromBlueAndRed_C() local
522 const uint32_t argb = data[i]; in VP8LTransformColor_C() local
537 uint32_t argb) { in TransformColorRed()
546 uint32_t argb) { in TransformColorBlue()
555 void VP8LCollectColorRedTransforms_C(const uint32_t* argb, int stride, in VP8LCollectColorRedTransforms_C()
567 void VP8LCollectColorBlueTransforms_C(const uint32_t* argb, int stride, in VP8LCollectColorBlueTransforms_C()
A Dupsampling_mips_dsp_r2.c80 uint8_t* const argb) { in YuvToRgba4444()
102 uint8_t* const argb) { in YuvToArgb()
A Dyuv.h110 uint8_t* const argb) { in VP8YuvToRgba4444()
129 uint8_t* const argb) { in VP8YuvToArgb()
A Dalpha_processing_sse41.c22 static int ExtractAlpha_SSE41(const uint8_t* argb, int argb_stride, in ExtractAlpha_SSE41()
A Dyuv.c119 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()
A Dalpha_processing.c143 const uint32_t argb = ptr[x]; in WebPMultARGBRow_C() local
325 static int ExtractAlpha_C(const uint8_t* argb, int argb_stride, in ExtractAlpha_C()
343 static void ExtractGreen_C(const uint32_t* argb, uint8_t* alpha, int size) { in ExtractGreen_C()
A Dalpha_processing_mips_dsp_r2.c90 const uint32_t argb = ptr[x]; in MultARGBRow_MIPSdspR2() local
A Dyuv_neon.c73 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()
A Dlossless_neon.c508 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
A Dyuv_sse41.c335 const uint32_t* const argb, __m128i* const rgb /*in[6]*/) { in RGB32PackedToPlanar_SSE41()
476 static void ConvertARGBToY_SSE41(const uint32_t* argb, uint8_t* y, int width) { in ConvertARGBToY_SSE41()
504 static void ConvertARGBToUV_SSE41(const uint32_t* argb, in ConvertARGBToUV_SSE41()
A Dupsampling_msa.c287 static void YuvToRgba4444(int y, int u, int v, uint8_t* const argb) { in YuvToRgba4444()
306 static void YuvToArgb(uint8_t y, uint8_t u, uint8_t v, uint8_t* const argb) { in YuvToArgb()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpredictor_enc.c58 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()
302 const uint32_t* const argb, in GetBestPredictorForTile()
416 uint32_t* const argb, in CopyImageWithPrediction()
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()
682 const uint32_t* const argb) { in GetBestColorTransformForTile()
707 uint32_t* argb) { in CopyTileWithColorTransform()
[all …]
A Dbackward_references_enc.c197 static WEBP_INLINE uint32_t GetPixPairHash64(const uint32_t* const argb) { in GetPixPairHash64()
225 const uint32_t* const argb, int xsize, int ysize, in VP8LHashChainFill()
411 const uint32_t* const argb, in BackwardReferencesRle()
454 const uint32_t* const argb, int cache_bits, in BackwardReferencesLz77()
526 const uint32_t* const argb, int cache_bits, in BackwardReferencesLz77Box()
694 static int CalculateBestCacheSize(const uint32_t* argb, int quality, in CalculateBestCacheSize()
794 static int BackwardRefsWithLocalCache(const uint32_t* const argb, in BackwardRefsWithLocalCache()
829 int width, int height, const uint32_t* const argb, in GetBackwardReferencesLowEffort()
845 int width, int height, const uint32_t* const argb, int quality, in GetBackwardReferences()
932 int width, int height, const uint32_t* const argb, int quality, in VP8LGetBackwardReferences()
A Dpicture_tools_enc.c170 uint32_t* argb; in WebPCleanupTransparentAreaLossless() local
251 uint32_t* argb = pic->argb; in WebPBlendAlpha() local
A Dbackward_references_cost_enc.c122 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()
A Dbackward_references_enc.h64 static WEBP_INLINE PixOrCopy PixOrCopyCreateLiteral(uint32_t argb) { in PixOrCopyCreateLiteral()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dwebpdec.c219 uint32_t* argb = pic->argb; in ReadWebP() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/
A Dget_disto.c205 const uint32_t argb = row[x]; in ConvertToGray() local

Completed in 39 milliseconds

12