Searched refs:LERP (Results 1 - 4 of 4) sorted by relevance
/third_party/lame/libmp3lame/ |
H A D | presets.c | 140 #define LERP(m) (p.m = p.m + x * (q.m - p.m)) macro 155 LERP(st_lrm); in apply_vbr_preset() 156 LERP(st_s); in apply_vbr_preset() 157 LERP(masking_adj); in apply_vbr_preset() 158 LERP(masking_adj_short); in apply_vbr_preset() 159 LERP(ath_lower); in apply_vbr_preset() 160 LERP(ath_curve); in apply_vbr_preset() 161 LERP(ath_sensitivity); in apply_vbr_preset() 162 LERP(interch); in apply_vbr_preset() 164 LERP(sfb21mo in apply_vbr_preset() [all...] |
/third_party/astc-encoder/Source/ |
H A D | astcenc_entry.cpp | 545 #define LERP(param) ((node_a.param * wt_node_a) + (node_b.param * wt_node_b)) in astcenc_config_init() macro 561 config.tune_db_limit = astc::max(LERP(tune_db_limit_a_base) - 35 * ltexels, in astcenc_config_init() 562 LERP(tune_db_limit_b_base) - 19 * ltexels); in astcenc_config_init() 564 config.tune_mse_overshoot = LERP(tune_mse_overshoot); in astcenc_config_init() 566 config.tune_2partition_early_out_limit_factor = LERP(tune_2partition_early_out_limit_factor); in astcenc_config_init() 567 config.tune_3partition_early_out_limit_factor = LERP(tune_3partition_early_out_limit_factor); in astcenc_config_init() 568 config.tune_2plane_early_out_limit_correlation = LERP(tune_2plane_early_out_limit_correlation); in astcenc_config_init() 569 config.tune_search_mode0_enable = LERP(tune_search_mode0_enable); in astcenc_config_init() 570 #undef LERP in astcenc_config_init() macro
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_fxt1.c | 1253 #define LERP(n, t, c0, c1) (((n) - (t)) * (c0) + (t) * (c1) + (n) / 2) / (n) macro 1279 b = LERP(6, t, UP5(CC_SEL(cc, 0)), UP5(CC_SEL(cc, 15))); in fxt1_decode_1HI() 1280 g = LERP(6, t, UP5(CC_SEL(cc, 5)), UP5(CC_SEL(cc, 20))); in fxt1_decode_1HI() 1281 r = LERP(6, t, UP5(CC_SEL(cc, 10)), UP5(CC_SEL(cc, 25))); in fxt1_decode_1HI() 1387 b = LERP(3, t, UP5(col[0][BCOMP]), UP5(col[1][BCOMP])); in fxt1_decode_1MIXED() 1388 g = LERP(3, t, UP6(col[0][GCOMP], glsb ^ selb), in fxt1_decode_1MIXED() 1390 r = LERP(3, t, UP5(col[0][RCOMP]), UP5(col[1][RCOMP])); in fxt1_decode_1MIXED() 1439 b = LERP(3, t, UP5(col0[BCOMP]), UP5(CC_SEL(cc, 79))); in fxt1_decode_1ALPHA() 1440 g = LERP(3, t, UP5(col0[GCOMP]), UP5(CC_SEL(cc, 84))); in fxt1_decode_1ALPHA() 1441 r = LERP( in fxt1_decode_1ALPHA() [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_dump.c | 223 D3DTOP_TO_STR_CASE(LERP); in nine_D3DTOP_to_str()
|
Completed in 6 milliseconds