Home
last modified time | relevance | path

Searched defs:alpha_stride (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_mips_dsp_r2.c19 static int DispatchAlpha_MIPSdspR2(const uint8_t* alpha, int alpha_stride, in DispatchAlpha_MIPSdspR2() argument
H A Dalpha_processing_neon.c83 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 Dalpha_processing_sse41.c22 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 Dalpha_processing.c295 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 Dalpha_processing_sse2.c21 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 Dproresenc_anatoliy.c543 int luma_stride, chroma_stride, alpha_stride = 0; in encode_slice() local

Completed in 6 milliseconds