Home
last modified time | relevance | path

Searched refs:I420Scale (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
Dscale.h38 int I420Scale(const uint8* src_y, int src_stride_y,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp8_multi_resolution_encoder.c377 I420Scale(raw[i-1].planes[VPX_PLANE_Y], raw[i-1].stride[VPX_PLANE_Y], in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c125 return I420Scale(src->planes[VPX_PLANE_Y], src->stride[VPX_PLANE_Y], in vpx_image_scale()
Dvpxenc.c1276 I420Scale(img->planes[VPX_PLANE_Y], img->stride[VPX_PLANE_Y], in encode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c3762 int I420Scale(const uint8* src_y, int src_stride_y, in I420Scale() function