compare 85 libavcodec/cbs_mpeg2.c #define nextbits(width, compare, var) \ compare 87 libavcodec/cbs_mpeg2.c (var = show_bits(rw, width)) == (compare)) compare 121 libavcodec/cbs_mpeg2.c #define nextbits(width, compare, var) (var) compare 88 libavfilter/f_metadata.c int (*compare)(struct MetadataContext *s, compare 223 libavfilter/f_metadata.c s->compare = same_str; compare 226 libavfilter/f_metadata.c s->compare = starts_with; compare 229 libavfilter/f_metadata.c s->compare = ends_with; compare 232 libavfilter/f_metadata.c s->compare = less; compare 235 libavfilter/f_metadata.c s->compare = equal; compare 238 libavfilter/f_metadata.c s->compare = greater; compare 241 libavfilter/f_metadata.c s->compare = parse_expr; compare 318 libavfilter/f_metadata.c s->compare(s, e->value, s->value)) { compare 342 libavfilter/f_metadata.c } else if (e && e->value && (!s->value || (e->value && s->compare(s, e->value, s->value)))) { compare 351 libavfilter/f_metadata.c } else if (e && e->value && (!s->value || s->compare(s, e->value, s->value))) { compare 170 libavfilter/vf_find_rect.c float score = compare(foc->haystack_frame[pass], foc->needle_frame[pass], x, y); compare 239 libavformat/internal.h int (*compare)(AVFormatContext *, const AVPacket *, const AVPacket *)); compare 813 libavformat/mux.c int (*compare)(AVFormatContext *, const AVPacket *, const AVPacket *)) compare 861 libavformat/mux.c if (compare(s, &s->internal->packet_buffer_end->pkt, pkt)) { compare 864 libavformat/mux.c || !compare(s, &(*next_point)->pkt, pkt)))