Searched refs:bilerp01 (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkFilterProc.cpp17 static unsigned bilerp01(unsigned a00, unsigned a01, unsigned a10, unsigned a11) { return (3 * a00 + a01) >> 2; } function
37 bilerp00, bilerp01, bilerp02, bilerp03,

Completed in 19 milliseconds