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

/external/chromium_org/third_party/libwebp/dec/
H A Dio.c318 const int uv_out_width = (out_width + 1) >> 1; local
323 const size_t uv_work_size = 2 * uv_out_width; // and for each u/v ones
341 buf->u, uv_out_width, uv_out_height, buf->u_stride, 1,
342 uv_in_width, uv_out_width,
346 buf->v, uv_out_width, uv_out_height, buf->v_stride, 1,
347 uv_in_width, uv_out_width,
/external/webp/src/dec/
H A Dio.c318 const int uv_out_width = (out_width + 1) >> 1; local
323 const size_t uv_work_size = 2 * uv_out_width; // and for each u/v ones
341 buf->u, uv_out_width, uv_out_height, buf->u_stride, 1,
342 uv_in_width, uv_out_width,
346 buf->v, uv_out_width, uv_out_height, buf->v_stride, 1,
347 uv_in_width, uv_out_width,

Completed in 202 milliseconds