Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/common/
Dtests.rs79 let left_data = left.clone().to_vec().unwrap(); in test_label_sort() localVariable
129 let left_data = left.clone().to_vec().unwrap(); in test_label_canonical_sort() localVariable
225 let left_data = left.clone().to_vec().unwrap(); in test_registered_label_sort() localVariable
335 let left_data = left.clone().to_vec().unwrap(); in test_registered_label_with_private_sort() localVariable
/aosp_15_r20/external/dynamic_depth/internal/xmpmeta/
H A Dxmp_writer.cc276 bool WriteLeftEyeAndXmpMeta(const string& left_data, const string& filename, in WriteLeftEyeAndXmpMeta()
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dhighbd_intrapred_neon.c1713 const uint16x8_t left_data, const int16x4_t indices, int base, int n) { in highbd_dr_prediction_z2_tbl_left_x4_from_x8()
1728 const uint16x8x2_t left_data, const int16x4_t indices, int base, int n) { in highbd_dr_prediction_z2_tbl_left_x4_from_x16()
1744 const uint16x8_t left_data, const int16x8_t indices, int base, int n) { in highbd_dr_prediction_z2_tbl_left_x8_from_x8()
1760 const uint16x8x2_t left_data, const int16x8_t indices, int base, int n) { in highbd_dr_prediction_z2_tbl_left_x8_from_x16()
/aosp_15_r20/external/webrtc/audio/utility/
H A Daudio_frame_operations_unittest.cc77 int16_t left_data, in InitFrame()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp2920 bool FunctionalTest::compareImages(const targetDesc &left_desc, const GLubyte *left_data, GLuint le… in compareImages()
3745 bool SmokeTest::compareImages(const testCase &test_case, const GLubyte *left_data, const GLubyte *r… in compareImages() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_matmul_op.cc1461 auto left_data = left.data(); in Compute() local