Searched defs:vp9_resize_plane (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_resize.c506 void vp9_resize_plane(const uint8_t *const input, function
540 vp9_resize_plane(y, height, width, y_stride,
542 vp9_resize_plane(u, height / 2, width / 2, uv_stride,
544 vp9_resize_plane(v, height / 2, width / 2, uv_stride,
555 vp9_resize_plane(y, height, width, y_stride,
557 vp9_resize_plane(u, height, width / 2, uv_stride,
559 vp9_resize_plane(v, height, width / 2, uv_stride,
570 vp9_resize_plane(y, height, width, y_stride,
572 vp9_resize_plane(u, height, width, uv_stride,
574 vp9_resize_plane(
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.c506 void vp9_resize_plane(const uint8_t *const input, function
540 vp9_resize_plane(y, height, width, y_stride,
542 vp9_resize_plane(u, height / 2, width / 2, uv_stride,
544 vp9_resize_plane(v, height / 2, width / 2, uv_stride,
555 vp9_resize_plane(y, height, width, y_stride,
557 vp9_resize_plane(u, height, width / 2, uv_stride,
559 vp9_resize_plane(v, height, width / 2, uv_stride,
570 vp9_resize_plane(y, height, width, y_stride,
572 vp9_resize_plane(u, height, width, uv_stride,
574 vp9_resize_plane(
[all...]

Completed in 1110 milliseconds