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/ |
D | scale.h | 38 int I420Scale(const uint8* src_y, int src_stride_y,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 377 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/ |
D | vpxdec.c | 125 return I420Scale(src->planes[VPX_PLANE_Y], src->stride[VPX_PLANE_Y], in vpx_image_scale()
|
D | vpxenc.c | 1276 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/ |
D | scale.c | 3762 int I420Scale(const uint8* src_y, int src_stride_y, in I420Scale() function
|