HomeSort by relevance Sort by last modified time
    Searched refs:I420Scale (Results 1 - 13 of 13) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
scale.h 38 int I420Scale(const uint8* src_y, int src_stride_y,
  /external/libyuv/files/include/libyuv/
scale.h 47 int I420Scale(const uint8* src_y, int src_stride_y,
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 54 int I420Scale(const uint8* src_y, int src_stride_y,
  /external/libyuv/files/unit_test/
scale_test.cc 71 I420Scale(src_y + (src_stride_y * b) + b, src_stride_y,
80 I420Scale(src_y + (src_stride_y * b) + b, src_stride_y,
92 I420Scale(src_y + (src_stride_y * b) + b, src_stride_y,
106 I420Scale(src_y + (src_stride_y * b) + b, src_stride_y,
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 359 I420Scale(raw[i-1].planes[VPX_PLANE_Y], raw[i-1].stride[VPX_PLANE_Y],
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c 377 I420Scale(raw[i-1].planes[VPX_PLANE_Y], raw[i-1].stride[VPX_PLANE_Y],
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.cc     [all...]
  /external/libvpx/libvpx/
vpxdec.c 130 return I420Scale(src->planes[VPX_PLANE_Y], src->stride[VPX_PLANE_Y],
    [all...]
vpxenc.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 125 return I420Scale(src->planes[VPX_PLANE_Y], src->stride[VPX_PLANE_Y],
vpxenc.c     [all...]
  /external/libyuv/files/source/
scale.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c     [all...]

Completed in 1446 milliseconds