HomeSort by relevance Sort by last modified time
    Searched full:bilerp30 (Results 1 - 1 of 1) sorted by null

  /external/skia/src/core/
SkFilterProc.cpp 31 static unsigned bilerp30(unsigned a00, unsigned a01, unsigned a10, unsigned a11) { return (a00 + 3 * a10) >> 2; } function
40 bilerp30, bilerp31, bilerp32, bilerp33

Completed in 136 milliseconds