/third_party/skia/third_party/externals/libwebp/src/dsp/ |
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
|
H A D | alpha_processing_neon.c | 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_sse41.c | 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.c | 295 static int DispatchAlpha_C(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, in DispatchAlpha_C() argument 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 | 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
|
/third_party/ffmpeg/libavcodec/ |
H A D | proresenc_anatoliy.c | 543 int luma_stride, chroma_stride, alpha_stride = 0; in encode_slice() local
|