Home
last modified time | relevance | path

Searched refs:ScalePlane (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dscale.h31 void ScalePlane(const uint8_t* src,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dscale.h32 void ScalePlane(const uint8* src, int src_stride,
/external/libyuv/files/include/libyuv/
Dscale.h31 void ScalePlane(const uint8* src,
/external/libvpx/libvpx/third_party/libyuv/source/
Dscale.cc1471 void ScalePlane(const uint8_t* src, in ScalePlane() function
1667 ScalePlane(src_y, src_stride_y, src_width, src_height, dst_y, dst_stride_y, in I420Scale()
1669 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, dst_u, in I420Scale()
1671 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight, dst_v, in I420Scale()
Dconvert_from.cc58 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height, dst_y, in I420ToI4xx()
61 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I420ToI4xx()
63 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, dst_v, in I420ToI4xx()
Dconvert.cc55 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height, dst_y, in I4xxToI420()
58 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I4xxToI420()
60 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, dst_v, in I4xxToI420()
/external/libaom/libaom/third_party/libyuv/source/
Dscale.cc1397 void ScalePlane(const uint8* src, int src_stride, in ScalePlane() function
1585 ScalePlane(src_y, src_stride_y, src_width, src_height, in I420Scale()
1588 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, in I420Scale()
1591 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight, in I420Scale()
Dconvert_from.cc49 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height, in I420ToI4xx()
52 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, in I420ToI4xx()
55 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, in I420ToI4xx()
Dconvert.cc47 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height, in I4xxToI420()
50 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, in I4xxToI420()
53 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, in I4xxToI420()
/external/libyuv/files/source/
Dconvert_from.cc58 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height, dst_y, in I420ToI4xx()
61 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I420ToI4xx()
63 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, dst_v, in I420ToI4xx()
Dscale.cc1556 void ScalePlane(const uint8* src, in ScalePlane() function
1752 ScalePlane(src_y, src_stride_y, src_width, src_height, dst_y, dst_stride_y, in I420Scale()
1754 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, dst_u, in I420Scale()
1756 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight, dst_v, in I420Scale()
Dconvert.cc55 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height, dst_y, in I4xxToI420()
58 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u, in I4xxToI420()
60 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, dst_v, in I4xxToI420()