/external/libyuv/files/unit_test/ |
D | scale_test.cc | 82 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/ |
D | scale.h | 63 int I420Scale(const uint8_t* src_y,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | scale.h | 56 int I420Scale(const uint8* src_y, int src_stride_y,
|
/external/libyuv/files/include/libyuv/ |
D | scale.h | 63 int I420Scale(const uint8* src_y,
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | scaler.cc | 82 return libyuv::I420Scale(y_ptr, in Scale()
|
/external/libyuv/files/docs/ |
D | rotation.md | 95 Mirror functionality can also be achieved with the I420Scale and ARGBScale functions by passing neg…
|
D | filtering.md | 66 …ons, allowing 3 functions to sshare the same row functions - ARGBScale, I420Scale, and ARGBInterpo…
|
/external/libyuv/files/util/ |
D | yuvconvert.cc | 296 I420Scale( in main()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | scale.cc | 1566 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/ |
D | simulcast_encoder_adapter.cc | 293 libyuv::I420Scale( in Encode()
|
D | vp8_impl.cc | 756 libyuv::I420Scale( in Encode()
|
/external/libyuv/files/source/ |
D | scale.cc | 1725 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/ |
D | vp8_multi_resolution_encoder.c | 551 I420Scale( in main()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale.cc | 1640 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/ |
D | aomdec.c | 136 return I420Scale(src->planes[AOM_PLANE_Y], src->stride[AOM_PLANE_Y], in libyuv_scale()
|
D | aomenc.c | 1893 I420Scale( in encode_frame()
|
/external/libvpx/libvpx/ |
D | vpxdec.c | 169 return I420Scale(src->planes[VPX_PLANE_Y], src->stride[VPX_PLANE_Y], in libyuv_scale()
|
D | vpxenc.c | 1656 I420Scale( in encode_frame()
|