Home
last modified time | relevance | path

Searched refs:ff_mpeg_draw_horiz_band (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegvideodec.h58 void ff_mpeg_draw_horiz_band(MpegEncContext *s, int y, int h);
Dmpegvideo_xvmc.c163 ff_mpeg_draw_horiz_band(s, 0, 0); in ff_xvmc_field_end()
347 ff_mpeg_draw_horiz_band(s, 0, 0); in ff_xvmc_decode_mb()
Dvaapi_mpeg2.c125 ff_mpeg_draw_horiz_band(s, 0, s->avctx->height); in vaapi_mpeg2_end_frame()
Dvaapi_mpeg4.c149 ff_mpeg_draw_horiz_band(s, 0, s->avctx->height); in vaapi_mpeg4_end_frame()
Dvc1_block.c2637 ff_mpeg_draw_horiz_band(s, s->mb_y * 16, 16); in vc1_decode_i_blocks()
2639 ff_mpeg_draw_horiz_band(s, (s->mb_y - 1) * 16, 16); in vc1_decode_i_blocks()
2644 ff_mpeg_draw_horiz_band(s, (s->end_mb_y - 1) * 16, 16); in vc1_decode_i_blocks()
2783 ff_mpeg_draw_horiz_band(s, s->mb_y * 16, 16); in vc1_decode_i_blocks_adv()
2785 ff_mpeg_draw_horiz_band(s, (s->mb_y-1) * 16, 16); in vc1_decode_i_blocks_adv()
2790 ff_mpeg_draw_horiz_band(s, (s->end_mb_y - 1) * 16, 16); in vc1_decode_i_blocks_adv()
2879 ff_mpeg_draw_horiz_band(s, (s->mb_y - 1) * 16, 16); in vc1_decode_p_blocks()
2883 ff_mpeg_draw_horiz_band(s, (s->end_mb_y - 1) * 16, 16); in vc1_decode_p_blocks()
2961 ff_mpeg_draw_horiz_band(s, s->mb_y * 16, 16); in vc1_decode_b_blocks()
2963 ff_mpeg_draw_horiz_band(s, (s->mb_y - 1) * 16, 16); in vc1_decode_b_blocks()
[all …]
Dh263dec.c293 ff_mpeg_draw_horiz_band(s, s->mb_y * mb_size, mb_size); in decode_slice()
320 ff_mpeg_draw_horiz_band(s, s->mb_y * mb_size, mb_size); in decode_slice()
Ddxva2_mpeg2.c314 ff_mpeg_draw_horiz_band(s, 0, avctx->height); in dxva2_mpeg2_end_frame()
Dvdpau.c381 ff_mpeg_draw_horiz_band(s, 0, s->avctx->height); in ff_vdpau_mpeg_end_frame()
Ddxva2_vc1.c376 ff_mpeg_draw_horiz_band(&v->s, 0, avctx->height); in dxva2_vc1_end_frame()
Dvaapi_vc1.c460 ff_mpeg_draw_horiz_band(s, 0, s->avctx->height); in vaapi_vc1_end_frame()
Dmpegvideo_dec.c543 void ff_mpeg_draw_horiz_band(MpegEncContext *s, int y, int h) in ff_mpeg_draw_horiz_band() function
Dmpeg12dec.c1834 ff_mpeg_draw_horiz_band(s, mb_size * (s->mb_y >> field_pic), mb_size); in mpeg_decode_slice()