Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture.c96 int a_width, a_stride; in WebPPictureAllocYUVA() local
110 a_width = has_alpha ? width : 0; in WebPPictureAllocYUVA()
111 a_stride = a_width; in WebPPictureAllocYUVA()
/external/chromium_org/third_party/libwebp/enc/
Dpicture.c96 int a_width, a_stride; in WebPPictureAllocYUVA() local
110 a_width = has_alpha ? width : 0; in WebPPictureAllocYUVA()
111 a_stride = a_width; in WebPPictureAllocYUVA()