Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dio.c315 const int uv_out_height = (out_height + 1) >> 1; in InitYUVRescaler() local
337 buf->u, uv_out_width, uv_out_height, buf->u_stride, 1, in InitYUVRescaler()
339 uv_in_height, uv_out_height, in InitYUVRescaler()
342 buf->v, uv_out_width, uv_out_height, buf->v_stride, 1, in InitYUVRescaler()
344 uv_in_height, uv_out_height, in InitYUVRescaler()
/external/webp/src/dec/
Dio.c293 const int uv_out_height = (out_height + 1) >> 1; in InitYUVRescaler() local
314 buf->u, uv_out_width, uv_out_height, buf->u_stride, 1, in InitYUVRescaler()
317 buf->v, uv_out_width, uv_out_height, buf->v_stride, 1, in InitYUVRescaler()