HomeSort by relevance Sort by last modified time
    Searched defs:threshold (Results 76 - 100 of 354) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/qemu/audio/
paaudio.c 91 int threshold; local
93 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
107 if (pa->live > threshold) {
186 int threshold; local
188 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
202 if (pa->dead > threshold) {
568 .descr = "threshold divisor"
  /external/srec/portable/src/
phashtable.c 62 unsigned int threshold; member in struct:PHashTable_t
121 tmp->threshold = (unsigned int)(tmp->args.capacity * tmp->args.maxLoadFactor);
291 table->threshold = (unsigned int)(newCapacity * table->args.maxLoadFactor);
361 if (table->size >= table->threshold)
  /frameworks/av/media/common_time/
ICommonTimeConfig.cpp 246 virtual status_t getPanicThreshold(int *threshold) {
255 *threshold = reply.readInt32();
262 virtual status_t setPanicThreshold(int threshold) {
265 data.writeInt32(threshold);
462 int threshold; local
463 status_t status = getPanicThreshold(&threshold);
466 reply->writeInt32(threshold);
473 int threshold = data.readInt32(); local
474 status_t status = setPanicThreshold(threshold);
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns.h 71 Word16 threshold; /* min. prediction gain for using tns TABUL * 100 */ member in struct:__anon37888
  /libcore/luni/src/main/java/java/util/
IdentityHashMap.java 61 transient int threshold; field in class:IdentityHashMap
64 * default threshold value that an IdentityHashMap created using the default
268 threshold = getThreshold(maxSize);
273 // assign the threshold to maxSize initially, this will change to a
279 int arraySize = (int) (((long) threshold * 10000) / loadFactor) * 2;
281 // leads to overflow and negative arraySize if threshold is too big
474 if (++size > threshold) {
526 threshold = (int) ((long) (elementData.length / 2) * loadFactor / 10000);
810 threshold = getThreshold(DEFAULT_MAX_SIZE);
WeakHashMap.java 46 private int threshold; field in class:WeakHashMap
268 threshold = (int) ((long) elementData.length * loadFactor / 10000);
606 if (++elementCount > threshold) {
  /packages/apps/Camera2/src/com/android/camera/app/
MemoryQuery.java 43 public static final String KEY_THRESHOLD = "threshold";
73 long threshold = memoryInfo.threshold / BYTES_IN_MEGABYTE; local
117 outputData.put(KEY_THRESHOLD, new Long(threshold));
122 "threshold=%d, lowMemory=%s", timestamp, availMem, totalMem, totalPSS,
124 threshold, lowMemory));
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 75 private int threshold; field in class:SsaRenamer
110 threshold = 0;
146 * Constructs an instance of the renamer with threshold set
154 threshold = thresh;
238 * Returns true if this SSA register is below the specified threshold.
240 * for registers above a certain threshold.
243 * @return {@code true} if its register number is below the threshold
246 return ssaReg < threshold;
540 threshold == 0) {
549 threshold == 0)
    [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_reader.cpp 602 Value::LargestUInt threshold = maxIntegerValue / 10; local
610 if ( value >= threshold )
616 if (value > threshold ||
  /external/chromium_org/third_party/opus/src/silk/fixed/
pitch_analysis_core_FIX.c 88 const opus_int32 search_thres1_Q16, /* I First stage threshold for lag candidates 0 - 1 */
89 const opus_int search_thres2_Q13, /* I Final threshold for lag candidates 0 - 1 */
107 opus_int32 sum, threshold, lag_counter; local
261 threshold = silk_SMULWB( search_thres1_Q16, Cmax );
263 /* Convert to 8 kHz indices for the sorted correlation that exceeds the threshold */
264 if( C[ i ] > threshold ) {
    [all...]
  /external/chromium_org/third_party/opus/src/silk/float/
pitch_analysis_core_FLP.c 74 const silk_float search_thres1, /* I First stage threshold for lag candidates 0 - 1 */
75 const silk_float search_thres2, /* I Final threshold for lag candidates 0 - 1 */
88 silk_float threshold, contour_bias; local
231 threshold = search_thres1 * Cmax;
233 /* Convert to 8 kHz indices for the sorted correlation that exceeds the threshold */
234 if( C[ 0 ][ min_lag_4kHz + i ] > threshold ) {
  /external/chromium_org/v8/src/
store-buffer.cc 169 int threshold; member in struct:v8::internal::Samples
178 ExemptPopularPages(samples[i].prime_sample_step, samples[i].threshold);
189 void StoreBuffer::ExemptPopularPages(int prime_sample_step, int threshold) {
206 if (old_counter >= threshold) {
  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 420 float threshold = 50.0f; local
437 if (change > threshold)
439 log << TestLog::Message << "Allocated objects max: " << max << ", min: " << min << ", difference: " << change << "% threshold: " << threshold << "%" << TestLog::EndMessage;
teglNativeCoordMappingTests.cpp 252 const float threshold = 0.005f; local
254 return deFloatAbs(a.x() - b.x()) < threshold && deFloatAbs(a.y() - b.y()) < threshold && deFloatAbs(a.z() - b.z()) < threshold && deFloatAbs(a.w() - b.w()) < threshold;
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 206 tcu::RGBA threshold = renderTarget.getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
218 bool isOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, isLastIter ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
es2fShaderBuiltinVarTests.cpp 276 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
342 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
370 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
434 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
457 const float threshold = 0.02f; local
551 bool isOk = tcu::fuzzyCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
581 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
646 bool isOk = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", refImg, testImg, threshold, tcu::COMPARE_LOG_RESULT);
es2fStencilTests.cpp 364 const float threshold = 0.02f; local
365 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 209 tcu::RGBA threshold = renderTarget.getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local
221 bool isOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, isLastIter ? tcu::COMPARE_LOG_RESULT : tcu::COMPARE_LOG_ON_ERROR);
es3fStencilTests.cpp 367 const float threshold = 0.02f; local
368 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 563 const tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold()+tcu::RGBA(3,3,3,3); local
564 const bool compareOk = tcu::bilinearCompare(m_testCtx.getLog(), "CompareResult", "Image comparison result", reference.getAccess(), rendered.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
glsRandomShaderCase.cpp 504 float threshold = 0.02f; local
505 bool imagesOk = tcu::fuzzyCompare(log, "Result", "Result images", reference.getAccess(), rendered.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaRenamer.java 76 private int threshold; field in class:SsaRenamer
111 threshold = 0;
147 * Constructs an instance of the renamer with threshold set
155 threshold = thresh;
239 * Returns true if this SSA register is below the specified threshold.
241 * for registers above a certain threshold.
244 * @return {@code true} if its register number is below the threshold
247 return ssaReg < threshold;
541 threshold == 0) {
550 threshold == 0)
    [all...]
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 795 RealScalar threshold = maxAbsOnUpperPart * prec; local
798 if(abs(coeff(i, j)) > threshold) return false;
818 RealScalar threshold = maxAbsOnLowerPart * prec; local
823 if(abs(coeff(i, j)) > threshold) return false;
  /external/eigen/Eigen/src/LU/
FullPivLU.h 154 * For that, it uses the threshold value that you can control by calling
179 * For that, it uses the threshold value that you can control by calling
238 /** Allows to prescribe a threshold to be used by certain methods, such as rank(),
242 * When it needs to get the threshold value, Eigen calls threshold(). By default, this
243 * uses a formula to automatically determine a reasonable threshold.
247 * \param threshold The new value to use as the threshold.
250 * \f$ \vert pivot \vert \leqslant threshold \times \vert maxpivot \vert \f$
255 FullPivLU& setThreshold(const RealScalar& threshold)
280 RealScalar threshold() const function in class:Eigen::FullPivLU
    [all...]
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 218 * For that, it uses the threshold value that you can control by calling
225 RealScalar premultiplied_threshold = abs(m_maxpivot) * threshold();
235 * For that, it uses the threshold value that you can control by calling
248 * For that, it uses the threshold value that you can control by calling
261 * For that, it uses the threshold value that you can control by calling
273 * For that, it uses the threshold value that you can control by calling
305 /** Allows to prescribe a threshold to be used by certain methods, such as rank(),
309 * When it needs to get the threshold value, Eigen calls threshold(). By default, this
310 * uses a formula to automatically determine a reasonable threshold
347 RealScalar threshold() const function in class:Eigen::ColPivHouseholderQR
    [all...]

Completed in 1683 milliseconds

1 2 34 5 6 7 8 91011>>