FFMIN3 674 ffmpeg.c - FFMIN3(pkt->pts, pkt->dts, ost->last_mux_dts + 1) FFMIN3 182 libavcodec/dsicinvideo.c memcpy(dst, src, FFMIN3(len, dst_end - dst, src_end - src)); FFMIN3 1136 libavcodec/exr.c if (FFMIN3(s->channel_offsets[0], FFMIN3 207 libavcodec/h264_direct.c ref[list] = FFMIN3((unsigned)left_ref, FFMIN3 491 libavcodec/iff.c length = FFMIN3(value + 1, dst_size - x, buf_end - buf); FFMIN3 985 libavcodec/indeo3.c if (FFMIN3(y_offset, v_offset, u_offset) < 0 || FFMIN3 987 libavcodec/indeo3.c FFMIN3(y_offset, v_offset, u_offset) < gb.buffer - bs_hdr + 16 || FFMIN3 988 libavcodec/indeo3.c FFMIN3(ctx->y_data_size, ctx->v_data_size, ctx->u_data_size) <= 0) { FFMIN3 1944 libavcodec/mpegaudiodec_template.c fsize = FFMIN3(fsize, len, MPA_MAX_CODED_FRAME_SIZE); FFMIN3 1203 libavcodec/opus_celt.c qb = FFMIN3(b - pulse_cap - (4 << 3), (b + N2 * offset) / N2, 8 << 3); FFMIN3 32 libavcodec/psymodel.h #define AAC_CUTOFF(s) ((s)->bit_rate ? FFMIN3(4000 + (s)->bit_rate/8, 12000 + (s)->bit_rate/32, (s)->sample_rate / 2) : ((s)->sample_rate / 2)) FFMIN3 104 libavcodec/sgirledec.c int length = FFMIN3(v, width - x, src_end - src); FFMIN3 273 libavcodec/xan.c int count = FFMIN3(pixel_count, width - curframe_x, FFMIN3 510 libavfilter/vf_dctdnoiz.c s->nb_threads = FFMIN3(MAX_THREADS, ctx->graph->nb_threads, max_slice_h); FFMIN3 520 libavfilter/vf_hqx.c int endg = FFMIN3(255-bg, 255-rg, 255); FFMIN3 389 libavfilter/vf_xbr.c int endg = FFMIN3(255-bg, 255-rg, 255); FFMIN3 73 libavfilter/vf_yadif.c int min = FFMIN3(d - e, d - c, FFMAX(b - c, f - e)); \