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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
H A Dscale.c3763 const uint8* src_u, int src_stride_u,
3771 if (!src_y || !src_u || !src_v || src_width <= 0 || src_height == 0 ||
3781 src_u = src_u + (halfheight - 1) * src_stride_u;
3796 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight,
3807 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, argument
3814 if (!src_y || !src_u || !src_v || src_width <= 0 || src_height == 0 ||
3824 src_u = src_u + (halfheight - 1) * src_stride_u;
3840 ScalePlane(src_u, src_stride_
3762 I420Scale(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, int src_width, int src_height, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int dst_width, int dst_height, FilterMode filtering) argument
3867 const uint8* const src_u = src + src_width * src_height; local
[all...]

Completed in 37 milliseconds