Searched refs:ff_draw_horiz_band (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.c30 void ff_draw_horiz_band(AVCodecContext *avctx, function
H A Dmpegutils.h123 void ff_draw_horiz_band(AVCodecContext *avctx, AVFrame *cur, AVFrame *last,
H A Dsvq3.c1309 ff_draw_horiz_band(avctx, &s->cur_pic->f,
H A Dmpegvideo.c3167 ff_draw_horiz_band(s->avctx, s->current_picture_ptr->f,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddxva2.c151 ff_draw_horiz_band(s, 0, s->avctx->height);
H A Dvdpau.c189 ff_draw_horiz_band(s, 0, s->avctx->height);
246 ff_draw_horiz_band(s, 0, s->avctx->height);
315 ff_draw_horiz_band(s, 0, s->avctx->height);
369 ff_draw_horiz_band(s, 0, s->avctx->height);
H A Dmpegvideo_xvmc.c138 * Normally ff_draw_horiz_band() is called for each slice, however,
148 ff_draw_horiz_band(s, 0, 0);
331 ff_draw_horiz_band(s, 0, 0);
H A Dvaapi.c190 ff_draw_horiz_band(s, 0, s->avctx->height);
H A Dh263dec.c234 ff_draw_horiz_band(s, s->mb_y*mb_size, mb_size);
255 ff_draw_horiz_band(s, s->mb_y*mb_size, mb_size);
H A Dmpegvideo.h706 void ff_draw_horiz_band(MpegEncContext *s, int y, int h);
H A Dvc1dec.c4443 ff_draw_horiz_band(s, s->mb_y * 16, 16);
4445 ff_draw_horiz_band(s, (s->mb_y - 1) * 16, 16);
4450 ff_draw_horiz_band(s, (s->mb_height - 1) * 16, 16);
4568 ff_draw_horiz_band(s, s->mb_y * 16, 16);
4570 ff_draw_horiz_band(s, (s->mb_y-1) * 16, 16);
4584 ff_draw_horiz_band(s, (s->end_mb_y-1)*16, 16);
4647 if (s->mb_y != s->start_mb_y) ff_draw_horiz_band(s, (s->mb_y - 1) * 16, 16);
4659 ff_draw_horiz_band(s, (s->end_mb_y - 1) * 16, 16);
4714 ff_draw_horiz_band(s, s->mb_y * 16, 16);
4716 ff_draw_horiz_band(
[all...]
H A Dintrax8.c780 ff_draw_horiz_band(s, (s->mb_y-1)*8, 16);
H A Dsvq3.c1072 ff_draw_horiz_band(s, 16*s->mb_y, 16);
H A Dmpeg12.c1761 ff_draw_horiz_band(s, mb_size*(s->mb_y >> field_pic), mb_size);
H A Dmpegvideo.c2537 void ff_draw_horiz_band(MpegEncContext *s, int y, int h){ function
H A Dh264.c3656 ff_draw_horiz_band(s, top, height);

Completed in 218 milliseconds