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.c297 const int uv_out_width = (out_width + 1) >> 1; in InitYUVRescaler() local
302 const size_t uv_work_size = 2 * uv_out_width; // and for each u/v ones in InitYUVRescaler()
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()