Searched refs:uv_out_height (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
H A Dio.c319 const int uv_out_height = (out_height + 1) >> 1; local
341 buf->u, uv_out_width, uv_out_height, buf->u_stride, 1,
343 uv_in_height, uv_out_height,
346 buf->v, uv_out_width, uv_out_height, buf->v_stride, 1,
348 uv_in_height, uv_out_height,
/external/webp/src/dec/
H A Dio.c319 const int uv_out_height = (out_height + 1) >> 1; local
341 buf->u, uv_out_width, uv_out_height, buf->u_stride, 1,
343 uv_in_height, uv_out_height,
346 buf->v, uv_out_width, uv_out_height, buf->v_stride, 1,
348 uv_in_height, uv_out_height,

Completed in 106 milliseconds