Home
last modified time | relevance | path

Searched refs:ScalePlane (Results 1 – 16 of 16) 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/webrtc/rtc_tools/frame_analyzer/
Dvideo_color_aligner.cc100 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/
Dscale.h31 void ScalePlane(const uint8_t* src,
/external/libyuv/files/source/
Dscale.cc1549 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()
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/libvpx/libvpx/third_party/libyuv/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.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.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/
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()
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.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/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc191 libyuv::ScalePlane(buffer.DataA(), buffer.StrideA(), buffer.width(), in ScaleI420ABuffer()
/external/libyuv/files/unit_test/
Dscale_test.cc844 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/
Dlibyuv_frame_buffer_utils.cc1293 libyuv::ScalePlane( in ResizeGray()