Searched defs:factor (Results 1 - 2 of 2) sorted by relevance

/system/media/audio_utils/
H A Dlimiter.c45 static const float factor = 4.3125; local
46 static const float ratio = 1.0 / factor;
47 out = crossover + atan_approximation((in_abs - crossover)*factor)*ratio;
/system/core/libpixelflinger/
H A Dscanline.cpp470 static void blend_factor(context_t* c, pixel_t* r, uint32_t factor,
549 uint32_t factor, const pixel_t* src, const pixel_t* dst)
551 switch (factor) {
826 uint32_t factor = Ct + (Ct>>(st-1)); local
827 Cf = (Cf * factor) >> st;
841 uint32_t factor = Ct + (Ct>>(st-1)); local
842 Cf = ((((1<<st) - factor) * Cf) + Ct*Cc)>>st;
548 blend_factor(context_t* , pixel_t* r, uint32_t factor, const pixel_t* src, const pixel_t* dst) argument

Completed in 64 milliseconds