Searched defs:kNumRows (Results 1 - 7 of 7) sorted by relevance

/external/skia/bench/
H A DTableBench.cpp28 static const int kNumRows = 48; member in class:TableBench
44 for (int row = 0; row < kNumRows; ++row) {
/external/webrtc/webrtc/modules/audio_processing/beamformer/
H A Dcomplex_matrix_unittest.cc18 const int kNumRows = 2; 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);
80 const int kNumRows = 2; local
82 const complex<float> kValuesInitial[kNumRows][kNumCols] = {
85 const complex<float> kValuesExpected[kNumRows][kNumCols] = {
89 ComplexMatrix<float> initial_mat(*kValuesInitial, kNumRows, kNumCol
[all...]
H A Dmatrix_unittest.cc22 const int kNumRows = 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);
89 const int kNumRows = 3; local
92 const int kValuesInitial[kNumRows][kNumCol
109 const int kNumRows = 2; local
131 const int kNumRows = 3; local
154 const int kNumRows = 1; local
177 const int kNumRows = 5; local
200 const int kNumRows = 2; local
217 const int kNumRows = 1; local
239 const int kNumRows = 1; local
260 const int kNumRows = 1; local
278 const int kNumRows = 2; local
[all...]
/external/skia/gm/
H A Dgaussianedge.cpp104 kPad + kNumRows*(kCellWidth+kPad));
196 const int blurRadii[kNumRows] = { kRRRad/2, kRRRad, 2*kRRRad };
199 for (int i = 0; i < kNumRows; ++i) {
206 static const int kNumRows = 3; member in class:skiagm::GaussianEdgeGM
H A Dperspshaders.cpp42 return SkISize::Make(kCellSize*kNumCols, kCellSize*kNumRows);
156 static constexpr int kNumRows = 4; member in class:skiagm::PerspShadersGM
H A Dstrokedlines.cpp18 constexpr int kNumRows = 8; variable
112 return SkISize::Make(kNumColumns * (2*kRadius+2*kPad), kNumRows * (2*kRadius+2*kPad));
196 SkASSERT(kNumRows == fPaints.count() + fMatrices.count());
H A Dreveal.cpp20 constexpr int kNumRows = 5; variable
352 return SkISize::Make(kNumCols * kCellSize, kNumRows * kCellSize);
357 PFMakeMthd drawMakes[kNumRows] = {
365 for (int y = 0; y < kNumRows; ++y) {

Completed in 230 milliseconds