Home
last modified time | relevance | path

Searched defs:LERP (Results 1 - 3 of 3) sorted by relevance

/third_party/lame/libmp3lame/
H A Dpresets.c140 #define LERP(m) (p.m = p.m + x * (q.m - p.m)) macro
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp545 #define LERP(param) ((node_a.param * wt_node_a) + (node_b.param * wt_node_b)) in astcenc_config_init() macro
570 #undef LERP in astcenc_config_init() macro
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c1253 #define LERP(n, t, c0, c1) (((n) - (t)) * (c0) + (t) * (c1) + (n) / 2) / (n) macro
[all...]

Completed in 7 milliseconds