Searched defs:kNumCols (Results 1 - 6 of 6) sorted by relevance

/external/skia/bench/
H A DTableBench.cpp29 static const int kNumCols = 32; member in class:TableBench
45 for (int col = 0; col < kNumCols; ++col) {
/external/webrtc/webrtc/modules/audio_processing/beamformer/
H A Dcomplex_matrix_unittest.cc19 const int kNumCols = 4; local
21 const complex<float> kValuesInitial[kNumRows][kNumCols] = {
27 const complex<float> kValuesExpected[kNumRows][kNumCols] = {
33 ComplexMatrix<float> initial_mat(*kValuesInitial, kNumRows, kNumCols);
34 ComplexMatrix<float> expected_result(*kValuesExpected, kNumRows, kNumCols);
35 ComplexMatrix<float> actual_result(kNumRows, kNumCols);
81 const int kNumCols = 2; local
82 const complex<float> kValuesInitial[kNumRows][kNumCols] = {
85 const complex<float> kValuesExpected[kNumRows][kNumCols] = {
89 ComplexMatrix<float> initial_mat(*kValuesInitial, kNumRows, kNumCols);
[all...]
H A Dmatrix_unittest.cc23 const int kNumCols = 2; local
24 const float kValuesLeft[kNumRows][kNumCols] = {{1.1f, 2.2f}, {3.3f, 4.4f}};
25 const float kValuesRight[kNumRows][kNumCols] = {{5.4f, 127.f},
27 const float kValuesExpected[kNumRows][kNumCols] = {{10125.94f, -1081.3f},
30 Matrix<float> lh_mat(*kValuesLeft, kNumRows, kNumCols);
31 Matrix<float> rh_mat(*kValuesRight, kNumRows, kNumCols);
32 Matrix<float> expected_result(*kValuesExpected, kNumRows, kNumCols);
33 Matrix<float> actual_result(kNumRows, kNumCols);
90 const int kNumCols = 3; local
92 const int kValuesInitial[kNumRows][kNumCols]
110 const int kNumCols = 3; local
132 const int kNumCols = 2; local
155 const int kNumCols = 5; local
178 const int kNumCols = 1; local
201 const int kNumCols = 2; local
218 const int kNumCols = 3; local
240 const int kNumCols = 3; local
261 const int kNumCols = 3; local
279 const int kNumCols = 2; local
[all...]
/external/skia/gm/
H A Dlcdblendmodes.cpp22 constexpr int kNumCols = 4; member in namespace:skiagm
23 constexpr int kWidth = kColWidth * kNumCols;
H A Dperspshaders.cpp42 return SkISize::Make(kCellSize*kNumCols, kCellSize*kNumRows);
157 static constexpr int kNumCols = 6; member in class:skiagm::PerspShadersGM
H A Dreveal.cpp19 constexpr int kNumCols = 2; variable
352 return SkISize::Make(kNumCols * kCellSize, kNumRows * kCellSize);
356 PFMakeMthd clipMakes[kNumCols] = { Oval::Make, Rect::Make };
366 for (int x = 0; x < kNumCols; ++x) {

Completed in 170 milliseconds