HomeSort by relevance Sort by last modified time
    Searched refs:num_rows (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/webrtc/webrtc/modules/audio_processing/beamformer/
complex_matrix.h 30 ComplexMatrix(size_t num_rows, size_t num_columns)
31 : Matrix<complex<T> >(num_rows, num_columns) {}
33 ComplexMatrix(const complex<T>* data, size_t num_rows, size_t num_columns)
34 : Matrix<complex<T> >(data, num_rows, num_columns) {}
39 size_t size = this->num_rows() * this->num_columns();
54 size_t num_rows = this->num_rows(); local
56 this->SetNumColumns(num_rows);
62 RTC_CHECK_EQ(operand.num_rows(), this->num_columns());
63 RTC_CHECK_EQ(operand.num_columns(), this->num_rows());
    [all...]
matrix_test_helpers.h 32 EXPECT_EQ(expected.num_rows(), actual.num_rows());
37 for (size_t i = 0; i < expected.num_rows(); ++i) {
46 EXPECT_EQ(expected.num_rows(), actual.num_rows());
51 for (size_t i = 0; i < expected.num_rows(); ++i) {
61 EXPECT_EQ(expected.num_rows(), actual.num_rows());
66 for (size_t i = 0; i < expected.num_rows(); ++i) {
82 EXPECT_EQ(expected.num_rows(), actual.num_rows())
    [all...]
matrix.h 70 Matrix(size_t num_rows, size_t num_columns)
71 : num_rows_(num_rows), num_columns_(num_columns) {
78 Matrix(const T* data, size_t num_rows, size_t num_columns)
80 CopyFrom(data, num_rows, num_columns);
93 void CopyFrom(const T* const data, size_t num_rows, size_t num_columns) {
94 Resize(num_rows, num_columns);
100 size_t num_rows) {
101 Resize(1, num_rows);
109 void Resize(size_t num_rows, size_t num_columns) {
110 if (num_rows != num_rows_ || num_columns != num_columns_)
118 size_t num_rows() const { return num_rows_; } function in class:webrtc::Matrix
    [all...]
covariance_matrix_generator.cc 30 RTC_CHECK_EQ(1u, x.num_rows());
46 RTC_CHECK_EQ(geometry.size(), mat->num_rows());
71 RTC_CHECK_EQ(geometry.size(), mat->num_rows());
97 RTC_CHECK_EQ(1u, mat->num_rows());
  /external/libmpeg2/decoder/
impeg2d_deinterlace.h 28 WORD32 num_rows);
  /external/libjpeg-turbo/simd/
jcsample.h 11 expand_right_edge (JSAMPARRAY image_data, int num_rows,
21 for (row = 0; row < num_rows; row++) {
jsimd.h 33 JDIMENSION output_row, int num_rows);
36 JDIMENSION output_row, int num_rows);
39 JDIMENSION output_row, int num_rows);
42 JDIMENSION output_row, int num_rows);
45 JDIMENSION output_row, int num_rows);
48 JDIMENSION output_row, int num_rows);
51 JDIMENSION output_row, int num_rows);
56 JDIMENSION output_row, int num_rows);
59 JDIMENSION output_row, int num_rows);
62 JDIMENSION output_row, int num_rows);
    [all...]
  /external/libjpeg-turbo/
jdpostct.c 133 JDIMENSION num_rows, max_rows; local
140 num_rows = 0;
143 post->buffer, &num_rows, max_rows);
146 post->buffer, output_buf + *out_row_ctr, (int) num_rows);
147 *out_row_ctr += num_rows;
165 JDIMENSION old_next_row, num_rows; local
183 num_rows = post->next_row - old_next_row;
185 (JSAMPARRAY) NULL, (int) num_rows);
186 *out_row_ctr += num_rows;
209 JDIMENSION num_rows, max_rows local
    [all...]
jdcolext.c 33 JSAMPARRAY output_buf, int num_rows)
49 while (--num_rows >= 0) {
86 JSAMPARRAY output_buf, int num_rows)
92 while (--num_rows >= 0) {
117 JSAMPARRAY output_buf, int num_rows)
124 while (--num_rows >= 0) {
jdcolor.c 256 JSAMPARRAY output_buf, int num_rows)
261 num_rows);
266 num_rows);
270 num_rows);
275 num_rows);
280 num_rows);
285 num_rows);
289 num_rows);
329 JSAMPARRAY output_buf, int num_rows)
339 while (--num_rows >= 0)
    [all...]
jccolor.c 236 JDIMENSION output_row, int num_rows)
241 num_rows);
246 num_rows);
250 num_rows);
255 num_rows);
260 num_rows);
265 num_rows);
269 num_rows);
285 JDIMENSION output_row, int num_rows)
290 num_rows);
    [all...]
