HomeSort by relevance Sort by last modified time
    Searched full:factor2 (Results 1 - 5 of 5) sorted by null

  /external/v8/tools/
run-deopt-fuzzer.py 104 def __init__(self, factor1=2.0, factor2=0.2):
106 self._factor2 = factor2
182 result.add_option("--distribution-factor2", help=("Factor of the second "
262 print ("Distribution factor2 %s is out of range. Defaulting to 0.0"
  /external/opencv/cxcore/src/
cxdxt.cpp 742 int p, q, factor2 = (factor - 1)/2;
745 CvComplex64f* b = buf + factor2;
757 for( p = 1, k = nx; p <= factor2; p++, k += nx )
774 for( p = 1, k = nx; p <= factor2; p++, k += nx, d += dw )
795 for( p = 1, k = nx; p <= factor2; p++, k += nx )
800 for( q = 0; q < factor2; q++ )
    [all...]
  /external/freetype/src/cff/
cf2intrp.c 1279 CF2_F16Dot16 factor2; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/ns/
ns_core.c 1192 float energy1, energy2, gain, factor, factor1, factor2; local
    [all...]
nsx_core.c 158 // For Factor2 tables
161 // factor2 = 1.0;
163 // factor2 = 1.0 - 0.3 * (blim - gain);
165 // factor2 = 1.0 - 0.3 * (blim - inst->denoiseBound);
    [all...]

Completed in 3154 milliseconds