MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / parse_pow

Function parse_pow

libavutil/eval.c:567–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567static int parse_pow(AVExpr **e, Parser *p, int *sign)
568{
569 *sign= (*p->s == '+') - (*p->s == '-');
570 p->s += *sign&1;
571 return parse_primary(e, p);
572}
573
574static int parse_dB(AVExpr **e, Parser *p, int *sign)
575{

Callers 1

parse_dBFunction · 0.85

Calls 1

parse_primaryFunction · 0.85

Tested by

no test coverage detected