Home
last modified time | relevance | path

Searched refs:POLY0 (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib.h313 #define POLY0(x, c0) ( c0) macro
314 #define POLY1(x, c0, c1) ((POLY0(x, c1) * x) + c0)