Searched refs:full_mx (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dcavs.c342 const int full_mx= mx>>2; local
352 if( full_mx < 0-extra_width
354 || full_mx + 16/*FIXME*/ > pic_width + extra_width
357 16+5, 16+5/*FIXME*/, full_mx-2, full_my-2, pic_width, pic_height);
H A Dh264.c1613 const int full_mx= mx>>2; local
1621 if( full_mx < 0-extra_width
1623 || full_mx + 16/*FIXME*/ > pic_width + extra_width
1625 ff_emulated_edge_mc(s->edge_emu_buffer, src_y - 2 - 2*h->mb_linesize, h->mb_linesize, 16+5, 16+5/*FIXME*/, full_mx-2, full_my-2, pic_width, pic_height);

Completed in 200 milliseconds