/aosp_15_r20/external/libjpeg-turbo/ |
H A D | jdcol565.c | 29 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local 108 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local 192 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local 248 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local 305 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local 346 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local
|
H A D | jdcolext.c | 40 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local 90 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local 121 JDIMENSION num_cols = cinfo->output_width; in LOCAL() local
|
H A D | jccolext.c | 42 JDIMENSION num_cols = cinfo->image_width; in LOCAL() local 96 JDIMENSION num_cols = cinfo->image_width; in LOCAL() local 129 JDIMENSION num_cols = cinfo->image_width; in LOCAL() local
|
H A D | jccolor.c | 396 JDIMENSION num_cols = cinfo->image_width; in cmyk_ycck_convert() local 444 JDIMENSION num_cols = cinfo->image_width; in grayscale_convert() local 474 JDIMENSION num_cols = cinfo->image_width; in null_convert() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/ |
H A D | matrix_diag_op_gpu.cu.cc | 32 const int num_cols, in ComputeContentOffset() 46 const int num_threads, const int num_rows, const int num_cols, in MatrixDiagKernel() 84 const int num_cols = output.dimension(2); in Compute() local 103 const int num_threads, const int num_rows, const int num_cols, in MatrixDiagPartKernel() 145 const int num_cols = input.dimension(2); in Compute() local
|
H A D | matrix_diag_op.cc | 108 const Eigen::Index num_cols = input_shape.dim_size(rank - 1); in Compute() local 176 int32_t num_cols = -1; in Compute() local 341 int diag_index, int max_diag_len, int num_rows, int num_cols, in ComputeDiagLenAndContentOffset() 365 const Eigen::Index num_cols = output.dimension(2); in Compute() local 424 const Eigen::Index num_cols = input.dimension(2); in Compute() local
|
H A D | lu_op.cc | 85 const int64_t num_cols = input.dim_size(input_rank - 1); in Compute() local 130 int64_t num_cols, const TensorOutputs& outputs, in ComputeTensorSlice()
|
H A D | matrix_set_diag_op.cc | 107 const Eigen::Index num_cols = input_shape.dim_size(input_rank - 1); in Compute() local 225 const Eigen::Index num_cols = output.dimension(2); in Compute() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
H A D | matrix_diag_ops.cc | 31 static inline int ComputeDiagLen(int diag_index, int num_rows, int num_cols) { in ComputeDiagLen() 97 const int64_t num_cols) { in ValidateDiagIndexWithOutputMatrixSize() 124 const int64_t num_cols, in SetMatrixDiag() 262 int64_t num_cols = -1; in Compile() local 386 const int64_t num_cols = input_shape.dim_size(input_rank - 1); in Compile() local 495 const int64_t num_cols = input_shape.dim_size(input_rank - 1); in Compile() local
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_reduction_sycl.cpp | 29 const IndexType num_cols = 537; in test_full_reductions_sum_sycl() local 71 const IndexType num_cols = 64; in test_full_reductions_sum_with_offset_sycl() local 111 const IndexType num_cols = 4096; in test_full_reductions_max_sycl() local 145 const IndexType num_cols = 64; in test_full_reductions_max_with_offset_sycl() local 189 const IndexType num_cols = 4096; in test_full_reductions_mean_sycl() local 278 const IndexType num_cols = 64; in test_full_reductions_mean_with_offset_sycl() local 365 const IndexType num_cols = 953; in test_full_reductions_min_sycl() local 401 const IndexType num_cols = 64; in test_full_reductions_min_with_offset_sycl() local 493 const IndexType num_cols = 64; in test_first_dim_reductions_max_with_offset_sycl() local 550 const IndexType num_cols = 64; in test_last_dim_reductions_max_with_offset_sycl() local
|
H A D | cxx11_tensor_complex_gpu.cu | 77 const int num_cols = internal::random<int>(1024, 5*1024); in test_cuda_sum_reductions() local 113 const int num_cols = internal::random<int>(1024, 5*1024); in test_cuda_mean_reductions() local 149 const int num_cols = internal::random<int>(1024, 5*1024); in test_cuda_product_reductions() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/ |
H A D | sqlite_vtable_benchmark.cc | 64 size_t num_cols; member 70 explicit BenchmarkCursor(size_t num_cols, in BenchmarkCursor() 135 size_t num_cols; in CreateDbAndRegisterVtable() member 212 auto num_cols = static_cast<size_t>(state.range(1)); in BM_SqliteStepAndResult() local
|
/aosp_15_r20/external/libhevc/decoder/ |
H A D | ihevcd_fmt_conv.c | 393 WORD32 num_rows, num_cols, src_strd, dst_strd; in ihevcd_fmt_conv_420sp_to_420sp() local 492 WORD32 num_rows, num_cols, src_strd, dst_strd; in ihevcd_fmt_conv_420sp_to_420sp_swap_uv() local 605 WORD32 num_rows, num_cols, src_strd, dst_strd; in ihevcd_fmt_conv_420sp_to_420p() local 869 WORD32 num_cols = ps_codec->i4_disp_wd; in ihevcd_fmt_conv() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | bincount_op_gpu.cu.cc | 146 const int num_rows, const int num_cols, in BincountColReduceKernel() 168 const int num_cols, in BincountColReduceSharedKernel() 214 const int num_cols = in.dimension(1); in Compute() local
|
H A D | segment_reduction_ops_test.cc | 43 int num_cols, int segment_size) { in BM_UnsortedSegmentReduction() 112 Index num_cols, Index segment_size) { in BM_SegmentReduction()
|
H A D | softmax_op_gpu.cu.cc | 74 const int num_rows, const int num_cols, in GenerateNormalizedProb() 113 const int num_cols, const bool in_log_space) { in GenerateNormalizedProb()
|
/aosp_15_r20/external/libxaac/decoder/ |
H A D | ixheaacd_mps_pre_mix.c | 547 WORD32 num_cols = (self->dir_sig_count + self->decor_sig_count) > 1 in ixheaacd_mps_apply_mix_matrix() local 777 WORD32 num_cols = (self->dir_sig_count + self->decor_sig_count) > 1 in ixheaacd_mps_apply_mix_matrix_type2() local 1132 WORD32 num_cols = (self->dir_sig_count + self->decor_sig_count) > 1 in ixheaacd_mps_apply_mix_matrix_type3() local 1176 WORD32 num_cols, ia_mps_dec_state_struct *self, WORD32 bs_high_rate_mode) { in ixheaacd_mps_upmix_interp() 1222 WORD32 num_cols, ia_mps_dec_state_struct *self, WORD32 bs_high_rate_mode) { in ixheaacd_mps_upmix_interp_type1()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/math_ops/ |
H A D | bincount_op_test.py | 253 def _test_bincount_col_count(self, num_rows, num_cols, size, dtype): argument 266 def _test_bincount_col_binary(self, num_rows, num_cols, size, dtype): argument 282 def _test_bincount_col_count_with_weights(self, num_rows, num_cols, size, argument
|
/aosp_15_r20/external/libavc/decoder/ |
H A D | ih264d_format_conv.c | 385 WORD32 num_rows, num_cols, src_strd, dst_strd; in ih264d_fmt_conv_420sp_to_420sp() local 482 WORD32 num_rows, num_cols, src_strd, dst_strd; in ih264d_fmt_conv_420sp_to_420sp_swap_uv() local 594 WORD32 num_rows, num_cols, src_strd, dst_strd; in ih264d_fmt_conv_420sp_to_420p() local
|
/aosp_15_r20/external/executorch/kernels/portable/cpu/ |
H A D | op_tril.cpp | 44 int64_t num_cols, in apply_tril() 89 int64_t num_cols = sizes_ref[ndim - 1]; in tril_kernel() local
|
/aosp_15_r20/external/libavc/encoder/ |
H A D | ih264e_fmt_conv.c | 448 WORD32 num_rows, num_cols, src_strd, dst_strd; in ih264e_fmt_conv_420sp_to_420sp() local 541 WORD32 num_rows, num_cols, src_strd, dst_strd; in ih264e_fmt_conv_420sp_to_420sp_swap_uv() local 654 WORD32 num_rows, num_cols, src_strd, dst_strd; in ih264e_fmt_conv_420sp_to_420p() local
|
/aosp_15_r20/external/libxaac/encoder/ |
H A D | ixheaace_sbr_tran_det_hp.c | 40 static VOID ixheaace_calc_thresholds(FLOAT32 **ptr_energies, WORD32 num_cols, WORD32 num_rows, in ixheaace_calc_thresholds() 84 FLOAT32 *ptr_transients, WORD32 num_cols, in ixheaace_extract_transient_candidates()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/sparse/ |
H A D | transpose_op.cc | 58 const int num_cols = input.dense_shape_host(rank - 1); in ValidateTransposeInputs() local 222 const int num_cols = input.dense_shape_host(rank - 1); in operator ()() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/ |
D | test_matrix_vector.cpp | 42 typename Matrix::size_type num_cols = 5; in test_matrix_row_facade() local 197 typename Matrix::size_type num_cols = 3; in test_matrix_column_facade() local
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/x11/ |
H A D | x11.c | 645 int num_cols, bool highlight) in _display_text() 940 int row, start_col, num_cols; in _refresh_screen() local 1497 int i, num_cols, start_col, row; in _show_selection() local 1641 int i, j, start, end, start_x, end_x, start_y, end_y, num_cols, in _selection_set() local 2606 int pos, num_cols; in _process_curses_requests() local
|