Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture.c97 int a_width, a_stride; in WebPPictureAllocYUVA() local
111 a_width = has_alpha ? width : 0; in WebPPictureAllocYUVA()
112 a_stride = a_width; in WebPPictureAllocYUVA()
/external/opencv3/3rdparty/libwebp/enc/
Dpicture.c54 int a_width, a_stride; in WebPPictureAlloc() local
78 a_width = has_alpha ? width : 0; in WebPPictureAlloc()
79 a_stride = a_width; in WebPPictureAlloc()