Home
last modified time | relevance | path

Searched refs:top_borders (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_mb.c542 top_border_m1 = sl->top_borders[top_idx][sl->mb_x - 1]; in xchg_mb_border()
543 top_border = sl->top_borders[top_idx][sl->mb_x]; in xchg_mb_border()
566 XCHG(sl->top_borders[top_idx][sl->mb_x + 1], in xchg_mb_border()
580 …XCHG(sl->top_borders[top_idx][sl->mb_x + 1] + (16 << pixel_shift), src_cb + (17 << pixel_shift), 1… in xchg_mb_border()
581 …XCHG(sl->top_borders[top_idx][sl->mb_x + 1] + (32 << pixel_shift), src_cr + (17 << pixel_shift), 1… in xchg_mb_border()
Dh264_slice.c138 av_fast_mallocz(&sl->top_borders[0], &sl->top_borders_allocated[0], in alloc_scratch_buffers()
140 av_fast_mallocz(&sl->top_borders[1], &sl->top_borders_allocated[1], in alloc_scratch_buffers()
144 !sl->top_borders[0] || !sl->top_borders[1]) { in alloc_scratch_buffers()
147 av_freep(&sl->top_borders[0]); in alloc_scratch_buffers()
148 av_freep(&sl->top_borders[1]); in alloc_scratch_buffers()
585 top_border = sl->top_borders[0][sl->mb_x]; in backup_mb_border()
625 top_border = sl->top_borders[top_idx][sl->mb_x]; in backup_mb_border()
Dh264dec.c171 av_freep(&sl->top_borders[0]); in ff_h264_free_tables()
172 av_freep(&sl->top_borders[1]); in ff_h264_free_tables()
Dh264dec.h292 uint8_t (*top_borders[2])[(16 * 3) * 2]; member