Home
last modified time | relevance | path

Searched refs:vp9_resize_plane (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_resize.c506 void vp9_resize_plane(const uint8_t *const input, in vp9_resize_plane() function
540 vp9_resize_plane(y, height, width, y_stride, in vp9_resize_frame420()
542 vp9_resize_plane(u, height / 2, width / 2, uv_stride, in vp9_resize_frame420()
544 vp9_resize_plane(v, height / 2, width / 2, uv_stride, in vp9_resize_frame420()
555 vp9_resize_plane(y, height, width, y_stride, in vp9_resize_frame422()
557 vp9_resize_plane(u, height, width / 2, uv_stride, in vp9_resize_frame422()
559 vp9_resize_plane(v, height, width / 2, uv_stride, in vp9_resize_frame422()
570 vp9_resize_plane(y, height, width, y_stride, in vp9_resize_frame444()
572 vp9_resize_plane(u, height, width, uv_stride, in vp9_resize_frame444()
574 vp9_resize_plane(v, height, width, uv_stride, in vp9_resize_frame444()
Dvp9_resize.h17 void vp9_resize_plane(const uint8_t *const input,
Dvp9_onyx_if.c1904 vp9_resize_plane(srcs[i], in_h, in_w, src_strides[i], in scale_and_extend_frame_nonnormative()
1908 vp9_resize_plane(srcs[i], in_h_uv, in_w_uv, src_strides[i], in scale_and_extend_frame_nonnormative()