Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dio_dec.c301 const int uv_out_width = (out_width + 1) >> 1; in InitYUVRescaler() local
306 const size_t uv_work_size = 2 * uv_out_width; // and for each u/v ones in InitYUVRescaler()
334 buf->u, uv_out_width, uv_out_height, buf->u_stride, 1, in InitYUVRescaler()
337 buf->v, uv_out_width, uv_out_height, buf->v_stride, 1, in InitYUVRescaler()