jutils.c 96 int num_rows, JDIMENSION num_cols)
98 * num_rows rows are copied from input_array[source_row++]
110 for (row = num_rows; row > 0; row--) {
jsimd.h 24 JDIMENSION output_row, int num_rows);
27 JDIMENSION output_row, int num_rows);
30 JSAMPARRAY output_buf, int num_rows);
33 JSAMPARRAY output_buf, int num_rows);
36 JDIMENSION output_row, int num_rows);
jccolext.c 34 JDIMENSION output_row, int num_rows)
44 while (--num_rows >= 0) {
91 JDIMENSION output_row, int num_rows)
101 while (--num_rows >= 0) {
128 JDIMENSION output_row, int num_rows)
135 while (--num_rows >= 0) {
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdpostct.c 133 JDIMENSION num_rows, max_rows; local
140 num_rows = 0;
143 post->buffer, &num_rows, max_rows);
146 post->buffer, output_buf + *out_row_ctr, (int) num_rows);
147 *out_row_ctr += num_rows;
165 JDIMENSION old_next_row, num_rows; local
183 num_rows = post->next_row - old_next_row;
185 (JSAMPARRAY) NULL, (int) num_rows);
186 *out_row_ctr += num_rows;
209 JDIMENSION num_rows, max_rows local
    [all...]
fpdfapi_jdcolor.c 122 JSAMPARRAY output_buf, int num_rows)
138 while (--num_rows >= 0) {
171 JSAMPARRAY output_buf, int num_rows)
179 while (--num_rows >= 0) {
203 JSAMPARRAY output_buf, int num_rows)
206 num_rows, cinfo->output_width);
219 JSAMPARRAY output_buf, int num_rows)
225 while (--num_rows >= 0) {
247 JSAMPARRAY output_buf, int num_rows)
263 while (--num_rows >= 0)
    [all...]
  /external/webp/src/dec/
alpha_dec.c 106 // Decodes, unfilters and dequantizes *at least* 'num_rows' rows of alpha
110 static int ALPHDecode(VP8Decoder* const dec, int row, int num_rows) {
122 for (y = 0; y < num_rows; ++y) {
129 for (y = 0; y < num_rows; ++y) {
139 if (!VP8LDecodeAlphaImageStream(alph_dec, row + num_rows)) {
144 if (row + num_rows >= height) {
179 int row, int num_rows) {
185 if (row < 0 || num_rows <= 0 || row + num_rows > height) {
202 num_rows = height - row; // decode everything in one pas
    [all...]
  /external/libhevc/decoder/
ihevcd_fmt_conv.c 391 WORD32 num_rows, num_cols, src_strd, dst_strd; local
398 num_rows = ht;
404 for(i = 0; i < num_rows; i++)
415 num_rows = ht >> 1;
421 for(i = 0; i < num_rows; i++)
490 WORD32 num_rows, num_cols, src_strd, dst_strd; local
497 num_rows = ht;
503 for(i = 0; i < num_rows; i++)
514 num_rows = ht >> 1;
520 for(i = 0; i < num_rows; i++
603 WORD32 num_rows, num_cols, src_strd, dst_strd; local
    [all...]
  /external/libhevc/decoder/x86/
ihevcd_fmt_conv_ssse3_intr.c 63 WORD32 num_rows, num_cols, src_strd, dst_strd, cols, rows; local
75 num_rows = ht;
80 for(i = 0; i < num_rows; i++)
118 num_rows = ht >> 1;
130 for(i = 0; i < (num_rows >> 2); i++)
208 rows = num_rows & 0x3;
244 pu1_u_dst -= (num_rows * dst_strd);
245 pu1_v_dst -= (num_rows * dst_strd);
254 for(i = 0; i < num_rows; i++)
  /external/libmpeg2/common/
ideint.h 121 WORD32 num_rows);
ideint_utils.c 96 WORD32 num_rows)
117 comp_row_end = comp_row_start + num_rows;
260 WORD32 num_cols, num_rows; local
265 num_rows = blk_ht + 4;
282 num_rows -= 2;
292 num_rows -= 2;
294 for(i = 0; i < num_rows; i += 2)
ideint_utils.h 46 WORD32 num_rows);
  /external/libavc/decoder/
ih264d_format_conv.c 385 WORD32 num_rows, num_cols, src_strd, dst_strd; local
392 num_rows = ht;
398 for(i = 0; i < num_rows; i++)
409 num_rows = ht >> 1;
415 for(i = 0; i < num_rows; i++)
482 WORD32 num_rows, num_cols, src_strd, dst_strd; local
489 num_rows = ht;
495 for(i = 0; i < num_rows; i++)
506 num_rows = ht >> 1;
512 for(i = 0; i < num_rows; i++
594 WORD32 num_rows, num_cols, src_strd, dst_strd; local
    [all...]
  /external/webp/src/dsp/
filters.c 28 assert(row >= 0 && num_rows > 0 && row + num_rows <= height); \
46 int row, int num_rows,
50 const int last_row = row + num_rows;
83 int row, int num_rows,
87 const int last_row = row + num_rows;
126 int row, int num_rows,
130 const int last_row = row + num_rows;
  /external/libavc/encoder/
ih264e_fmt_conv.c 371 WORD32 num_rows, num_cols, src_strd, dst_strd; local
378 num_rows = ht;
384 for (i = 0; i < num_rows; i++)
395 num_rows = ht >> 1;
401 for (i = 0; i < num_rows; i++)
423 WORD32 num_rows, num_cols, src_strd, dst_strd; local
430 num_rows = ht;
436 for (i = 0; i < num_rows; i++)
447 num_rows = ht >> 1;
453 for (i = 0; i < num_rows; i++
483 WORD32 num_rows, num_cols, src_strd, dst_strd; local
    [all...]

Completed in 559 milliseconds

1 2 3 4 5