Searched refs:FFMIN (Results 1 - 25 of 612) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpenc_vp8.c37 len = FFMIN(size, max_packet_size);
H A Drtpenc_latm.c51 len = FFMIN(size, s->max_payload_size - (!offset ? header_size : 0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drle.c38 for(pos = start + bpp; count < FFMIN(127, len); pos += bpp, count ++) {
43 if(bpp == 1 && count + 1 < FFMIN(127, len) && *pos != *(pos+1))
H A Dintrax8dsp.c94 min_pix=FFMIN(min_pix,c);
107 min_pix=FFMIN(min_pix, c);
210 dst[x]=src[area4 + FFMIN(2*y+x+2, 15) ];
298 dst[x]=src[area2+6-FFMIN(x+y,6)];
357 min=FFMIN(min,p3); max=FFMAX(max,p3);
358 min=FFMIN(min,p5); max=FFMAX(max,p5);
359 min=FFMIN(min,p8); max=FFMAX(max,p8);
361 min=FFMIN(min,p2); max=FFMAX(max,p2);
362 min=FFMIN(min,p4); max=FFMAX(max,p4);
363 min=FFMIN(mi
[all...]
H A Dlagarithrac.c44 l->bytestream_end = l->bytestream_start + FFMIN(length, left);
H A Dmovsub_bsf.c46 *poutbuf_size = FFMIN(buf_size - 2, AV_RB16(buf));
H A Dpictordec.c165 npal = FFMIN(esize, 16);
168 palette[i] = ff_cga_palette[FFMIN(pal_idx, 16)];
171 npal = FFMIN(esize, 16);
174 palette[i] = ff_ega_palette[FFMIN(pal_idx, 63)];
177 npal = FFMIN(esize / 3, 256);
208 stop_size = t1 - FFMIN(t1, t2);
H A Dac3enc_fixed.c127 uint32_t coord32 = FFMIN(coord, 1073741824);
129 return FFMIN(coord32, COEF_MAX);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drle.c39 for(pos = start + bpp; count < FFMIN(127, len); pos += bpp, count ++) {
44 if(bpp == 1 && count + 1 < FFMIN(127, len) && *pos != *(pos+1))
H A Dintrax8dsp.c95 min_pix=FFMIN(min_pix,c);
108 min_pix=FFMIN(min_pix, c);
209 dst[x]=src[area4 + FFMIN(2*y+x+2, 15) ];
297 dst[x]=src[area2+6-FFMIN(x+y,6)];
356 min=FFMIN(min,p3); max=FFMAX(max,p3);
357 min=FFMIN(min,p5); max=FFMAX(max,p5);
358 min=FFMIN(min,p8); max=FFMAX(max,p8);
360 min=FFMIN(min,p2); max=FFMAX(max,p2);
361 min=FFMIN(min,p4); max=FFMAX(max,p4);
362 min=FFMIN(mi
[all...]
H A Ddsd_tablegen.h84 k = FFMIN(HTAPS - t * 8, 8);
H A Dmovsub_bsf.c46 *poutbuf_size = FFMIN(buf_size - 2, AV_RB16(buf));
H A Dvideodsp_template.c56 end_y = FFMIN(block_h, h-src_y);
57 end_x = FFMIN(block_w, w-src_x);
H A Dopus.h204 symbol = total - FFMIN(symbol, total);
293 k = total - FFMIN(k, total);
298 return FFMIN(k, size - 1);
311 center = (1 << 15) - FFMIN(center, 1 << 15);
337 opus_rc_update(rc, scale, low, FFMIN(low + symbol, 32768), 32768);
348 symbol = total - FFMIN(symbol, total);
364 center = total - FFMIN(center, total);
H A Dpictordec.c165 npal = FFMIN(esize, 16);
168 palette[i] = ff_cga_palette[FFMIN(pal_idx, 15)];
171 npal = FFMIN(esize, 16);
174 palette[i] = ff_ega_palette[FFMIN(pal_idx, 63)];
177 npal = FFMIN(esize / 3, 256);
211 stop_size = t1 - FFMIN(t1, t2);
248 memcpy(frame->data[0] + y * frame->linesize[0], s->g.buffer, FFMIN(avctx->width, bytestream2_get_bytes_left(&s->g)));
H A Dmovtextenc.c92 av_strlcpy(s->ptr, text, FFMIN(s->end - s->ptr, len + 1));
93 s->ptr += FFMIN(s->end - s->ptr, len);
100 av_strlcpy(s->ptr, "\n", FFMIN(s->end - s->ptr, 2));
H A Dac3enc_fixed.c131 uint32_t coord32 = FFMIN(coord, 1073741824);
133 return FFMIN(coord32, COEF_MAX);
H A Dmjpeg_parser.c62 int size= FFMIN(buf_size-i, m->size);
88 int size= FFMIN(buf_size-i, m->size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dbprint.c33 #define av_bprint_room(buf) ((buf)->size - FFMIN((buf)->len, (buf)->size))
45 min_size = buf->len + 1 + FFMIN(UINT_MAX - buf->len - 1, room);
48 new_size = FFMIN(buf->size_max, min_size);
63 extra_len = FFMIN(extra_len, UINT_MAX - 5 - buf->len);
66 buf->str[FFMIN(buf->len, buf->size - 1)] = 0;
78 buf->size = FFMIN(size_auto, size_max);
152 real_n = FFMIN(n, room - 1);
170 real_n = FFMIN(size, room - 1);
209 memcpy(buf->str + buf->len, txt, FFMIN(sizeof(txt) - 1, room));
237 unsigned real_size = FFMIN(bu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpenc_latm.c51 len = FFMIN(size, s->max_payload_size - (!offset ? header_size : 0));
H A Drtpenc_vp8.c44 len = FFMIN(size, max_packet_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavutil/
H A Dcommon.h125 #define FFMIN(a,b) ((a) > (b) ? (b) : (a)) macro
126 #define FFMIN3(a,b,c) FFMIN(FFMIN(a,b),c)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Dtiny_psnr.c27 #define FFMIN(a, b) ((a) > (b) ? (b) : (a)) macro
148 for (j = 0; j < FFMIN(s0, s1); j++) {
167 i = FFMIN(size0, size1) / len;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Ddither_template.c15 # define CLIP(v) v = FFMAX(FFMIN(v, INT32_MAX), INT32_MIN)
20 # define CLIP(v) v = FFMAX(FFMIN(v, INT16_MAX), INT16_MIN)
H A Dsoxr_resample.c51 q_spec.bw_pc = cutoff? FFMAX(FFMIN(cutoff,.995),.8)*100 : q_spec.bw_pc;
53 q_spec.passband_end = cutoff? FFMAX(FFMIN(cutoff,.995),.8) : q_spec.passband_end;

Completed in 162 milliseconds

1234567891011>>