Searched refs:value_y (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 187 int value_y, int value_u, int value_v);
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | planar_functions.cc | 1161 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/ |
D | planar_functions.h | 368 int value_y,
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 381 int value_y,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 1795 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/ |
D | planar_functions.cc | 1991 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/ |
D | convert_nodes_test.cc | 6934 std::vector<float> value_y; in TEST_P() member 6977 AddTestTensor("y", p.dims_y, p.value_y); in TEST_P()
|