/external/aac/libFDK/include/ |
D | FDK_matrixCalloc.h | 148 #define FDK_ALLOCATE_MEMORY_1D(a, dim1, type) \ argument 153 #define FDK_ALLOCATE_MEMORY_1D_ALIGNED(a, dim1, type) \ argument 159 #define FDK_ALLOCATE_MEMORY_1D_P(a, dim1, type, ptype) \ argument 164 #define FDK_ALLOCATE_MEMORY_1D_INT(a, dim1, type, s) \ argument 182 #define FDK_ALLOCATE_MEMORY_2D(a, dim1, dim2, type) \ argument 188 #define FDK_ALLOCATE_MEMORY_2D_INT(a, dim1, dim2, type, s) \ argument 194 #define FDK_ALLOCATE_MEMORY_2D_INT_ALIGNED(a, dim1, dim2, type, s) \ argument 212 #define FDK_ALLOCATE_MEMORY_3D(a, dim1, dim2, dim3, type) \ argument 218 #define FDK_ALLOCATE_MEMORY_3D_INT(a, dim1, dim2, dim3, type, s) \ argument
|
/external/aac/libFDK/src/ |
D | FDK_matrixCalloc.cpp | 107 void *fdkCallocMatrix1D_aligned(UINT dim1, UINT size) { in fdkCallocMatrix1D_aligned() 131 void *fdkCallocMatrix1D(UINT dim1, UINT size) { return FDKcalloc(dim1, size); } in fdkCallocMatrix1D() 134 void **fdkCallocMatrix2D(UINT dim1, UINT dim2, UINT size) { in fdkCallocMatrix2D() 155 void **fdkCallocMatrix2D_aligned(UINT dim1, UINT dim2, UINT size) { in fdkCallocMatrix2D_aligned() 188 void **fdkCallocMatrix2D_int(UINT dim1, UINT dim2, UINT size, in fdkCallocMatrix2D_int() 211 void **fdkCallocMatrix2D_int_aligned(UINT dim1, UINT dim2, UINT size, in fdkCallocMatrix2D_int_aligned() 236 void ***fdkCallocMatrix3D(UINT dim1, UINT dim2, UINT dim3, UINT size) { in fdkCallocMatrix3D() 278 void ***fdkCallocMatrix3D_int(UINT dim1, UINT dim2, UINT dim3, UINT size, in fdkCallocMatrix3D_int()
|
D | nlc_dec.cpp | 309 const INT dim1, SCHAR* out_data, const INT num_val, in huff_dec_1D() 389 const INT dim1, const INT dim2, SCHAR out_data[][2], in huff_dec_2D()
|
D | fft.cpp | 1578 const int dim1, const int dim2, in fftN2_func() 1693 #define fftN2(DATA_TYPE, pInput, length, dim1, dim2, fft_func1, fft_func2, \ argument
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_ifft.cpp | 40 static void test_2D_fft_ifft_invariant(int dim0, int dim1) { in test_2D_fft_ifft_invariant() 68 static void test_3D_fft_ifft_invariant(int dim0, int dim1, int dim2) { in test_3D_fft_ifft_invariant() 100 static void test_sub_fft_ifft_invariant(int dim0, int dim1, int dim2, int dim3) { in test_sub_fft_ifft_invariant()
|
D | cxx11_tensor_index_list.cpp | 272 int dim1 = 2; in test_dynamic_index_list() local 366 Eigen::IndexList<Eigen::type2index<1>, int> dim1; in test_dim_check() local
|
D | cxx11_tensor_morphing.cpp | 26 Tensor<float, 3>::Dimensions dim1(2,3,7); in test_simple_reshape() local
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorMap.h | 78 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2) : m_data(dataPtr), m… in TensorMap() 82 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2, Index dim3) : m_data… in TensorMap() 86 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2, Index dim3, Index di… in TensorMap() 90 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2, Index dim3, Index di… in TensorMap()
|
D | Tensor.h | 348 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit Tensor(Index dim1) in Tensor() 353 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index dim1, Index dim2) in Tensor() 358 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index dim1, Index dim2, Index dim3) in Tensor() 363 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index dim1, Index dim2, Index dim3, Index dim4) in Tensor() 368 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index dim1, Index dim2, Index dim3, Index dim4, Index… in Tensor()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | my_corr.c | 28 size_t dim1, /* (i) dimension first seq1 */ in WebRtcIlbcfix_MyCorr()
|
/external/tensorflow/tensorflow/core/tpu/ |
D | tpu_embedding_output_layout_utils.cc | 76 auto* dim1 = shape.add_dim(); in ComputeOutputTensorShapes() local
|
/external/tensorflow/tensorflow/core/util/ |
D | mkl_util_test.cc | 64 memory::dims dim1 = {3, 4}; in TEST() local
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal_util.h | 486 int64 dim1 = 0; in CreateR3Projected() local 512 for (int64 dim1 = 0; dim1 < dim1_size; ++dim1) { in CreateR4Projected() local
|
D | literal.h | 1016 int64 dim1 = 0; in PopulateR2() local
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseables.cpp | 226 … AppendTypeName(glslang::TString& s, const char* argOrder, const char* argType, int dim0, int dim1) in AppendTypeName() 376 …id(const char* cname, char retOrder, char retType, char argOrder, char argType, int dim0, int dim1) in IsValid() 975 … for (int dim1 = dim1Min; dim1 <= dim1Max; ++dim1) { // for each dim 1... in initialize() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_shape.cc | 670 const int64 dim1 = shape.dim_size(i); in MergeWith() local 707 const int64 dim1 = shape.dim_size(i); in IsCompatibleWith() local
|
D | shape_inference.cc | 770 ShapeHandle InferenceContext::Matrix(DimensionOrConstant dim1, in Matrix()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | shape_inference_test.cc | 413 auto dim1 = window.add_dimensions(); in TEST_F() local 465 auto dim1 = window.add_dimensions(); in TEST_F() local 511 auto dim1 = window.add_dimensions(); in TEST_F() local 548 auto dim1 = window.add_dimensions(); in TEST_F() local
|
D | algebraic_simplifier_test.cc | 2667 const int64 dim1 = 3; in TEST_F() local 2690 const int64 dim1 = 12; in TEST_F() local 2724 const int64 dim1 = 12; in TEST_F() local 2751 const int64 dim1 = 12; in TEST_F() local
|
/external/aac/libSACenc/src/ |
D | sacenc_nlc_enc.cpp | 372 const INT dim1, SHORT *const in_data, in huff_enc_1D()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | op_level_cost_estimator_test.cc | 148 void DescribeTensor4D(int dim0, int dim1, int dim2, int dim3, in DescribeTensor4D()
|
D | graph_properties.cc | 125 const int64 dim1 = InferenceContext::Value(d1); in Merge() local
|