/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | alpha_processing_neon.c | 84 int alpha_stride, int width, int height, in DispatchAlpha_NEON() 106 alpha += alpha_stride; in DispatchAlpha_NEON() 116 int alpha_stride, int width, int height, in DispatchAlphaToGreen_NEON() 130 alpha += alpha_stride; in DispatchAlphaToGreen_NEON() 137 uint8_t* WEBP_RESTRICT alpha, int alpha_stride) { in ExtractAlpha_NEON() 157 alpha += alpha_stride; in ExtractAlpha_NEON() 83 DispatchAlpha_NEON(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int height, uint8_t* WEBP_RESTRICT dst, int dst_stride) DispatchAlpha_NEON() argument 115 DispatchAlphaToGreen_NEON(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int height, uint32_t* WEBP_RESTRICT dst, int dst_stride) DispatchAlphaToGreen_NEON() argument 135 ExtractAlpha_NEON(const uint8_t* WEBP_RESTRICT argb, int argb_stride, int width, int height, uint8_t* WEBP_RESTRICT alpha, int alpha_stride) ExtractAlpha_NEON() argument
|
H A D | alpha_processing.c | 199 const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, in WebPMultRows() 205 alpha += alpha_stride; in WebPMultRows() 295 static int DispatchAlpha_C(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, in DispatchAlpha_C() argument 307 alpha += alpha_stride; in DispatchAlpha_C() 315 int alpha_stride, int width, int height, in DispatchAlphaToGreen_C() 323 alpha += alpha_stride; in DispatchAlphaToGreen_C() 330 uint8_t* WEBP_RESTRICT alpha, int alpha_stride) { in ExtractAlpha_C() 341 alpha += alpha_stride; in ExtractAlpha_C() 198 WebPMultRows(uint8_t* WEBP_RESTRICT ptr, int stride, const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int num_rows, int inverse) WebPMultRows() argument 314 DispatchAlphaToGreen_C(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int height, uint32_t* WEBP_RESTRICT dst, int dst_stride) DispatchAlphaToGreen_C() argument 328 ExtractAlpha_C(const uint8_t* WEBP_RESTRICT argb, int argb_stride, int width, int height, uint8_t* WEBP_RESTRICT alpha, int alpha_stride) ExtractAlpha_C() argument
|
H A D | alpha_processing_sse2.c | 22 int alpha_stride, int width, int height, in DispatchAlpha_SSE2() 67 alpha += alpha_stride; in DispatchAlpha_SSE2() 76 int alpha_stride, int width, int height, in DispatchAlphaToGreen_SSE2() 97 alpha += alpha_stride; in DispatchAlphaToGreen_SSE2() 104 uint8_t* WEBP_RESTRICT alpha, int alpha_stride) { in ExtractAlpha_SSE2() 140 alpha += alpha_stride; in ExtractAlpha_SSE2() 21 DispatchAlpha_SSE2(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int height, uint8_t* WEBP_RESTRICT dst, int dst_stride) DispatchAlpha_SSE2() argument 75 DispatchAlphaToGreen_SSE2(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int height, uint32_t* WEBP_RESTRICT dst, int dst_stride) DispatchAlphaToGreen_SSE2() argument 102 ExtractAlpha_SSE2(const uint8_t* WEBP_RESTRICT argb, int argb_stride, int width, int height, uint8_t* WEBP_RESTRICT alpha, int alpha_stride) ExtractAlpha_SSE2() argument
|
H A D | alpha_processing_sse41.c | 24 uint8_t* WEBP_RESTRICT alpha, int alpha_stride) { in ExtractAlpha_SSE41() 71 alpha += alpha_stride; in ExtractAlpha_SSE41() 22 ExtractAlpha_SSE41(const uint8_t* WEBP_RESTRICT argb, int argb_stride, int width, int height, uint8_t* WEBP_RESTRICT alpha, int alpha_stride) ExtractAlpha_SSE41() argument
|
H A D | alpha_processing_mips_dsp_r2.c | 19 static int DispatchAlpha_MIPSdspR2(const uint8_t* alpha, int alpha_stride, in DispatchAlpha_MIPSdspR2() argument 64 alpha += alpha_stride; in DispatchAlpha_MIPSdspR2()
|
H A D | dsp.h | 613 int alpha_stride, int width, int height, 619 int alpha_stride, int width, int height, 629 int alpha_stride); 653 const uint8_t* WEBP_RESTRICT alpha, int alpha_stride,
|
/third_party/ffmpeg/libavcodec/ |
H A D | proresenc_anatoliy.c | 543 int luma_stride, chroma_stride, alpha_stride = 0; in encode_slice() local 562 alpha_stride = pic->linesize[3]; in encode_slice() 644 alpha_stride, avctx->width, avctx->height, in encode_slice()
|