Lines Matching refs:a_stride
55 static int SmoothenBlock(const uint8_t* a_ptr, int a_stride, uint8_t* y_ptr, in SmoothenBlock() argument
68 alpha_ptr += a_stride; in SmoothenBlock()
79 alpha_ptr += a_stride; in SmoothenBlock()
115 const int a_stride = pic->a_stride; in WebPCleanupTransparentArea() local
127 if (SmoothenBlock(a_ptr + x, a_stride, y_ptr + x, y_stride, in WebPCleanupTransparentArea()
143 SmoothenBlock(a_ptr + x, a_stride, y_ptr + x, y_stride, in WebPCleanupTransparentArea()
146 a_ptr += SIZE * a_stride; in WebPCleanupTransparentArea()
154 SmoothenBlock(a_ptr + x, a_stride, y_ptr + x, y_stride, in WebPCleanupTransparentArea()
158 SmoothenBlock(a_ptr + x, a_stride, y_ptr + x, y_stride, in WebPCleanupTransparentArea()
227 (y + 1 == pic->height) ? a_ptr : a_ptr + pic->a_stride; in WebPBlendAlpha()
247 a_ptr += pic->a_stride; in WebPBlendAlpha()