Home
last modified time | relevance | path

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

/external/webp/examples/
Ddwebp.c259 const int a_height = yuv->a ? height : 0; in WritePGMOrYUV() local
262 out_stride, height + uv_height + a_height); in WritePGMOrYUV()
283 for (y = 0; ok && y < a_height; ++y) { in WritePGMOrYUV()