Home
last modified time | relevance | path

Searched refs:tmp_save_below (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/
Drestoration.h207 uint16_t tmp_save_below[RESTORATION_BORDER][RESTORATION_LINEBUFFER_WIDTH]; member
Drestoration.c332 memcpy(rlbs->tmp_save_below[i], REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary()
357 memcpy(rlbs->tmp_save_below[2], REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary()
405 memcpy(REAL_PTR(use_highbd, dst8), rlbs->tmp_save_below[i], line_size); in restore_processing_stripe_boundary()
424 memcpy(REAL_PTR(use_highbd, dst8), rlbs->tmp_save_below[2], line_size); in restore_processing_stripe_boundary()