Searched refs:pic_height (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.c345 const int pic_height = 16*h->mb_height; local
355 || full_my + 16/*FIXME*/ > pic_height + extra_height){
357 16+5, 16+5/*FIXME*/, full_mx-2, full_my-2, pic_width, pic_height);
369 9, 9/*FIXME*/, (mx>>3), (my>>3), pic_width>>1, pic_height>>1);
376 9, 9/*FIXME*/, (mx>>3), (my>>3), pic_width>>1, pic_height>>1);
H A Dh264.c1616 const int pic_height = 16*s->mb_height >> MB_FIELD; local
1624 || full_my + 16/*FIXME*/ > pic_height + extra_height){
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);
1640 emu |= (my>>3) < 0 || (my>>3) + 8 >= (pic_height>>1);
1646 ff_emulated_edge_mc(s->edge_emu_buffer, src_cb, h->mb_uvlinesize, 9, 9/*FIXME*/, (mx>>3), (my>>3), pic_width>>1, pic_height>>1);
1652 ff_emulated_edge_mc(s->edge_emu_buffer, src_cr, h->mb_uvlinesize, 9, 9/*FIXME*/, (mx>>3), (my>>3), pic_width>>1, pic_height>>1);

Completed in 116 milliseconds