Home
last modified time | relevance | path

Searched refs:FillAlphaPlane (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dec/
Dio_dec.c117 static void FillAlphaPlane(uint8_t* dst, int w, int h, int stride) { in FillAlphaPlane() function
143 FillAlphaPlane(dst, mb_w, mb_h, buf->a_stride); in EmitAlphaYUV()
286 FillAlphaPlane(dst_a, io->scaled_width, expected_num_lines_out, in EmitRescaledAlphaYUV()