HomeSort by relevance Sort by last modified time
    Searched defs:maxK (Results 1 - 3 of 3) sorted by null

  /external/libopus/celt/
rate.c 59 static const opus_int16 maxK[15] = {
69 return _k <= maxK[_n];
  /external/adhd/cras/src/dsp/
drc_kernel.c 152 float maxK = 10000;
163 maxK = k;
170 k = sqrtf(minK * maxK);
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 643 const int maxK = deFloorFloatToInt32(wBounds.y());
647 for (int k = minK; k <= maxK; k++)
805 const int maxK = deFloorFloatToInt32(wBounds.y()-0.5f);
823 for (int k = minK; k <= maxK; k++)
    [all...]

Completed in 291 milliseconds