Searched refs:maxP (Results 1 – 5 of 5) sorted by relevance
/external/sonic/ |
D | Sonic.java | 603 int maxP = period + (skip << 2); in findPitchPeriod() local 607 if(maxP > maxPeriod) { in findPitchPeriod() 608 maxP = maxPeriod; in findPitchPeriod() 611 … period = findPitchPeriodInRange(samples, position, minP, maxP, minDiff, maxDiff); in findPitchPeriod() 614 … period = findPitchPeriodInRange(downSampleBuffer, 0, minP, maxP, minDiff, maxDiff); in findPitchPeriod()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorConvolution.h | 877 …const int maxP = numext::mini<int>(maxSharedMem / ((kernel_size - 1 + maxX) * sizeof(Scalar)), num… 879 block_size.y = numext::mini<int>(maxThreadsPerBlock / block_size.x, maxP); 884 const int maxP = numext::mini<int>(inner_dim, numP); 888 block_size.y = numext::mini<int>(maxThreadsPerBlock/block_size.x, maxP); 941 …const int maxP = numext::mini<int>(maxSharedMem / ((kernel_size_x - 1 + maxX) * (kernel_size_y - 1… 946 block_size.z = numext::mini<int>(1024/(block_size.x*block_size.y), maxP);
|
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |