/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | complex_matrix.h | 30 ComplexMatrix(size_t num_rows, size_t num_columns) in ComplexMatrix() 33 ComplexMatrix(const complex<T>* data, size_t num_rows, size_t num_columns) in ComplexMatrix() 54 size_t num_rows = this->num_rows(); in ConjugateTranspose() local
|
D | matrix.h | 70 Matrix(size_t num_rows, size_t num_columns) in Matrix() 78 Matrix(const T* data, size_t num_rows, size_t num_columns) in Matrix() 93 void CopyFrom(const T* const data, size_t num_rows, size_t num_columns) { in CopyFrom() 100 size_t num_rows) { in CopyFromColumn() 109 void Resize(size_t num_rows, size_t num_columns) { in Resize() 118 size_t num_rows() const { return num_rows_; } in num_rows() function 297 void SetNumRows(const size_t num_rows) { num_rows_ = num_rows; } in SetNumRows()
|
/external/libjpeg-turbo/ |
D | jdcolor.c | 255 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) in ycc_rgb_convert() 327 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) in rgb_gray_convert() 362 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) in null_convert() 423 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) in grayscale_convert() 436 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) in gray_rgb_convert() 481 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) in rgb_rgb_convert() 529 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) in ycck_cmyk_convert() 658 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) in ycc_rgb565_convert() 669 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) in ycc_rgb565D_convert() 680 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) in rgb_rgb565_convert() [all …]
|
D | jccolor.c | 235 JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) in rgb_ycc_convert() 283 JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) in rgb_gray_convert() 328 JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) in rgb_rgb_convert() 377 JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) in cmyk_ycck_convert() 428 JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) in grayscale_convert() 456 JDIMENSION output_row, int num_rows) in null_convert()
|
D | jdpostct.c | 138 JDIMENSION num_rows, max_rows; in post_process_1pass() local 170 JDIMENSION old_next_row, num_rows; in post_process_prepass() local 213 JDIMENSION num_rows, max_rows; in post_process_2pass() local
|
D | jquant1.c | 464 JSAMPARRAY output_buf, int num_rows) in color_quantize() 492 JSAMPARRAY output_buf, int num_rows) in color_quantize3() 520 JSAMPARRAY output_buf, int num_rows) in quantize_ord_dither() 570 JSAMPARRAY output_buf, int num_rows) in quantize3_ord_dither() 615 JSAMPARRAY output_buf, int num_rows) in quantize_fs_dither()
|
D | jdapistd.c | 294 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) in noop_convert() 302 JSAMPARRAY output_buf, int num_rows) in noop_quantize()
|
D | jsimd_none.c | 55 int num_rows) in jsimd_rgb_ycc_convert() 62 int num_rows) in jsimd_rgb_gray_convert() 69 int num_rows) in jsimd_ycc_rgb_convert() 76 int num_rows) in jsimd_ycc_rgb565_convert() 83 int num_rows) in jsimd_c_null_convert()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | lu_op_gpu.cu.cc | 40 int64 num_rows, const int* pivots, Scalar* permutation_indices) { in ComputePermutationFromTranspositions() 64 CudaLaunchConfig config, const int64 num_rows, const int* all_pivots, in ComputePermutationFromTranspositionsKernel() 92 const int64 num_rows = input.dim_size(input_rank - 2); in ComputeAsync() local
|
D | lu_op.cc | 59 double num_rows = static_cast<double>(input_matrix_shape.dim_size(0)); in GetCostPerUnit() local 84 const int64 num_rows = input.dim_size(input_rank - 2); in Compute() local 129 const Tensor& input, int64 num_rows, int64 num_cols, in ComputeTensorSlice()
|
/external/tensorflow/tensorflow/contrib/cloud/python/ops/ |
D | bigquery_reader_ops_test.py | 135 num_rows = 0 variable in BigQueryRequestHandler 197 def _ReadAndCheckRowsUsingFeatures(self, num_rows): argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | linalg_ops_impl.py | 33 def eye(num_rows, argument
|
/external/webp/src/dec/ |
D | alpha_dec.c | 110 static int ALPHDecode(VP8Decoder* const dec, int row, int num_rows) { in ALPHDecode() 179 int row, int num_rows) { in VP8DecompressAlphaRows()
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_complex_cuda.cu | 79 const int num_rows = internal::random<int>(1024, 5*1024); in test_cuda_sum_reductions() local 116 const int num_rows = internal::random<int>(1024, 5*1024); in test_cuda_product_reductions() local
|
/external/libjpeg-turbo/simd/loongson/ |
D | jcsample.h | 11 expand_right_edge(JSAMPARRAY image_data, int num_rows, JDIMENSION input_cols, in expand_right_edge()
|
D | jsimd.c | 113 int num_rows) in jsimd_rgb_ycc_convert() 151 int num_rows) in jsimd_rgb_gray_convert() 158 int num_rows) in jsimd_ycc_rgb_convert() 196 int num_rows) in jsimd_ycc_rgb565_convert() 203 int num_rows) in jsimd_c_null_convert()
|
/external/libjpeg-turbo/simd/powerpc/ |
D | jcsample.h | 11 expand_right_edge(JSAMPARRAY image_data, int num_rows, JDIMENSION input_cols, in expand_right_edge()
|
/external/tensorflow/tensorflow/core/ops/ |
D | checkpoint_ops.cc | 63 int64 num_rows; in __anon3aaf93fb0202() local
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | linalg_ops_test.py | 210 def test_eye_no_placeholder(self, num_rows, num_columns, batch_shape, dtype): argument 241 self, num_rows, num_columns, batch_shape, dtype): argument
|
/external/libhevc/decoder/ |
D | ihevcd_fmt_conv.c | 391 WORD32 num_rows, num_cols, src_strd, dst_strd; in ihevcd_fmt_conv_420sp_to_420sp() local 490 WORD32 num_rows, num_cols, src_strd, dst_strd; in ihevcd_fmt_conv_420sp_to_420sp_swap_uv() local 603 WORD32 num_rows, num_cols, src_strd, dst_strd; in ihevcd_fmt_conv_420sp_to_420p() local 696 WORD32 num_rows) in ihevcd_fmt_conv()
|
/external/webp/src/dsp/ |
D | filters.c | 47 int row, int num_rows, in DoHorizontalFilter_C() 84 int row, int num_rows, in DoVerticalFilter_C() 129 int row, int num_rows, in DoGradientFilter_C()
|
D | filters_mips_dsp_r2.c | 198 int row, int num_rows, in DoHorizontalFilter_MIPSdspR2() 246 int row, int num_rows, in DoVerticalFilter_MIPSdspR2() 315 int row, int num_rows, uint8_t* out) { in DoGradientFilter_MIPSdspR2()
|
/external/libmpeg2/common/ |
D | ideint_utils.c | 96 WORD32 num_rows) in ideint_weave_pic() 260 WORD32 num_cols, num_rows; in ideint_pad_blk() local
|
/external/libavc/encoder/ |
D | ih264e_fmt_conv.c | 371 WORD32 num_rows, num_cols, src_strd, dst_strd; in ih264e_fmt_conv_420sp_to_420sp() local 423 WORD32 num_rows, num_cols, src_strd, dst_strd; in ih264e_fmt_conv_420sp_to_420sp_swap_uv() local 483 WORD32 num_rows, num_cols, src_strd, dst_strd; in ih264e_fmt_conv_420sp_to_420p() local 800 WORD32 num_rows) in ih264e_fmt_conv()
|
/external/u-boot/include/ |
D | key_matrix.h | 16 int num_rows; member
|