Home
last modified time | relevance | path

Searched refs:data_y (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_color_aligner_unittest.cc69 const uint8_t data_y[] = {2}; in TEST_F() local
73 /* width= */ 1, /* height= */ 1, data_y, /* stride_y= */ 1, data_u, in TEST_F()
88 const uint8_t data_y[] = {2}; in TEST_F() local
92 /* width= */ 1, /* height= */ 1, data_y, /* stride_y= */ 1, data_u, in TEST_F()
107 const uint8_t data_y[] = {0, 1, 3, 4}; in TEST_F() local
111 /* width= */ 2, /* height= */ 2, data_y, /* stride_y= */ 2, data_u, in TEST_F()
Dvideo_geometry_aligner_unittest.cc32 const uint8_t data_y[] = {0, 1, 2, 3, 4, 5, 6, 7, in SetUp() local
37 /* width= */ 4, /* height= */ 4, data_y, /* stride_y= */ 4, data_u, in SetUp()
/external/tensorflow/tensorflow/lite/micro/testing/
Dgenerate_test_models.py55 data_y = np.random.randint(2, size=(12, 10))
56 model.fit(data_x, data_y, epochs=5)
/external/webrtc/rtc_tools/
Dvideo_file_writer.cc49 const uint8_t* data_y = buffer->DataY(); in WriteVideoToFile() local
52 fwrite(data_y + i * stride, /*size=*/1, stride, output_file); in WriteVideoToFile()
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleFunctionalTests.cpp664 const int data_y = (64 /* height */ - y - 1 /* counting starts from 0 */); in iterate() local
667 float* row_ptr = (float*)buffer + row_width * data_y; in iterate()
673 float expected_value_max = float(x) * float(data_y) / (64.0f * 64.0f) + epsilon; in iterate()
674 float expected_value_min = float(x) * float(data_y) / (64.0f * 64.0f) - epsilon; in iterate()
1053 unsigned int data_y = y; in iterate() local
1054 const unsigned int* row_ptr = (unsigned int*)((char*)buffer + data_y * row_width); in iterate()
1063 bool is_r_valid = (r == (data_y * 16 + x)) || (r == (data_y * 16 + x + 1)); in iterate()
1071 << " Expected (" << (data_y * 16 + x) << ", 0, 0, 1)" in iterate()
1072 << " or (" << (data_y * 16 + x + 1) << ", 0, 0, 1)" in iterate()
/external/webrtc/examples/unityplugin/
Dunity_plugin_apis.h19 typedef void (*I420FRAMEREADY_CALLBACK)(const uint8_t* data_y,
/external/webrtc/api/video/
Di420_buffer.h45 const uint8_t* data_y,
Di420_buffer.cc87 const uint8_t* data_y, in Copy() argument
95 RTC_CHECK_EQ(0, libyuv::I420Copy(data_y, stride_y, data_u, stride_u, data_v, in Copy()
/external/tensorflow/tensorflow/core/ops/
Dmath_ops.cc744 ShapeHandle data_y = c->input(1); in __anon725c8f640302() local
745 TF_RETURN_IF_ERROR(c->Merge(data_x, data_y, &data_x)); in __anon725c8f640302()