Home
last modified time | relevance | path

Searched refs:ScalePlane_16 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dscale.h38 void ScalePlane_16(const uint16* src, int src_stride,
/external/libyuv/files/include/libyuv/
Dscale.h42 void ScalePlane_16(const uint16* src,
/external/libvpx/libvpx/third_party/libyuv/source/
Dscale.cc1463 void ScalePlane_16(const uint16* src, int src_stride, in ScalePlane_16() function
1600 ScalePlane_16(src_y, src_stride_y, src_width, src_height, in I420Scale_16()
1603 ScalePlane_16(src_u, src_stride_u, src_halfwidth, src_halfheight, in I420Scale_16()
1606 ScalePlane_16(src_v, src_stride_v, src_halfwidth, src_halfheight, in I420Scale_16()
/external/libyuv/files/source/
Dscale.cc1639 void ScalePlane_16(const uint16* src, in ScalePlane_16() function
1789 ScalePlane_16(src_y, src_stride_y, src_width, src_height, dst_y, dst_stride_y, in I420Scale_16()
1791 ScalePlane_16(src_u, src_stride_u, src_halfwidth, src_halfheight, dst_u, in I420Scale_16()
1793 ScalePlane_16(src_v, src_stride_v, src_halfwidth, src_halfheight, dst_v, in I420Scale_16()