Searched refs:e_ifnot (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | eval.c | 165 e_if, e_ifnot, e_print, e_bitand, e_bitor, e_between, e_clip, e_atan2, e_lerp, enumerator 206 case e_ifnot: return e->value * (!eval_expr(p, e->param[0]) ? eval_expr(p, e->param[1]) : in eval_expr() 468 else if (strmatch(next, "ifnot" )) d->type = e_ifnot; in parse_primary() 671 case e_ifnot: in verify_expr()
|
Completed in 2 milliseconds