Home
last modified time | relevance | path

Searched refs:alpha_stride (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_neon.c84 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 Dalpha_processing.c199 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 Dalpha_processing_sse2.c22 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 Dalpha_processing_sse41.c24 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 Dalpha_processing_mips_dsp_r2.c19 static int DispatchAlpha_MIPSdspR2(const uint8_t* alpha, int alpha_stride, in DispatchAlpha_MIPSdspR2() argument
64 alpha += alpha_stride; in DispatchAlpha_MIPSdspR2()
H A Ddsp.h613 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 Dproresenc_anatoliy.c543 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()

Completed in 8 milliseconds