Searched refs:vp9_resize_plane (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_resize.h17 void vp9_resize_plane(const uint8_t *const input,
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...]
H A Dvp9_encoder.c1395 vp9_resize_plane(srcs[i], src_heights[i], src_widths[i], src_strides[i],
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.h17 void vp9_resize_plane(const uint8_t *const input,
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...]
H A Dvp9_onyx_if.c1828 vp9_resize_plane(srcs[i], in_h, in_w, src_strides[i],
1832 vp9_resize_plane(srcs[i], in_h_uv, in_w_uv, src_strides[i],

Completed in 127 milliseconds