Searched refs:a_width (Results 1 – 2 of 2) sorted by relevance
97 int a_width, a_stride; in WebPPictureAllocYUVA() local111 a_width = has_alpha ? width : 0; in WebPPictureAllocYUVA()112 a_stride = a_width; in WebPPictureAllocYUVA()
54 int a_width, a_stride; in WebPPictureAlloc() local78 a_width = has_alpha ? width : 0; in WebPPictureAlloc()79 a_stride = a_width; in WebPPictureAlloc()