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

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_points.c 67 const GLfloat atten = (q != 0.0F) ? INV_SQRTF(q) : 1.0F; local
68 size[i][0] = pointSize * atten; /* clamping done in rasterization */
  /external/mesa3d/src/mesa/tnl/
t_vb_points.c 67 const GLfloat atten = (q != 0.0F) ? INV_SQRTF(q) : 1.0F; local
68 size[i][0] = pointSize * atten; /* clamping done in rasterization */
  /frameworks/av/tools/resampler_tools/
fir.cpp 99 double atten = 1; local
206 atten = pow(10, -fabs(atof(optarg))*0.05 );
254 y *= atten;
282 y *= atten;
  /frameworks/av/services/audioflinger/
AudioResamplerDyn.cpp 217 static const double atten = 0.9998; // to avoid ripple overflow local
228 firKaiserGen(buf, c.mL, c.mHalfNumCoefs, stopBandAtten, fcr, atten);
236 printf("L:%d hnc:%d stopBandAtten:%lf fcr:%lf atten:%lf tbw:%lf\n",
237 c.mL, c.mHalfNumCoefs, stopBandAtten, fcr, atten, tbw);

Completed in 194 milliseconds