/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/webrtc/rtc_tools/frame_analyzer/ |
D | video_color_aligner.cc | 100 libyuv::ScalePlane(frame->DataY(), frame->StrideY(), frame->width(), in FlattenYuvData() 194 libyuv::ScalePlane(frame->DataY(), frame->StrideY(), frame->width(), in AdjustColors()
|
/external/libyuv/files/include/libyuv/ |
D | scale.h | 31 void ScalePlane(const uint8_t* src,
|
/external/libyuv/files/source/ |
D | scale.cc | 1549 void ScalePlane(const uint8_t* src, in ScalePlane() function 1745 ScalePlane(src_y, src_stride_y, src_width, src_height, dst_y, dst_stride_y, in I420Scale() 1747 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, dst_u, in I420Scale() 1749 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight, dst_v, in I420Scale() 1818 ScalePlane(src_y, src_stride_y, src_width, src_height, dst_y, dst_stride_y, in I444Scale() 1820 ScalePlane(src_u, src_stride_u, src_width, src_height, dst_u, dst_stride_u, in I444Scale() 1822 ScalePlane(src_v, src_stride_v, src_width, src_height, dst_v, dst_stride_v, in I444Scale()
|
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/libvpx/libvpx/third_party/libyuv/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 | 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.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 | 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 | 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.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/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 191 libyuv::ScalePlane(buffer.DataA(), buffer.StrideA(), buffer.width(), in ScaleI420ABuffer()
|
/external/libyuv/files/unit_test/ |
D | scale_test.cc | 844 ScalePlane(src_y, src_stride_y, src_width, src_height, dst_y_8, dst_stride_y, in TestPlaneFilter_16()
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/ |
D | libyuv_frame_buffer_utils.cc | 1293 libyuv::ScalePlane( in ResizeGray()
|