Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dio_dec.c303 const int uv_out_height = (out_height + 1) >> 1; in InitYUVRescaler() local
335 buf->u, uv_out_width, uv_out_height, buf->u_stride, 1, in InitYUVRescaler()
338 buf->v, uv_out_width, uv_out_height, buf->v_stride, 1, in InitYUVRescaler()