Searched refs:ScalePlane_16 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | scale.h | 42 void ScalePlane_16(const uint16_t* src,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | scale.h | 39 void ScalePlane_16(const uint16* src, int src_stride,
|
/external/libyuv/files/include/libyuv/ |
D | scale.h | 42 void ScalePlane_16(const uint16_t* src,
|
/external/libyuv/files/source/ |
D | scale.cc | 1632 void ScalePlane_16(const uint16_t* src, in ScalePlane_16() function 1782 ScalePlane_16(src_y, src_stride_y, src_width, src_height, dst_y, dst_stride_y, in I420Scale_16() 1784 ScalePlane_16(src_u, src_stride_u, src_halfwidth, src_halfheight, dst_u, in I420Scale_16() 1786 ScalePlane_16(src_v, src_stride_v, src_halfwidth, src_halfheight, dst_v, in I420Scale_16() 1851 ScalePlane_16(src_y, src_stride_y, src_width, src_height, dst_y, dst_stride_y, in I444Scale_16() 1853 ScalePlane_16(src_u, src_stride_u, src_width, src_height, dst_u, dst_stride_u, in I444Scale_16() 1855 ScalePlane_16(src_v, src_stride_v, src_width, src_height, dst_v, dst_stride_v, in I444Scale_16()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale.cc | 1554 void ScalePlane_16(const uint16_t* src, in ScalePlane_16() function 1704 ScalePlane_16(src_y, src_stride_y, src_width, src_height, dst_y, dst_stride_y, in I420Scale_16() 1706 ScalePlane_16(src_u, src_stride_u, src_halfwidth, src_halfheight, dst_u, in I420Scale_16() 1708 ScalePlane_16(src_v, src_stride_v, src_halfwidth, src_halfheight, dst_v, in I420Scale_16()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | scale.cc | 1480 void ScalePlane_16(const uint16* src, int src_stride, in ScalePlane_16() function 1617 ScalePlane_16(src_y, src_stride_y, src_width, src_height, in I420Scale_16() 1620 ScalePlane_16(src_u, src_stride_u, src_halfwidth, src_halfheight, in I420Scale_16() 1623 ScalePlane_16(src_v, src_stride_v, src_halfwidth, src_halfheight, in I420Scale_16()
|
/external/libyuv/files/unit_test/ |
D | scale_test.cc | 849 ScalePlane_16(p_src_y_16, src_stride_y, src_width, src_height, p_dst_y_16, in TestPlaneFilter_16()
|