Searched refs:outbuf_u (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dresize_util.c45 uint8_t *inbuf_u, *outbuf_u; local
99 outbuf_u = outbuf + target_width * target_height;
100 outbuf_v = outbuf_u + target_width * target_height / 4;
107 outbuf, target_width, outbuf_u, outbuf_v,
/external/libvpx/libvpx/examples/
H A Dresize_util.c45 uint8_t *inbuf_u, *outbuf_u; local
99 outbuf_u = outbuf + target_width * target_height;
100 outbuf_v = outbuf_u + target_width * target_height / 4;
107 outbuf, target_width, outbuf_u, outbuf_v,

Completed in 131 milliseconds