Searched refs:extra_width (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng-win.c443 int extra_width, extra_height; local
514 extra_width = 2*(GetSystemMetrics(SM_CXBORDER) +
521 CW_USEDEFAULT, CW_USEDEFAULT, image_width+extra_width,
H A Drpng2-win.c668 int extra_width, extra_height; local
746 extra_width = 2*(GetSystemMetrics(SM_CXBORDER) +
753 CW_USEDEFAULT, CW_USEDEFAULT, rpng2_info.width+extra_width,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mb.c219 int extra_width = 0; local
229 extra_width -= 3;
233 if (full_mx < 0 - extra_width ||
235 full_mx + 16 /*FIXME*/ > pic_width + extra_width ||
H A Dcavs.c403 int extra_width = 0; local
404 int extra_height = extra_width;
414 extra_width -= 3;
418 if (full_mx < 0 - extra_width ||
420 full_mx + 16 /* FIXME */ > pic_width + extra_width ||
H A Dsvq3.c381 const int extra_width = (mode == PREDICT_MODE) ? -16 * 6 : 0; local
382 const int h_edge_pos = 6 * (s->h_edge_pos - part_width) - extra_width;
383 const int v_edge_pos = 6 * (s->v_edge_pos - part_height) - extra_width;
415 mx = av_clip(mx, extra_width - 6 * x, h_edge_pos - 6 * x);
416 my = av_clip(my, extra_width - 6 * y, v_edge_pos - 6 * y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcavs.c339 int extra_width= 0; //(s->flags&CODEC_FLAG_EMU_EDGE) ? 0 : 16; local
340 int extra_height= extra_width;
349 if(mx&7) extra_width -= 3;
352 if( full_mx < 0-extra_width
354 || full_mx + 16/*FIXME*/ > pic_width + extra_width
H A Dsvq3.c334 const int extra_width = (mode == PREDICT_MODE) ? -16*6 : 0; local
335 const int h_edge_pos = 6*(s->h_edge_pos - part_width ) - extra_width;
336 const int v_edge_pos = 6*(s->v_edge_pos - part_height) - extra_width;
362 mx = av_clip(mx, extra_width - 6*x, h_edge_pos - 6*x);
363 my = av_clip(my, extra_width - 6*y, v_edge_pos - 6*y);
H A Dh264.c459 int extra_width= h->emu_edge_width; local
468 if(mx&7) extra_width -= 3;
471 if( full_mx < 0-extra_width
473 || full_mx + 16/*FIXME*/ > pic_width + extra_width

Completed in 65 milliseconds