Searched refs:top_borders (Results 1 – 4 of 4) sorted by relevance
542 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()
138 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()
171 av_freep(&sl->top_borders[0]); in ff_h264_free_tables()172 av_freep(&sl->top_borders[1]); in ff_h264_free_tables()
292 uint8_t (*top_borders[2])[(16 * 3) * 2]; member