Searched refs:ff_mpeg_draw_horiz_band (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegvideodec.h | 58 void ff_mpeg_draw_horiz_band(MpegEncContext *s, int y, int h);
|
D | mpegvideo_xvmc.c | 163 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()
|
D | vaapi_mpeg2.c | 125 ff_mpeg_draw_horiz_band(s, 0, s->avctx->height); in vaapi_mpeg2_end_frame()
|
D | vaapi_mpeg4.c | 149 ff_mpeg_draw_horiz_band(s, 0, s->avctx->height); in vaapi_mpeg4_end_frame()
|
D | vc1_block.c | 2637 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 …]
|
D | h263dec.c | 293 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()
|
D | dxva2_mpeg2.c | 314 ff_mpeg_draw_horiz_band(s, 0, avctx->height); in dxva2_mpeg2_end_frame()
|
D | vdpau.c | 381 ff_mpeg_draw_horiz_band(s, 0, s->avctx->height); in ff_vdpau_mpeg_end_frame()
|
D | dxva2_vc1.c | 376 ff_mpeg_draw_horiz_band(&v->s, 0, avctx->height); in dxva2_vc1_end_frame()
|
D | vaapi_vc1.c | 460 ff_mpeg_draw_horiz_band(s, 0, s->avctx->height); in vaapi_vc1_end_frame()
|
D | mpegvideo_dec.c | 543 void ff_mpeg_draw_horiz_band(MpegEncContext *s, int y, int h) in ff_mpeg_draw_horiz_band() function
|
D | mpeg12dec.c | 1834 ff_mpeg_draw_horiz_band(s, mb_size * (s->mb_y >> field_pic), mb_size); in mpeg_decode_slice()
|