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.c298 const int uv_out_height = (out_height + 1) >> 1; in InitYUVRescaler() local
330 buf->u, uv_out_width, uv_out_height, buf->u_stride, 1, in InitYUVRescaler()
333 buf->v, uv_out_width, uv_out_height, buf->v_stride, 1, in InitYUVRescaler()