/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | color_cache_utils.h | 35 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 D | utils.c | 256 const uint32_t* argb = pic->argb; in WebPGetColorPalette() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A 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()
|
A 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
|
A D | lossless.c | 246 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 D | alpha_processing_neon.c | 134 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 D | lossless_enc_sse41.c | 48 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 D | lossless_enc.c | 506 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 D | upsampling_mips_dsp_r2.c | 80 uint8_t* const argb) { in YuvToRgba4444() 102 uint8_t* const argb) { in YuvToArgb()
|
A D | yuv.h | 110 uint8_t* const argb) { in VP8YuvToRgba4444() 129 uint8_t* const argb) { in VP8YuvToArgb()
|
A D | alpha_processing_sse41.c | 22 static int ExtractAlpha_SSE41(const uint8_t* argb, int argb_stride, in ExtractAlpha_SSE41()
|
A 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()
|
A D | alpha_processing.c | 143 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 D | alpha_processing_mips_dsp_r2.c | 90 const uint32_t argb = ptr[x]; in MultARGBRow_MIPSdspR2() local
|
A 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()
|
A 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
|
A D | yuv_sse41.c | 335 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 D | upsampling_msa.c | 287 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 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() 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 D | backward_references_enc.c | 197 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 D | picture_tools_enc.c | 170 uint32_t* argb; in WebPCleanupTransparentAreaLossless() local 251 uint32_t* argb = pic->argb; in WebPBlendAlpha() local
|
A 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()
|
A D | backward_references_enc.h | 64 static WEBP_INLINE PixOrCopy PixOrCopyCreateLiteral(uint32_t argb) { in PixOrCopyCreateLiteral()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | webpdec.c | 219 uint32_t* argb = pic->argb; in ReadWebP() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/ |
A D | get_disto.c | 205 const uint32_t argb = row[x]; in ConvertToGray() local
|