Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Drestoration.h58 #define RESTORATION_BORDER 3 macro
201 (RESTORATION_PROC_UNIT_SIZE + 2 * RESTORATION_BORDER)
206 uint16_t tmp_save_above[RESTORATION_BORDER][RESTORATION_LINEBUFFER_WIDTH];
207 uint16_t tmp_save_below[RESTORATION_BORDER][RESTORATION_LINEBUFFER_WIDTH];
Drestoration.c304 for (int i = -RESTORATION_BORDER; i < 0; ++i) { in setup_processing_stripe_boundary()
311 memcpy(rlbs->tmp_save_above[i + RESTORATION_BORDER], in setup_processing_stripe_boundary()
324 for (int i = 0; i < RESTORATION_BORDER; ++i) { in setup_processing_stripe_boundary()
341 uint8_t *dst8 = data8_tl + (-RESTORATION_BORDER) * data_stride; in setup_processing_stripe_boundary()
346 data8_tl + (-RESTORATION_BORDER + 1) * data_stride), in setup_processing_stripe_boundary()
390 for (int i = -RESTORATION_BORDER; i < 0; ++i) { in restore_processing_stripe_boundary()
393 rlbs->tmp_save_above[i + RESTORATION_BORDER], line_size); in restore_processing_stripe_boundary()
401 for (int i = 0; i < RESTORATION_BORDER; ++i) { in restore_processing_stripe_boundary()
402 if (stripe_bottom + i >= limits->v_end + RESTORATION_BORDER) break; in restore_processing_stripe_boundary()
413 uint8_t *dst8 = data8_tl + (-RESTORATION_BORDER) * data_stride; in restore_processing_stripe_boundary()
[all …]
Dthread_common.c744 limits.v_start + RESTORATION_BORDER; in enqueue_lr_jobs()
746 limits.v_end - RESTORATION_BORDER; in enqueue_lr_jobs()
757 AOMMAX(limits.v_start - RESTORATION_BORDER, tile_rect.top); in enqueue_lr_jobs()
759 AOMMIN(limits.v_end + RESTORATION_BORDER, tile_rect.bottom); in enqueue_lr_jobs()
/external/libaom/libaom/av1/encoder/
Dpickrst.c1418 rsc.dgd_stride, RESTORATION_BORDER, RESTORATION_BORDER, in av1_pick_filter_restoration()