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

  /external/webp/src/dec/
buffer_dec.c 55 const int a_stride = abs(buf->a_stride); local
59 const uint64_t a_size = MIN_BUFFER_SIZE(width, height, a_stride);
70 ok &= (a_stride >= width);
97 int uv_stride = 0, a_stride = 0; local
108 a_stride = w;
109 a_size = (uint64_t)a_stride * h;
136 buf->a_stride = a_stride;
165 buf->a += (H - 1) * buf->a_stride;
    [all...]
  /external/webp/src/enc/
picture_enc.c 58 picture->a_stride = 0;
98 int a_width, a_stride; local
113 a_stride = a_width;
116 a_size = (uint64_t)a_stride * height;
135 picture->a_stride = a_stride;
  /external/webp/include/webp/
decode.h 190 int a_stride; // alpha stride member in struct:WebPYUVABuffer
311 uint8_t* a, size_t a_size, int a_stride);
354 int* width, int* height, int* stride, int* uv_stride, int* a_stride);
encode.h 305 int a_stride; // stride of the alpha plane member in struct:WebPPicture
  /external/webp/src/webp/
decode.h 190 int a_stride; // alpha stride member in struct:WebPYUVABuffer
311 uint8_t* a, size_t a_size, int a_stride);
354 int* width, int* height, int* stride, int* uv_stride, int* a_stride);
encode.h 305 int a_stride; // stride of the alpha plane member in struct:WebPPicture

Completed in 351 milliseconds