HomeSort by relevance Sort by last modified time
    Searched refs:uv_out_height (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
io.c 319 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/
io.c 319 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 662 milliseconds