Searched refs:ff_mpeg_draw_horiz_band (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvaapi_mpeg.c42 ff_mpeg_draw_horiz_band(s, 0, s->avctx->height);
H A Dmpegvideo_xvmc.c163 ff_mpeg_draw_horiz_band(s, 0, 0);
347 ff_mpeg_draw_horiz_band(s, 0, 0);
H A Dvdpau.c86 ff_mpeg_draw_horiz_band(s, 0, s->avctx->height);
324 ff_mpeg_draw_horiz_band(s, 0, s->avctx->height);
395 ff_mpeg_draw_horiz_band(s, 0, s->avctx->height);
452 ff_mpeg_draw_horiz_band(s, 0, s->avctx->height);
H A Ddxva2_mpeg2.c266 ff_mpeg_draw_horiz_band(s, 0, avctx->height);
H A Ddxva2_vc1.c291 ff_mpeg_draw_horiz_band(&v->s, 0, avctx->height);
H A Dh263dec.c261 ff_mpeg_draw_horiz_band(s, s->mb_y * mb_size, mb_size);
288 ff_mpeg_draw_horiz_band(s, s->mb_y * mb_size, mb_size);
H A Dmpegvideo.h748 void ff_mpeg_draw_horiz_band(MpegEncContext *s, int y, int h);
H A Dvc1dec.c4898 ff_mpeg_draw_horiz_band(s, s->mb_y * 16, 16);
4900 ff_mpeg_draw_horiz_band(s, (s->mb_y - 1) * 16, 16);
4905 ff_mpeg_draw_horiz_band(s, (s->end_mb_y - 1) * 16, 16);
5026 ff_mpeg_draw_horiz_band(s, s->mb_y * 16, 16);
5028 ff_mpeg_draw_horiz_band(s, (s->mb_y-1) * 16, 16);
5043 ff_mpeg_draw_horiz_band(s, (s->end_mb_y-1)*16, 16);
5107 if (s->mb_y != s->start_mb_y) ff_mpeg_draw_horiz_band(s, (s->mb_y - 1) * 16, 16);
5119 ff_mpeg_draw_horiz_band(s, (s->end_mb_y - 1) * 16, 16);
5176 ff_mpeg_draw_horiz_band(s, s->mb_y * 16, 16);
5178 ff_mpeg_draw_horiz_band(
[all...]
H A Dintrax8.c784 ff_mpeg_draw_horiz_band(s, (s->mb_y-1)*8, 16);
H A Dmpeg12dec.c1853 ff_mpeg_draw_horiz_band(s, mb_size * (s->mb_y >> field_pic), mb_size);
H A Dmpegvideo.c3165 void ff_mpeg_draw_horiz_band(MpegEncContext *s, int y, int h) function

Completed in 90 milliseconds