Searched defs:a_stride (Results 1 – 11 of 11) sorted by relevance
55 const int a_stride = abs(buf->a_stride); in CheckDecBuffer() local98 int uv_stride = 0, a_stride = 0; in AllocateBuffer() local
714 uint8_t* a, size_t a_size, int a_stride) { in WebPINewYUVA()868 int* stride, int* uv_stride, int* a_stride) { in WebPIDecGetYUVA()
55 static int SmoothenBlock(const uint8_t* a_ptr, int a_stride, uint8_t* y_ptr, in SmoothenBlock()115 const int a_stride = pic->a_stride; in WebPCleanupTransparentArea() local
97 int a_width, a_stride; in WebPPictureAllocYUVA() local
196 int a_stride; // alpha stride member
308 int a_stride; // stride of the alpha plane member
447 const int a_stride = buffer->u.YUVA.a_stride; in WebPWriteAlphaPlane() local
Completed in 20 milliseconds