Home
last modified time | relevance | path

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

/external/libyuv/files/unit_test/
Dscale_test.cc82 I420Scale(src_y + (src_stride_y * b) + b, src_stride_y, in TestFilter()
94 I420Scale(src_y + (src_stride_y * b) + b, src_stride_y, in TestFilter()
220 I420Scale(src_y + (src_stride_y * b) + b, src_stride_y, in TestFilter_16()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dscale.h63 int I420Scale(const uint8_t* src_y,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dscale.h56 int I420Scale(const uint8* src_y, int src_stride_y,
/external/libyuv/files/include/libyuv/
Dscale.h63 int I420Scale(const uint8* src_y,
/external/webrtc/webrtc/common_video/libyuv/
Dscaler.cc82 return libyuv::I420Scale(y_ptr, in Scale()
/external/libyuv/files/docs/
Drotation.md95 Mirror functionality can also be achieved with the I420Scale and ARGBScale functions by passing neg…
Dfiltering.md66 …ons, allowing 3 functions to sshare the same row functions - ARGBScale, I420Scale, and ARGBInterpo…
/external/libyuv/files/util/
Dyuvconvert.cc296 I420Scale( in main()
/external/libaom/libaom/third_party/libyuv/source/
Dscale.cc1566 int I420Scale(const uint8* src_y, int src_stride_y, in I420Scale() function
1638 return I420Scale(src_y, src_stride_y, in Scale()
1675 return I420Scale(src_y, src_width, in ScaleOffset()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_encoder_adapter.cc293 libyuv::I420Scale( in Encode()
Dvp8_impl.cc756 libyuv::I420Scale( in Encode()
/external/libyuv/files/source/
Dscale.cc1725 int I420Scale(const uint8* src_y, in I420Scale() function
1817 return I420Scale(src_y, src_stride_y, src_u, src_stride_u, src_v, in Scale()
1854 return I420Scale(src_y, src_width, src_u, src_halfwidth, src_v, src_halfwidth, in ScaleOffset()
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c551 I420Scale( in main()
/external/libvpx/libvpx/third_party/libyuv/source/
Dscale.cc1640 int I420Scale(const uint8_t* src_y, in I420Scale() function
1732 return I420Scale(src_y, src_stride_y, src_u, src_stride_u, src_v, in Scale()
/external/libaom/libaom/apps/
Daomdec.c136 return I420Scale(src->planes[AOM_PLANE_Y], src->stride[AOM_PLANE_Y], in libyuv_scale()
Daomenc.c1893 I420Scale( in encode_frame()
/external/libvpx/libvpx/
Dvpxdec.c169 return I420Scale(src->planes[VPX_PLANE_Y], src->stride[VPX_PLANE_Y], in libyuv_scale()
Dvpxenc.c1656 I420Scale( in encode_frame()