/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | scale.h | 31 void ScalePlane(const uint8_t* src,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | scale.h | 32 void ScalePlane(const uint8* src, int src_stride,
|
/external/libyuv/files/include/libyuv/ |
D | scale.h | 31 void ScalePlane(const uint8* src,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale.cc | 1471 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()
|
D | convert_from.cc | 58 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()
|
D | convert.cc | 55 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/ |
D | scale.cc | 1397 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()
|
D | convert_from.cc | 49 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()
|
D | convert.cc | 47 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/ |
D | convert_from.cc | 58 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()
|
D | scale.cc | 1556 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()
|
D | convert.cc | 55 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()
|