Searched refs:WEBP_RESTRICT (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | alpha_processing.c | 160 void WebPMultRow_C(uint8_t* WEBP_RESTRICT const ptr, in WebPMultRow_C() 161 const uint8_t* WEBP_RESTRICT const alpha, in WebPMultRow_C() 182 void (*WebPMultRow)(uint8_t* WEBP_RESTRICT const ptr, 183 const uint8_t* WEBP_RESTRICT const alpha, 198 void WebPMultRows(uint8_t* WEBP_RESTRICT ptr, int stride, in WebPMultRows() 199 const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, in WebPMultRows() 295 static int DispatchAlpha_C(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, in DispatchAlpha_C() 297 uint8_t* WEBP_RESTRICT dst, int dst_stride) { in DispatchAlpha_C() 314 static void DispatchAlphaToGreen_C(const uint8_t* WEBP_RESTRICT alpha, in DispatchAlphaToGreen_C() 316 uint32_t* WEBP_RESTRICT dst, in DispatchAlphaToGreen_C() [all …]
|
D | dsp.h | 39 #define WEBP_RESTRICT __restrict__ macro 41 #define WEBP_RESTRICT __restrict 43 #define WEBP_RESTRICT 612 extern int (*WebPDispatchAlpha)(const uint8_t* WEBP_RESTRICT alpha, 614 uint8_t* WEBP_RESTRICT dst, int dst_stride); 618 extern void (*WebPDispatchAlphaToGreen)(const uint8_t* WEBP_RESTRICT alpha, 620 uint32_t* WEBP_RESTRICT dst, 626 extern int (*WebPExtractAlpha)(const uint8_t* WEBP_RESTRICT argb, 628 uint8_t* WEBP_RESTRICT alpha, 633 extern void (*WebPExtractGreen)(const uint32_t* WEBP_RESTRICT argb, [all …]
|
D | alpha_processing_neon.c | 83 static int DispatchAlpha_NEON(const uint8_t* WEBP_RESTRICT alpha, in DispatchAlpha_NEON() 85 uint8_t* WEBP_RESTRICT dst, int dst_stride) { in DispatchAlpha_NEON() 115 static void DispatchAlphaToGreen_NEON(const uint8_t* WEBP_RESTRICT alpha, in DispatchAlphaToGreen_NEON() 117 uint32_t* WEBP_RESTRICT dst, in DispatchAlphaToGreen_NEON() 135 static int ExtractAlpha_NEON(const uint8_t* WEBP_RESTRICT argb, int argb_stride, in ExtractAlpha_NEON() 137 uint8_t* WEBP_RESTRICT alpha, int alpha_stride) { in ExtractAlpha_NEON() 165 static void ExtractGreen_NEON(const uint32_t* WEBP_RESTRICT argb, in ExtractGreen_NEON() 166 uint8_t* WEBP_RESTRICT alpha, int size) { in ExtractGreen_NEON()
|
D | alpha_processing_sse2.c | 21 static int DispatchAlpha_SSE2(const uint8_t* WEBP_RESTRICT alpha, in DispatchAlpha_SSE2() 23 uint8_t* WEBP_RESTRICT dst, int dst_stride) { in DispatchAlpha_SSE2() 75 static void DispatchAlphaToGreen_SSE2(const uint8_t* WEBP_RESTRICT alpha, in DispatchAlphaToGreen_SSE2() 77 uint32_t* WEBP_RESTRICT dst, in DispatchAlphaToGreen_SSE2() 102 static int ExtractAlpha_SSE2(const uint8_t* WEBP_RESTRICT argb, int argb_stride, in ExtractAlpha_SSE2() 104 uint8_t* WEBP_RESTRICT alpha, int alpha_stride) { in ExtractAlpha_SSE2() 321 static void MultRow_SSE2(uint8_t* WEBP_RESTRICT const ptr, in MultRow_SSE2() 322 const uint8_t* WEBP_RESTRICT const alpha, in MultRow_SSE2()
|
D | alpha_processing_sse41.c | 22 static int ExtractAlpha_SSE41(const uint8_t* WEBP_RESTRICT argb, in ExtractAlpha_SSE41() 24 uint8_t* WEBP_RESTRICT alpha, int alpha_stride) { in ExtractAlpha_SSE41()
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | bit_reader_inl_utils.h | 58 void VP8LoadNewBytes(VP8BitReader* WEBP_RESTRICT const br) { in VP8LoadNewBytes() 107 static WEBP_INLINE int VP8GetBit(VP8BitReader* WEBP_RESTRICT const br, in VP8GetBit() 140 int VP8GetSigned(VP8BitReader* WEBP_RESTRICT const br, int v, in VP8GetSigned() 159 static WEBP_INLINE int VP8GetBitAlt(VP8BitReader* WEBP_RESTRICT const br, in VP8GetBitAlt()
|
/third_party/skia/third_party/externals/libwebp/ |
D | ChangeLog | 16 a1e5dae0 alpha_processing*: use WEBP_RESTRICT qualifier 22 e1a8d4f3 Merge "bit_reader_inl_utils: uniformly apply WEBP_RESTRICT" into main 24 0f13eec7 bit_reader_inl_utils: uniformly apply WEBP_RESTRICT 31 b1cf887f define WEBP_RESTRICT for MSVC 32 3e265136 Add WEBP_RESTRICT & use it in VP8BitReader
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 80177 static int DispatchAlpha_NEON(const uint8_t* WEBP_RESTRICT alpha, 80179 uint8_t* WEBP_RESTRICT dst, int dst_stride) { 80185 @@ -107,6 +107,7 @@ static int DispatchAlpha_NEON(const uint8_t* WEBP_RESTRICT alpha, 80193 @@ -135,7 +136,7 @@ static void DispatchAlphaToGreen_NEON(const uint8_t* WEBP_RESTRICT alpha, 80194 static int ExtractAlpha_NEON(const uint8_t* WEBP_RESTRICT argb, int argb_stride, 80196 uint8_t* WEBP_RESTRICT alpha, int alpha_stride) { 80202 @@ -157,6 +158,7 @@ static int ExtractAlpha_NEON(const uint8_t* WEBP_RESTRICT argb, int argb_stride,
|