Home
last modified time | relevance | path

Searched refs:value_y (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dplanar_functions.h187 int value_y, int value_u, int value_v);
/external/libaom/libaom/third_party/libyuv/source/
Dplanar_functions.cc1161 int value_y, int value_u, int value_v) { in I420Rect() argument
1170 value_y < 0 || value_y > 255 || in I420Rect()
1176 SetPlane(start_y, dst_stride_y, width, height, value_y); in I420Rect()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h368 int value_y,
/external/libyuv/files/include/libyuv/
Dplanar_functions.h381 int value_y,
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1795 int value_y, in I420Rect() argument
1804 y < 0 || value_y < 0 || value_y > 255 || value_u < 0 || value_u > 255 || in I420Rect()
1809 SetPlane(start_y, dst_stride_y, width, height, value_y); in I420Rect()
/external/libyuv/files/source/
Dplanar_functions.cc1991 int value_y, in I420Rect() argument
2000 y < 0 || value_y < 0 || value_y > 255 || value_u < 0 || value_u > 255 || in I420Rect()
2005 SetPlane(start_y, dst_stride_y, width, height, value_y); in I420Rect()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc6934 std::vector<float> value_y; in TEST_P() member
6977 AddTestTensor("y", p.dims_y, p.value_y); in TEST_P()