Home
last modified time | relevance | path

Searched refs:left_data (Results 1 – 6 of 6) sorted by relevance

/external/dynamic_depth/includes/xmpmeta/
Dxmp_writer.h24 bool WriteLeftEyeAndXmpMeta(const string& left_data, const string& filename,
/external/dynamic_depth/internal/xmpmeta/
Dxmp_writer.cc276 bool WriteLeftEyeAndXmpMeta(const string& left_data, const string& filename, in WriteLeftEyeAndXmpMeta() argument
278 std::istringstream input_jpeg_stream(left_data); in WriteLeftEyeAndXmpMeta()
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.hpp135 bool compareImages(const targetDesc& left_desc, const glw::GLubyte* left_data, glw::GLuint left_x,
221 …bool compareImages(const testCase& test_case, const glw::GLubyte* left_data, const glw::GLubyte* r…
Dgl4cCopyImageTests.cpp2892 bool FunctionalTest::compareImages(const targetDesc& left_desc, const GLubyte* left_data, GLuint le… in compareImages() argument
2934 const GLubyte* left_layer_data = left_data + left_layer_offset; in compareImages()
2970 << ", off: " << left_pixel_data - left_data in compareImages()
3717 bool SmokeTest::compareImages(const testCase& test_case, const GLubyte* left_data, const GLubyte* r… in compareImages() argument
3738 const GLubyte* left_line_data = left_data + line_offset; in compareImages()
3760 << "[" << x << ", " << y << "], off: " << left_pixel_data - left_data in compareImages()
/external/libaom/libaom/av1/common/
Dreconintra.c1137 DECLARE_ALIGNED(16, uint16_t, left_data[MAX_TX_SIZE * 2 + 32]); in build_intra_predictors_high()
1140 uint16_t *const left_col = left_data + 16; in build_intra_predictors_high()
1324 DECLARE_ALIGNED(16, uint8_t, left_data[MAX_TX_SIZE * 2 + 32]); in build_intra_predictors()
1327 uint8_t *const left_col = left_data + 16; in build_intra_predictors()
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc1455 auto left_data = left.data(); in Compute() local
1473 (transpose_left ? 'T' : 'N'), left_data, entry->output_csr, work_item, in Compute()