Searched defs:factor (Results 1 – 4 of 4) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | blending.cpp | 52 integer_t factor(scratches.obtain(), 16, CORRUPTIBLE); in build_fog() local 171 integer_t factor; in build_blending() local 179 integer_t factor; in build_blending() local 257 integer_t& factor, int f, int component, in build_blend_factor() 439 const integer_t& factor, in build_blendFOneMinusF() 457 const integer_t& factor, in build_blendOneMinusFF()
|
D | texturing.cpp | 1159 integer_t factor(locals.obtain(), 32, CORRUPTIBLE); in decal() local 1196 integer_t factor(locals.obtain(), 32, CORRUPTIBLE); in blend() local
|
/system/media/audio_utils/ |
D | limiter.c | 45 static const float factor = 4.3125; in limiter() local
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 544 uint32_t factor, const pixel_t* src, const pixel_t* dst) in blend_factor() 821 uint32_t factor = Ct + (Ct>>(st-1)); in scanline() local 836 uint32_t factor = Ct + (Ct>>(st-1)); in scanline() local
|