OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uv_out_width
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libwebp/dec/
io.c
314
const int
uv_out_width
= (out_width + 1) >> 1;
local
319
const size_t uv_work_size = 2 *
uv_out_width
; // and for each u/v ones
337
buf->u,
uv_out_width
, uv_out_height, buf->u_stride, 1,
338
uv_in_width,
uv_out_width
,
342
buf->v,
uv_out_width
, uv_out_height, buf->v_stride, 1,
343
uv_in_width,
uv_out_width
,
/external/webp/src/dec/
io.c
292
const int
uv_out_width
= (out_width + 1) >> 1;
local
297
const size_t uv_work_size = 2 *
uv_out_width
; // and for each u/v ones
314
buf->u,
uv_out_width
, uv_out_height, buf->u_stride, 1,
317
buf->v,
uv_out_width
, uv_out_height, buf->v_stride, 1,
Completed in 308 milliseconds