HomeSort by relevance Sort by last modified time
    Searched refs:a_stride (Results 1 - 5 of 5) sorted by null

  /external/webp/src/dec/
buffer.c 36 const int a_size = buf->a_stride * height;
45 ok &= (buf->a_stride >= width);
67 int uv_stride = 0, a_stride = 0; local
79 a_stride = w;
80 a_size = (uint64_t)a_stride * h;
110 buf->a_stride = a_stride;
io.c 381 uint8_t* dst = buf->a + io->mb_y * buf->a_stride;
387 dst += buf->a_stride;
585 buf->a, out_width, out_height, buf->a_stride,
    [all...]
  /external/webp/src/enc/
picture.c 35 int a_width, a_stride; local
60 a_stride = a_width;
63 a_size = (uint64_t)a_stride * height;
76 picture->a_stride = a_stride;
146 memcpy(dst->a + y * dst->a_stride,
147 src->a + y * src->a_stride, src->width);
197 memcpy(tmp.a + y * tmp.a_stride,
198 pic->a + (top + y) * pic->a_stride + left, width);
352 RescalePlane(pic->a, prev_width, prev_height, pic->a_stride,
    [all...]
  /external/webp/include/webp/
encode.h 174 int a_stride; // stride of the alpha plane member in struct:WebPPicture
decode.h 132 int a_stride; // alpha stride member in struct:__anon13530

Completed in 60 milliseconds